Powered by Blogger.

Brocade Switch Zoning in (EMC Storage and Server) Soft Zoning

1)  Login the Windows Server throw Remote (192.168.10.93)
User Name : ktvnxb001
Password   : ktvnxb$001

-->  To check the WWN  number of server and how many HBA cards Available checking.
-->  Start Programs-->Run --->cmd (Enter)-->Type the "fcinfo"-->
C:\> fcinfo
Output :
               Port wwn : 21:00:00:e0:8b:17:85:1e
               Port wwn : 21:01:00:e0:8b:37:85:1e

2. Login the Switch using the Putty Server(192.168.10.91)
    User Name : ktvnxb001
    Password   : ktvnxb$001

3. To check the how many port Available
    \>switchshow


In Switch

/> alicreate  "face_prod_hba0","21:00:00:e0:8b:17:85:1e

/> nodefind  50:06:01:60:3e:e0:oc:c8

/> alicreate "face_vnx_sp0","50:06:01:60:3e:e0:oc:c8

/> alicreate "face_vnx_spb8","50:06:01:68:3e:e0:oc:c8


Zone Creation

/> zonecreate "face_zone1","face_prod_hba0;face_vnx_sp0"

/> zonecreate "face_zone2","face_prod_hba0;face_vnx_spb8"

/> zoneshow

Configration of Zones

/> cfgadd "cfgfab2","face_zone1;face_zone2"

/> cfgactshow

/> cfgsave   ----> Yes

/> cfgenable cfgfab2  (Enter)----> Yes



To Remove the Configration

1.  /> cfgremove "cfgfab2","face_zone1;face_zone2"

2.  /> zoneshow

3. /> cfgenable cfgfab2

4. /> cfgactvshow


To Delete the Zones

1. /> zonedelete face_zone1

2. /> zonedelete face_zone2

To delete the alias Storage and Servers

1.  /> alidelete face_prod_hba0

2. /> alidelete face_vnx_sp0

3. /> alidelete face_vnx_spb8

4. /> alishow





















0 Komentar untuk "Brocade Switch Zoning in (EMC Storage and Server) Soft Zoning"

Back To Top