Installation guide
www.vmware.com
212
VMware ESX Server Administration Guide
The -query option of vmkpcidivy reports various ESX Server configuration
details. For example, you can display all disk controllers and their associated device
names with the vmhba_devs query:
$ vmkpcidivy -q vmhba_devs
vmhba0:0:0 /dev/ida/c0d0
vmhba1:0:0 /dev/sda
vmhba1:0:1 /dev/sdb
You can also find the device name linked to a specific controller with the singular
vmhba_dev query:
$ vmkpcidivy -q vmhba_dev vmhba0:0:0
/dev/ida/c0d0
The vmhba_dev query accepts one or more controller names as arguments.