
HBA Card is used for enabling communication between servers and storage devices
SAN (Storage Area Network
A Storage Area Network (SAN) is a specialized, high-speed network that provides block-level network access to storage
RAID Controller
RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives (SSDs) to protect data in the case of a drive failure.
How to enable SAN Connectivity
- Physically Install the HBA Card:
- Insert the HBA card into an appropriate PCIe slot on the server motherboard.
- Connect the cables: Attach the Fibre Channel (FC) or iSCSI cables from the HBA card to the SAN switch or storage device.
- Enter the BIOS or UEFI to verify the HBA card is detected.
- Verify HBA Firmware and Driver
- Linux: Use lspci or dmesg | grep -i hba to check if the system recognizes the HBA.
- Windows: Check Device Manager under "Storage Controllers."
- Configure HBA Settings
- Access the HBA BIOS
- Press the key combination (e.g., Ctrl+Q, Ctrl+C, Ctrl+E) during server boot to enter the HBA card's BIOS settings.
- Configure the HBA card
- Set up the FC/iSCSI initiator.
- Set the WWPN (World Wide Port Name) or IP address (for iSCSI).
- Connect to the SAN
- Configure zoning on the SAN switch for Fibre Channel connections.
- Use the switch management interface to add the WWPN of the HBA to the correct zone.
- For iSCSI, configure the target and initiator settings, including the IQN (iSCSI Qualified Name) and IP addresses.
- Scan for Storage Devices
- Linux: Use commands like rescan-scsi-bus.sh, echo "- - -" > /sys/class/scsi_host/hostX/scan, or tools like multipath -ll for multipath storage.
- Windows: Use Disk Management or the iSCSI Initiator utility to discover and connect to the SAN storage.
How to enable RAID Controller
- Enable RAID Mode
- Once in the HBA/RAID BIOS utility:
- Look for the Operating Mode or HBA Mode setting.
- Switch from HBA (Passthrough) mode to RAID Mode.
- Save the changes and reboot the server.
Solution:
HBA card to enable the SAN Connectivity and RAID Controller to manage and enable the high availability for new HDDs