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