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