How to disable MPxIO on NPIV fp instance?
This is Solaris 11.3 SPARC. Is this possible to selectively disable MPxIO on fp instance which is NPIV port?
I've created NPIV port:
# luxadm -e port /devices/pci@3c0/pci@1/pci@0/pci@7/QLGC,qlc@0/fp@0,0:devctl CONNECTED /devices/pci@3c0/pci@1/pci@0/pci@7/QLGC,qlc@0/fp@0,2:devctl CONNECTED <--- this is NPIV port # fcinfo hba-port ... NPIV port list: Virtual Port1: Node WWN: c0007deb164c49ad Port WWN: c0007deb164c49ac # prtconf -V: ... fp, instance #3 <--- this is physical port Driver properties: name='pm-components' type=string items=3 dev=none value='NAME=FC Port' + '0=Port Down' + '1=Port Up' name='pm-hardware-state' type=string items=1 dev=none value='needs-suspend-resume' name='initiator-node' type=string items=1 dev=none value='2000001b3212ecdd' name='initiator-port' type=string items=1 dev=none value='2100001b3212ecdd' .. fp, instance #1 <---- this is NPIV virtual port in question Driver properties: name='pm-components' type=string items=3 dev=none value='NAME=FC Port' + '0=Port Down' + '1=Port Up' name='pm-hardware-state' type=string items=1 dev=none value='needs-suspend-resume' name='initiator-node' type=string items=1 dev=none value='c0007deb164c49ad' name='initiator-port' type=string
0