FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014

34
Configuration of the zone:
a. Create zones:
o zone name fcoe-zone-3PAR vsan 200
o member pwwn 21:53:00:02:ac:00:15:9d {This is the WWN of the first 3PAR controller port}
o member pwwn 50:06:0b:00:00:c3:1a:20 {This is the WWN of the first Blade FlexFabric Adapter port 1}
o member pwwn 50:06:0b:00:00:c3:1a:24 {This is the WWN of the second Blade FlexFabric Adapter port 1}
b. Create zoneset:
o zoneset name zoneset-3PAR vsan 200
o member fcoe-zone-3PAR
c. Activate zoneset:
o zoneset activate name zoneset-3PAR vsan 200
Nexus switch-B configuration
Upgrade the Nexus switch with minimum NX-OS supported version.
Note: Refer to SPOCK C-Series FCoE Switch Connectivity stream for additional information at
http://h20272.www2.hp.com/Pages/spock2Html.aspx?htmlFile=hw_switches.html
Enable FCoE on the switch (disabled by default):
o configure terminal
o feature fcoe
Note: The Nexus can require a reload.
Configuring Quality of Service to provide lossless service for FCoE traffic and best-effort service for Ethernet traffic:
o Refer to the Quality of Service configuration section.
Associate a VLAN with a VSAN for FCoE traffic:
o vlan 201
o fcoe vsan 201
Note: Enabling FCoE on VLAN 1 is not supported.
Create a virtual Fibre Channel interface for the first Blade server and bind it to the MAC address of its FCoE adapter 2:
o interface vfc 2005
o switchport description vfc for server-1
o bind mac-address 00:17:a4:77:b8:89
o no shutdown