fcoe-utils
lldpad
/etc/fcoe/cfg-eth0
) to the name of the ethernet device that supports FCoE. This will provide you with a default file to configure. Given that the FCoE device is ethX
, run:
cp /etc/fcoe/cfg-eth0 /etc/fcoe/cfg-ethX
ONBOOT=yes
in the corresponding /etc/sysconfig/network-scripts/ifcfg-ethX
file. For example, if the FCoE device is eth2, then edit /etc/sysconfig/network-scripts/ifcfg-eth2
accordingly.
dcbd
) using the following command:
/etc/init.d/lldpad start
dcbtool sc ethX
dcb on
dcbtool sc ethX
app:fcoe e:1
dcbd
settings for the ethernet interface were not changed.
ifconfig ethX
up
/etc/init.d/fcoe start
fcoeadmin -i
lldpad
to run at startup. To do so, use chkconfig
, as in:
chkconfig lldpad on
chkconfig fcoe on