FCoE Configuration and Basic Troubleshooting for Broadcom NetXtreme II FCoE Offload Capable Ethernet Devices
book
Article ID: 340042
calendar_today
Updated On:
Products
VMware vSphere ESXi
Issue/Introduction
This article provides the basic steps for enabling and troubleshooting Broadcom FCoE Offload on Broadcom NetXtreme II FCoE Offload Capable Ethernet Devices. By default, Broadcom FCoE offload adapters are not listed or displayed as storage adapters.
You must follow the configuration instructions to have the FCOE adapters listed in the vSphere Client’s Configuration tab > Hardware > Storage Adapters.
Note: Alternatively, you can use this CLI command to view the list of adapters:
esxcli storage core adapter list
Resolution
Configuration
Ensure your Broadcom NetXtreme II Ethernet device is capable, enabled, and supported for FCoE Offload. Contact your supplier to ensure that your device is capable and enabled for FCoE offload. Reference the ESXi hardware compatibility list (Broadcom Compatibility Guide) to ensure that your device is supported as an FCoE CNA.
Install the latest Broadcom NetXtreme II device drivers
Activate FCoE on each port through either the vSphere UI or through the ESXi host CLI.
Using vSphere UI
Through the vSphere Client on the host to be configured, click the Configuration tab.
Under Hardware, select Storage Adapters.
Click Add.
Select Add Software FCoE Adapter.
Note: The Broadcom FCoE solution is full offload, but is referred to as software FCoE through the vSphere interfaces.
Select your Physical Network Adapter from the list, and click OK.
Using ESXi CLI
Determine which interfaces are FCoE capable by running this command:
# esxcli fcoe nic list
For a capable interface, you see output similar to:
vmnic4 User Priority: 3 Source MAC: ##:##:##:##:##:## Active: false Priority Settable: false Source MAC Settable: false VLAN Range Settable: false
Activate FCoE by running this command:
# esxcli fcoe nic discover –n vmnicX
Verify that the interface is activated by below command: # esxcli fcoe adapter list
For each FCoE adapter, you see an output similar to:
If your interface is not listed under esx fcoe nic list, contact your supplier's technical support channels to verify that your devices is FCoE capable.
Verify that the ESX CLI FCoE adapter list reflects the correct FCF MAC and VLAN ID. If it is not correct, ensure that the VLAN is enabled for FCoE and relevant interfaces are properly configured per switch documentation.
If Disks/LUNs are not visible through the activated FCoE interfaces:
Verify that the target interfaces are properly zoned with initiator interfaces in the FC/FCoE fabric(s).
Verify that the storage array selective LUN presentations are properly configured to present the correct LUNs to the initiator WWN
If NMP is not properly discovering all available paths to the storage:
Verify that you have properly configured SATP rules for your storage array. Refer to the storage array vendor for proper array configuration and rule selection.