Users Guide

Table Of Contents
14–Fibre Channel Over Ethernet
FCoE Boot from SAN
Doc No. BC0054508-00 Rev. R
January 21, 2021 Page 231 Copyright © 2021 Marvell
13. On the Installation Destination window (Figure 14-21) under Other Storage
Options, select your Partitioning options, and then click Done.
Figure 14-21. Selecting Partitioning Options
14. On the Installation Summary window, click Begin Installation.
Linux: Adding Boot Paths
RHEL requires updates to the network configuration when adding new boot
through an FCoE initiator that was not configured during installation.
RHEL 6.2 and Later
On RHEL 6.2 and later, if the system is configured to boot through an initiator port that
has not previously been configured in the OS, the system automatically boots
successfully, but will encounter problems during shutdown. All new boot path initiator
ports must be configured in the OS before updating pre-boot FCoE boot parameters.
1. Identify the network interface names for the newly added interfaces through
ifconfig -a.
2. Edit /boot/grub/menu.lst by adding
ifname=<INTERFACE>:<MAC_ADDRESS> to the line kernel /vmlinuz
for each new interface. The MAC address must be all lower case and
separated by a colon. (for example, ifname=em1:00:00:00:00:00:00)