Linux - Fiber Channel
Commands
List FC cards:
Retrieve FC host info with this path:
Display FC card detail:
Display FC driver version:
Check that FC driver is load in kernel:
Display FC host port name:
Display FC host info:
Display speed of card:
Procedures
Disable HBA Port via FC Driver:
# Get FC host:
ls -l /sys/class/fc_host
# Deactivate card from driver
echo "0000:3c:00.0" > /sys/bus/pci/drivers/qla2xxx/unbind
# Reactivate card from driver
echo "0000:3c:00.0" > /sys/bus/pci/drivers/qla2xxx/bind
Enable verbose log from FC driver: