Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

zoning - EMC 1

Status
Not open for further replies.

TAYO

MIS
Jan 4, 2003
8
0
0
US

Can I use Command line to zone a EMC device to a host ? Kindly send me the CLI syntax to get it done , either Brocade or Mcdata is fine .
 
You should be able to telnet to the switches and configure zoning. I'm assuming you're using WWN Zoning - not much different for Port Zoning.

Brocade, Logon as admin

>ZoneCreate "ZONENAME", "WWN", "WWN".... Create new Zone
>cfgAdd "CFG_NAME", "ZONE_NAME" Add new zone to config
>cfgSave Save the new config
>cfgEnable "CFG_NAME"Enable the new config


McData - logon as Administrator

>config zoning -- gets you into the correct directory
>replaceZoneSet -- copies the Active ZoneSet into the Working area
>addZone <ZONE_NAME>
>addWwnMem <ZONE_NAME> <WWN> -- add each WWN required in the zone
>activeZoneSet -- Overwrites Active ZoneSet with the working ZoneSet


For both the above, consult the user guide first, but that should be in and around what you're looking for.

J
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top