This article provides commands to make real-time changes to the running QLogic or Emulex FC HBA driver.
|
|
To force an HBA rescan, run this command:
echo "scsi-qlascan" > /proc/scsi/qla2###/adapter_id
To enable verbose QLogic driver logging in the VMkernel log, run this command:
echo "scsi-qlaenable-log" > /proc/scsi/qla2###/adapter_id
To disable verbose QLogic driver logging, run this command:
echo "scsi-qladisable-log" > /proc/scsi/qla2###/adapter_id
Note: