Originally posted by: bhimsingh
Even if it shows dac2 and dac3 are active does not mean that each disk is redundant , it will still show both the dacs active if any of the disk is mapped with both disk array controller or there are two disk array controller in one dar .
as per my knowledge , there is no command at OS side which can show if the disk is redundant if you are only using rdac .But if you multipathing software install ( MPIO ) then you can see with lspath command . Two paths should be there for each disk
bash-2.04# lsdev -Cc disk|grep hdisk185
hdisk185 Available 05-00-02 MPIO Other DS4K Array Disk
bash-2.04# lspath -l hdisk185
Enabled hdisk185 fscsi0
Enabled hdisk185 fscsi1
Also , you can check with "manage_disk_drivers" which drivers are installed to support your DS4K storage and run appropriate command
bash-2.04# manage_disk_drivers
1: DS4100: currently MPIO; supported: RDAC/fcparray, MPIO
2: DS4300: currently MPIO; supported: RDAC/fcparray, MPIO
3: DS4500: currently MPIO; supported: RDAC/fcparray, MPIO
4: DS4700/DS4200: currently MPIO; supported: RDAC/fcparray, MPIO
5: DS4800: currently MPIO; supported: RDAC/fcparray, MPIO
bash-2.04#
MPIO is supported on this machine hence you can use lspath as well as mpio_get_config -Av to get the similiar output as produced by fget_config -Av
root@CNDABBCUDBDP11:/$ manage_disk_drivers
1: DS4100: currently RDAC; supported: RDAC/fcparray, MPIO
2: DS4300: currently RDAC; supported: RDAC/fcparray, MPIO
3: DS4500: currently RDAC; supported: RDAC/fcparray, MPIO
4: DS4700/DS4200: currently RDAC; supported: RDAC/fcparray, MPIO
5: DS4800: currently RDAC; supported: RDAC/fcparray, MPIO
root@CNDABBCUDBDP11:/$
RDAC is the supported software , so you can use only fget_config -Av and no other option to see the disk redundancy .
#AIX-Forum