6–Boot from SAN Configuration
iSCSI Boot from SAN
88
BC0154501-00 P
7.
In the Configuration window (
), select the language to use during
the installation process, and then click
Continue
.
Figure 6-24. Red Hat Enterprise Linux 7.4 Configuration
8.
In the Installation Summary window, click
Installation Destination
. The disk
label is
sda
, indicating a single-path installation. If you configured multipath,
the disk has a device mapper label.
9.
In the
Specialized & Network Disks
section, select the iSCSI LUN.
10. Type the root user’s password, and then click
Next
to complete the
installation.
11.
During the first boot, add the following kernel command line to fall into shell.
rd.iscsi.firmware rd.break=pre-pivot rd.driver.pre=qed,qede,qedr,qedf,qedi selinux=0
12. Issue the following commands:
#
umount /sysroot/boot/efi
#
umount /sysroot/boot/
#
umount /sysroot/home/
#
umount /sysroot
#
mount /dev/mapper/rhel-root /sysroot
13. Open the
/sysroot/usr/libexec/iscsi-mark-root-nodes
file and
locate the following statement:
if [ "$transport" = bnx2i ]; then
Change the statement to:
if [ "$transport" = bnx2i ] || [ "$transport" = qedi ]; then
14. Unmount file system by issuing the following command:
#
umount /sysroot