Users Guide

6– SAN 引导配置
SAN iSCSI 引导
103 AH0054602-05 M
9. 在引导到 OS 后,设置多路径守护进程 multipathd.conf
# mpathconf --enable --with_multipathd y
# mpathconf –enable
10. 启动多路径服务:
# service multipathd start
11. 重建支持多路径的 initramfs
# dracut --force --add multipath --include /etc/multipath
12. 重新引导服务器并通过多路径引导到 OS
SLES 11 SP4 迁移并配置 MPIO 到卸载的界面
要对 SLES 11 SP4 L2 迁移到 L4 并配置 MPIO 引导 OS 到卸载的界面:
1. 执行所有必要的步骤,通过单一路径将非卸载 (L2) 界面迁移到卸载 (L4)
面。请参阅 SLES 11 SP4 迁移到卸载 iSCSI
2. 在使用 L4 界面引导到 OS 后,如下所示准备多路径:
a. 重新引导服务器,转到 System Setup (系统设置) /Utilities (公用
程序)打开 HII
b. HII 中,选择 System Configuration (系统配置),然后选择要用
于多路径的第二个适配器端口。
c. 在主要配置页面 Main Configuration Page)的 Port Level
Configuration (端口级配置)下,将 Boot Mode (引导模式)设置
iSCSI (HW) 并启用 iSCSI Offload iSCSI 卸载)
d. 在主要配置页面 Main Configuration Page)的 iSCSI Configuration
iSCSI 配置)下,执行必要的 iSCSI 配置。
e. 重新引导服务器并径引导到 OS
3. 设置 MPIO 服务在重启时保持不变,如下所示:
# chkconfig multipathd on
# chkconfig boot.multipath on
# chkconfig boot.udev on
\
为使 /etc/multipath.conf 文件中的任何其他更改生效,必须重建 initrd
映像并重新引导服务器。