Blame SOURCES/quickstart.txt

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