6–Boot from SAN Configuration
iSCSI Boot from SAN
98
AH0054602-00 J
Where the DUD parameter is
dd
for RHEL 7.
x
and
dud=1
for
SLES 12.
x
.
4.
Install the OS on the target LUN.
Migrating from Software iSCSI Installation to Offload iSCSI
Migrate from the non-offload interface to an offload interface by following the
instructions for your operating system.
Migrating to Offload iSCSI for RHEL 6.9/6.10
Migrating to Offload iSCSI for SLES 11 SP4
Migrating to Offload iSCSI for SLES 12 SP1/SP2
Migrating to Offload iSCSI for RHEL 6.9/6.10
To migrate from a software iSCSI installation to an offload iSCSI for
RHEL 6.9 or 6.10:
1.
Boot into the iSCSI non-offload/L2 boot from SAN operating system. Issue
the following commands to install the Open-iSCSI and iscsiuio RPMs:
#
rpm -ivh --force qlgc-open-iscsi-2.0_873.111-1.x86_64.rpm
#
rpm -ivh --force iscsiuio-2.11.5.2-1.rhel6u9.x86_64.rpm
2.
Edit the
/etc/init.d/iscsid
file, add the following command, and then
save the file:
modprobe -q qedi
For example:
echo -n $"Starting $prog: "
modprobe -q iscsi_tcp
modprobe -q ib_iser
modprobe -q cxgb3i
modprobe -q cxgb4i
modprobe -q bnx2i
modprobe -q be2iscsi
modprobe -q qedi
daemon iscsiuio
NOTE
To retain the original contents of the inbox RPM during installation, you
must use the
-ivh
option (instead of the
-Uvh
option), followed by
the
--force
option.