A–Troubleshooting
Troubleshooting with Driver Logs
A-4 FC0054607-00 A
When the logging is enabled, the driver version in the
/proc/scsi/qla2xxx/<adapter number> is appended with a -debug flag
as shown below:
# cat /proc/scsi/qla2xxx/5
QLogic PCI to Fibre Channel Host Adapter for QLE2462:
Firmware version 4.04.09 [IP] [Multi-ID] [84XX], Driver
version 8.02.01-k1-vmw41-debug
BIOS version 2.10
FCODE version 2.04
EFI version 2.04
Flash FW version 4.06.02
ISP: ISP2432
Troubleshooting with Driver Logs
All messages from the QLogic Fibre Channel Adapter driver are logged in
/var/log/vmkernel. These messages provide additional information about the
driver operation: both normal and driver warnings. Messages from the driver are
usually preceded by scsi(%d), where %d is the adapter instance number.
The following example shows a snippet from a vmkernel file:
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.220 cpu7:4109)<6>qla2xxx
0000:0a:00.0: Found an ISP2432, irq 113, iobase 0x0x4100b1a02000
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.220 cpu7:4109)<6>qla2xxx
0000:0a:00.0: Configuring PCI space...
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.220 cpu7:4109)VMK_PCI: 728:
device 010:00.0 capType 16 capIndex 76
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.220 cpu7:4109)VMK_PCI: 728:
device 010:00.0 capType 16 capIndex 76
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.253 cpu7:4109)<6>qla2xxx
0000:0a:00.0: Configure NVRAM parameters...
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.284 cpu7:4109)<6>qla2xxx
0000:0a:00.0: ZIO mode 6 enabled; timer delay (100 us).
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.284 cpu7:4109)<6>qla2xxx
0000:0a:00.0: Verifying loaded RISC code...
Aug 18 15:15:13 localhost vmkernel: 0:00:00:34.550 cpu6:4109)<6>qla2xxx
0000:0a:00.0: Allocated (64 KB) for EFT...
NOTE:
Although the driver logs provide debugging and error information, they also
increase I/O latency. Therefore, QLogic does not recommend that you
enable extended logging during normal operations.