![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSH problems | ysk | UNIX for Advanced & Expert Users | 1 | 07-19-2007 05:16 AM |
| Problems with Last | By_Jam | UNIX for Advanced & Expert Users | 3 | 09-29-2006 03:12 AM |
| Few problems | vivekshankar | UNIX for Dummies Questions & Answers | 3 | 05-21-2005 12:26 PM |
| 'make' problems (compliation problems?) | xyyz | UNIX for Advanced & Expert Users | 5 | 11-05-2001 10:47 PM |
| rcp problems | Kelam_Magnus | UNIX for Advanced & Expert Users | 4 | 10-19-2001 01:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problems AIX and SAN.
Sorry for my english.
We have a IBM BLADES JS21. AIX 5.3 update to 6. Our JS21 has 2 FC (fcs0 and fcs1). We have one DS4072, one Disk system with 2 controllers and 2 FC by controllers. This means, all AIX FC see all Disk systems controllers by 2 FC switchs. (one fc two roads) FC AIX -----> SWITCH A <----- 2 FC Controllers. A1 - B1 FC AIX -----> SWITCH B <----- 2 FC Controllers. A2 - B2 Is it support?. Because I only see one DAR (it is correct because I have only on partition on my Disk System). But I see 4 DAC ( DAC0 - DAC3 ) and I can not configure fault tolerant. Thanks. |
|
||||
|
Quote:
Again, AFAIK, the ONLY product supported on AIX and the DS4000 Family of products is --> RDAC. RDAC on AIX provides the pseudo multipathing s/w you need. I use the word pseudo only to suggest it is not really multipathing but more redundant paths, with only one path active to a LUN at any given time. But the landscape is always changing.... should powerpath, SDD or MPIO every be supported by AIX and the DS4000 Family of products, please correct me & post a link so we can all read about the new support. Quote:
Since you have stated you have "darX and dacX" devices installed it appears the RDAC drivers are installed just fine. BTW, no further fault tolerant configuration is needed. RDAC handles it automatically, provided your configraution is correct. BUT, as depicted the above configuration is NOT supported. You might get portions to work, but expect to be plagued with problems. To convert your configuration to a supported config on AIX, an example of where you need to get to is next: fcs0 -----> switch A <------ A1 controller fcs1 -----> switch B <------ B1 controller To get to this config, "some" of the things you need to do are: Code:
1. rmdev -d -l hdiskX # remove ALL hdisk devices that are LUNs on your DS4000
# this assumes your rootvg is on an internal disk on your JS21
2. rmdev -d -l dacX # remove ALL dac devices
3. rmdev -d -l darX # remove ALL dar devices
4. permanently, disconnect the fibre cable going to the A2 controller
5. permanently, disconnect the fibre cable going to the B2 controller
6. move the fibre cable from B1 controller and attach it to switch B
7. verify (& correct if necessary) the LUN masking in the DS4000 so that your AIX host is properly known to the DS4000.
a.k.a. allocate the LUN(s) to the AIX host
8. re-boot AIX (or re-run "cfgmgr")
For reference material, I'd suggest you read Chapter 11 of the following IBM redbook --> http://www.redbooks.ibm.com/abstract...6363.html?Open When set up correctly, you'll see only the following devices: Code:
dar0 dac0 --- to the A1 controller dac1 --- to the B1 controller hdiskA --- to the 1st LUN hdiskB --- to the 2nd LUN hdiskC --- to the 3rd LUN hdiskD --- to the 4th LUN etc. Hope this helps. Last edited by The Doctor; 07-12-2007 at 04:27 PM.. |
|
||||
|
Quote:
Without a "positive" statement of support from IBM, I can only infer "no" support. Last edited by The Doctor; 07-18-2007 at 10:27 PM.. |
| Sponsored Links | ||
|
|