Configuring Linux hosts for SAN boot
You can configure various releases of Linux® with DM Multipath for SAN boot.
Note: To complete these tasks, ensure that you have Fibre Channel FC switch zoning, HBA BIOS
setting, and experience using the DS8000® command-line
interface.
Configuring SUSE Linux Enterprise Server (SLES)
Complete the following steps:
- Zone all the paths between server and the DS8000.
- Create a host with either the DS8000 Storage Management GUI or the DS CLI.
- If you are using the DS8000 Storage Management GUI, create a fixed block (FB) volume and map it to the host. If you are using the DS CLI, create an FB volume and map it to the host through a volume group. This FB volume is used to load the OS.
- Enable HBA BIOS loading during boot, and select the newly mapped volume as a boot disk. For more
information, see the HBA vendor BIOS setup guide. Note: Disable the local hard disk through server BIOS.
- Load SLES OS to the DS8000 volume.
- On the disk selection page, use custom partitioning.
- On the Expert Partitioner page, select .
- Partition the DM Multipath managed disk and install SLES on the local hard disk.
- After installation, update /etc/multipath.conf:
defaults { polling_interval 30 failback immediate no_path_retry 5 rr_min_io 100 path_checker tur user_friendly_names yes } devices { # DS8000 device { vendor "IBM" product "2107900" path_grouping_policy group_by_serial } }