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