Install Guide

Resource Prerequisites
Create DCB Map
dcb-map SAN_DCB_MAP
priority-group 0 bandwidth 60 pfc off
priority-group 1 bandwidth 40 pfc on
priority-pgid 0 0 0 1 0 0 0 0
exit
Create a FCoE VLAN
interface vlan <VLAN ID> [Create VLAN for FCoE]
exit
Create FCoE Map
fcoe-map default_full_fabric
fabric-id <FCoE VLAN ID> vlan <FCoE VLAN Id>
fc-map <FC MAP>
exit
Apply FCoE MAP to interface
interface fibrechannel 0/0
fabric default_full_fabric
no shutdown
NOTE: Below is the process of generating the FC MAP
For generating the fc-map use below ruby code.
Here VLAN ID is FCoE VLAN ID
fc_map = vlanid.to_i.to_s(16).upcase[0..1]
fc_map.length == 1 ? fc_map = "0EFC0#{fc_map}" :
fc_map =
"0EFC
#{fc_map}"
Brocade
Alias needs to be created having Compellent fault domain WWPN
accessible on Brocade switch. Create a single alias including the
virtual ports for the Compellent fault domain, WWPN accessible on
Brocade switch. ASM automates the creation of each additional zone
for the server objects and place them into a zone config.
Brocade root password needs to be changed so that the banner
presented to change the default password does not impact ASM's
ability to ssh into the switch.
Compellent
Nothing specific for ASM.
Prerequisites for Rack Server, S5000, Brocade and Compellent
The following table describes the prerequisites for the FCoE solution offered using Rack Server, S5000,
Brocade and Compellent. For more information, see http://en.community.dell.com/techcenter/extras/m/
white_papers/20387203
Table 6. Prerequisites for Rack Server, S5000, Brocade and Compellent
Resource Prerequisites
S5000 DCB needs to be enabled.
20