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