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

155
With Cisco Nexus switches
Create two Virtual Fibre Channel interfaces, one on each Nexus switch corresponding to each FCoE adapter and bind
each vfc with the MAC address discovered in the previous section:
o On the first: the vfc interface is bound to the first FCoE MAC address:
Nexus-1 # interface vfc2011
Nexus-1 # bind mac-address 00:17:a4:77:bc:38
Nexus-1 # no shut
o On the second Nexus: the vfc interface is bound to the second FCoE MAC address:
Nexus-2 # interface vfc2011
Nexus-2 # bind mac-address 00:17:a4:77:bc:39
Nexus-2 # no shut
Assign the Virtual Fibre Channel interfaces to the FCoE VSANs:
o On the first Nexus:
Nexus-1 # vsan database
Nexus-1 # vsan 200 interface vfc2011
Note: 200 is the VSAN number used by FCoE.
o On the second Nexus:
Nexus-2 # vsan database
Nexus-2 # vsan 201 interface vfc2011
Note: 201 is the VSAN number used by FCoE.
Configuring the Storage Presentation
From the Storage Array management interface, present the new LUN to the WWPN of the two FCoE adapter ports
recorded earlier.
Configuring the zoning
For better security and stability, it is recommended to use zoning.
This section only provides the minimum steps that are required when zoning is already configured.
With HP 5900 switches
Add the FCoE adapters to the Zone (not required if using NPV mode)
o On the first 5900:
5900-1 # vsan 200
5900-1 # zone-alias name FCoE-Nodes
5900-1 # member pwwn 50:06:0b:00:00:c3:1e:08
5900-1 # member pwwn 50:06:0b:00:00:c3:1e:0c
o On the second 5900:
5900-2 # vsan 201
5900-2 # zone-alias name FCoE-Nodes
5900-2 # member pwwn 50:06:0b:00:00:c3:1e:0a
5900-2 # member pwwn 50:06:0b:00:00:c3:1e:0e
With Cisco Nexus switches
Add the FCoE adapters to the Zone (not required if using NPV mode)
o On the first Nexus:
Nexus-1 # zone name fcoe-zone-3PAR vsan 200
Nexus-1 # member pwwn 50:06:0b:00:00:c3:1e:08
Nexus-1 # member pwwn 50:06:0b:00:00:c3:1e:0c
o On the second Nexus:
Nexus-2 # zone name fcoe-zone-3PAR vsan 201
Nexus-2 # member pwwn 50:06:0b:00:00:c3:1e:0a
Nexus-2 # member pwwn 50:06:0b:00:00:c3:1e:0e