To identify QLogic Fibre Channel and Converged Network Adapters using console OS:
1.Discover the device using lspci.
2.To list the subdirectories, run the following command: ls /proc/scsi:
If the qla2xxx directory is present, QLogic adapters are installed on the VMware ESX/ESXi 4.0 system.
3.To list the QLogic storage adapters present on the system, run the following command:
ls /proc/scsi/qla2xxx
An example output may be:
#ls /proc/scsi/qla2xxx/
1 2 3 4 5 6 HbaApiNode
4.To view additional details, run the following command: cat /proc/scsi/qla2xxx/<adapter_number>
Where <adapter_number> is one of the adapter numbers shown in Step 3.
This command lists the driver’s supported features and its current state, in addition to its firmware/driver and boot code versions, as shown in Figure
|