ソリューションが必要です
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