NetApp & Cisco: Lab. 6/6 - Cisco FC to FCoE Setup for NetApp using CLI

Lab setup:
Host: Windows Server 2008 R2 with Emulex OCe10102-F FCoE CNA
Switch: Nexus 5010 Switch with SFP-10G-SR SFPs
Target: FAS3070 with X1139A UTA running DOT 8.0.1 7-Mode
Cables: OM3 optical cables (OM4 recommended for optimum performance)

Introducing a:
Host: Windows Server 2008 R2 with Emulex FC HBA
DS-SFP-FC4G-SW SFP into the N5K-M1008 FC module on the Nexus 5010

To view current interface configuration:
switch(config)# show interface brief
To configure interface fc 2/2:
switch(config)# interface fc 2/2
switch(config-if)# no shutdown
switch(config-if)# exit
To verify that fc 2/2 is now enabled:
switch(config)# show interface brief
To verify the flogi database:
switch(config)# show flogi database
To configure the VSAN database:
switch(config)# vsan database
switch(config-vsan-db)# vsan 10 interface fc2/2
switch(config-vsan-db)# exit
To verify the flogi database:
switch(config)# show flogi database
To verify the nameserve database for VSAN 10:
switch(config)# show fcns database vsan 10
To create the third zone in VSAN 10:
switch(config)# zone name fchost2 vsan 10
Add the WWPN for storage system 3a:
switch(config-zone)# member pwwn 50:0a:09:81:87:09:3d:96
Add the WWPN for the Emulex FC HBA port 0:
switch(config-zone)# member pwwn 10:00:00:00:c9:43:f2:9e
switch(config-zone)# exit
Open the fcoe zoneset in VSAN 10:
switch(config)# zoneset name fcoe vsan 10
Add fchost2 to the zoneset:
switch(config-zoneset)# zone name fchost2
Reactive the zoneset to get the changes to show up
switch(config-zoneset)# zoneset activate name fcoe vsan 10
switch(config-zoneset)# exit

On the storage system:
To view the discovered initiators:
system> fcp show initiators

SEO: Walkthrough / Step by Step

Comments