VMware ESX Server 2.0Features | Documentation | Knowledge Base | Discussion ForumsYou can specify persistent bindings for your Fibre Channel host bus adapters (HBAs). With persistent binding, ESX Server assigns specific target IDs to specific Fibre Channel SCSI devices. This target ID association is retained from reboot to reboot unless changed by you. Persistent binding is particularly useful if you are using raw disks with ESX Server. A raw disk is directly mapped to a LUN or physical disk drive on your storage area network (SAN). ESX Server directly accesses the data on this disk as a raw device (and not as a file on a VMFS volume). You can persist bindings through the VMware Management Interface or through the service console. For complete information on persisting bindings through the management interface, see Configuring a Swap File. If you prefer to use the service console, type cat /proc/scsi/<FC_SCSI_driver>/<adapter_number> to determine the target IDs. #cat /proc/scsi/<FC_SCSI_driver>/<adapter_number>
. Link Up - Ready:
PortID 0x21900 lpfc0t00 DID 021500 WWPN 20:00:00:60:16:3c:ad:13 WWNN 20:00:00:60:16:3c:ad:13 where:
#cat /proc/scsi/<FC_SCSI_driver>/<adapter_number>
. scsi-qla0-adapter-node=200100e08b229b53; scsi-qla0-adapter-port=210100e08b229b53;
scsi-qla0-target-0=20000060163cad13; where:
The pbind.pl script is located in the /usr/sbin directory. As root, type pbind.pl to see the list of options for this command.
This example adds bindings for all QLogic 2200 hosts. pbind.pl -a /proc/scsi/qla2200/ This example adds binding for QLogic 2200 host 2. pbind.pl -a /proc/scsi/qla2200/2 Note: Typing a wildcard character, for example, pbind.pl -a /proc/scsi/qla2200/* is invalid. |
||||||||||||||||||||||||||||||||||||