Can vxdisk -p list show information from both controllers
I have 2 paths to disks - example:
# vxdmpadm -v getportids dmpnodename=hitachi_usp-v0_0c19 NAME ENCLR-NAME ARRAY-PORT-ID pWWN SFG_ID ================================================================ c3tWWN45d5s2 hitachi_usp-v0 5F WWN45 5 c1tWWN55d5s2 hitachi_usp-v0 6F WWN55 6
But when I run vxdisk -p list it gives me information about one of the controllers:
# vxdisk -x PORT_SERIAL_NO -x ARRAY_PORT_PWWN -x ARRAY_CTLR_ID -p list hitachi_usp-v0_0c19 DEVICE PORT_SERIAL_NO ARRAY_PORT_PWWN ARRAY_CTLR_ID hitachi_usp-v0_0c19 5F WWN45 5
Even I specify the actual disk path for the "6F" controller, I still get information about 5F controller
# vxdisk -x PORT_SERIAL_NO -x ARRAY_PORT_PWWN -x ARRAY_CTLR_ID -p list c1tWWN55d5s2 DEVICE PORT_SERIAL_NO ARRAY_PORT_PWWN ARRAY_CTLR_ID hitachi_usp-v0_0c19 5F WWN45 5
Can I get vxdisk -p list to give me information on the other controller?
Mike
Hi Tony, I think it is fine to have a limitation that "vxdisk -p list" does not show information about paths, but this needs to be all or nothing - I don't think it is right to show information about an arbrituary path when you enquire about a disk, so vxdisk -p list shouldn't show disk port is 5F when it is actually dual pathed via 5F and 6F. In partilcular in Starflyfly's example , vxdisk -p list shows 2 LUNs are using different ports, but in fact they are using the same ports - so vxdisk -p list is giving misleading information.
Mike