
26 Dell Compellent Using Storage Center with FCoE and Linux
Command: Set Config
Feature: Priority Flow Control
Port: eth5
Status: Successful
# dcbtool sc eth5 app:fcoe e:1
Version: 2
Command: Set Config
Feature: Application FCoE
Port: eth5
Status: Successful
In order for FCoE connectivity to be established, Linux must be configured to enable the interfaces,
otherwise no traffic will be able to pass. For ease of use, configuring the interfaces to establish link at boot
time is suggested. The below “/etc/sysconfig/network-scripts/ifcfg-eth*” files will create enable interfaces
at boot time, without any associated IP address.
DEVICE="eth4"
HWADDR="00:1B:21:82:C2:A1"
NM_CONTROLLED="yes"
ONBOOT="yes"
DEVICE="eth5"
HWADDR="00:1B:21:82:C2:A0"
NM_CONTROLLED="yes"
ONBOOT="yes"
Once configured, the interfaces can be enabled.
# ifup eth4
# ifup eth5
Finally, a provided script can be used to verify the configuration.
# /usr/libexec/fcoe/dcbcheck.sh eth4
DCB is correctly configured for FCoE
Comentarios a estos manuales