There are several ways to get HBA WWNs on VMware vSphere ESX/ESXi host:
- vSphere Client;
- Using ESXi Shell;
- Using Powershell / PowerCLI script.
Read All Still have questions? If you have any questions regarding our products please feel free to contact our support team. Monitors still widely use the VGA, DIVI, and/or HDMI interface to connect to devices and MacBooks don’t commonly have an HDMI port. Instead, they have Thunderbolt display ports. Here’s how you can connect an HDMI display to a Thunderbolt display port on a MacBook. To get started, you need to install the necessary drivers on your Windows PC. If you need further help, here is a link to the documentation. The app is available for Windows 7 and above. Opening the app will automatically detect and display all PCs on the same server that has the drivers installed. Simply tap to connect.
1. Connect to a server or vCenter, open server Configuration tab, under Hardware select Storage Adapters:
You can also copy WWNN (World Wide Node Name) and WWPN (World Wide Port Name)
2. How to find HBA WWN via ESXi Shell / CLI:
VMware vSphere ESXi 5.0+:
VMware ESX/ESXi 2.1.0 – 4.1.x:
OR
- Connect to ESXi shell either via putty/SSH or DCUI (Direct Console User Interface) / server console
- Run ‘ls /proc/scsi/‘ and check the folder names:
- Look for a folder like ‘qla2xxx‘ – QLogic HBA, ‘lpfc820‘ – Emulex HBA, ‘bnx2i” – Brocade HBA;
- Run ‘ls /proc/scsi/qla2xxx’. You will get a list of files, named by a number. Each file contains information about one HBA;
- Now run ‘cat /proc/scsi/qla2xxx/6‘ to get full info on the HBA. Alternatively, run the following commands:
- Run ” cat /proc/scsi/qla2xxx/6 | grep -A3 ‘SCSI Device Information:’ ” to get WWNN and WWPNs:
- Run ” cat /proc/scsi/qla2xxx/6 | grep ‘Host Device Name’ ” to get vmhba number:
3. Powershell script to list host name, vmhba number, HBA model / driver and World Wide Port Name (WWN):
Inro Elektrotechnik Port Devices Drivers
Result: