Note:
For detailed explanations, alternative configurations, and troubleshooting: See FC Best Practices
Important:
Vendor Documentation Priority: This guide is for reference only. Always consult official vendor documentation for your distribution. Test thoroughly in a lab environment before production use.
Prerequisites:
-
Oracle Linux 8.x or 9.x (UEK or RHCK kernel)
-
Fibre Channel HBA installed and cabled to the FC fabric
-
Fabric zoning and volume presentation configured by your SAN administrator
-
Root or sudo access
Note:
Quick Reference
| Command | Description |
|---|---|
cat /sys/class/fc_host/host*/port_name |
List HBA WWPNs |
cat /sys/class/fc_host/host*/port_state |
Check HBA port link state |
cat /sys/class/fc_host/host*/speed |
Check negotiated link speed |
sudo rescan-scsi-bus.sh |
Scan for newly presented LUNs |
lsscsi |
List all SCSI/FC devices |
sudo multipath -ll |
Show multipath devices and path status |
sudo multipathd reconfigure |
Reload multipath configuration |
sudo systemctl restart multipathd |
Restart multipath daemon |
For production deployments, see FC Best Practices for:
FC architecture and fabric redundancy
UEK kernel and HBA driver version considerations
Multipath configuration details
SELinux considerations
Monitoring and security