6–Boot from SAN Configuration
FCoE Boot from SAN
122
BC0154501-00 P
8.
In the Configuration window (
), select the language to use during
the installation process, and then click
Continue
.
Figure 6-37. Red Hat Enterprise Linux 7.4 Configuration
9.
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.
10. In the
Specialized & Network Disks
section, select the FCoE LUN.
11.
Type the root user’s password, and then click
Next
to complete the
installation.
12. During the first boot, add the following kernel command line to fall into shell:
rd.driver.pre=qed,qede,qedr,qedf,qedi
13. After a successful system boot, edit the
/etc/modprobe.d/anaconda-blacklist.conf
file to remove the blacklist
entry for the selected driver.
14. Rebuild the ramdisk by issuing the
dracut -f
command, and then
reboot.
15. Turn off the lldpad and fcoe services that are used for software FCoE. (If
they are active, they can interfere with the typical operation of the hardware
offload FCoE.) Issue the appropriate commands based on your operating
system:
For SLES 11:
#
service boot.fcoe stop
#
service boot.lldpad stop
#
chkconfig boot.fcoe off
#
chkconfig boot.lldpad off
For RHEL 7 and SLES 12:
#
systemctl stop fcoe