2009-06-09 08:49:52 +00:00
|
|
|
Quick Start guide for Open-FCoE
|
|
|
|
===============================
|
|
|
|
|
|
|
|
1. Install fcoe-utils package. This should also install dcbd, libhbaapi and
|
|
|
|
libhbalinux as dependencies.
|
|
|
|
|
|
|
|
2. Rename /etc/fcoe/cfg-ethx so it corresponds with name of your network
|
|
|
|
interface (e.g. /etc/fcoe/cfg-eth0). Copy and rename this file accordingly
|
|
|
|
if you have more interfaces, which should be fcoe-enabled
|
|
|
|
|
|
|
|
3. Modify configuration files to enable FCoE. Set FCOE_ENABLE="yes" and
|
|
|
|
DCB_REQUIRED="yes".
|
|
|
|
|
2011-07-18 13:38:27 +00:00
|
|
|
3. Run 'systemctl enable fcoe.service' to start FCoE per run level. This
|
|
|
|
will setup FCoE to start on reboot.
|
2009-06-09 08:49:52 +00:00
|
|
|
|
2011-07-18 13:38:27 +00:00
|
|
|
4. Run 'systemctl enable lldpad.service' to start LLDP agent per run
|
|
|
|
level. This will setup DCB to start on reboot.
|
2009-06-09 08:49:52 +00:00
|
|
|
|
2011-07-18 13:38:27 +00:00
|
|
|
5. Run 'systemctl start lldpad.service' to start LLDP agent.
|
2009-06-09 08:49:52 +00:00
|
|
|
|
|
|
|
6. Run 'dcbtool sc ethX dcb on; dcbtool sc ethX app:0 e:1;' for each fcoe-enabled
|
2011-07-18 13:38:27 +00:00
|
|
|
interface to setup DCB for FCoE.
|
2009-06-09 08:49:52 +00:00
|
|
|
|
2011-07-18 13:38:27 +00:00
|
|
|
7. Run 'systemctl start fcoe.sertvice' to start FCoE.
|