Unsolved
This post is more than 5 years old
7 Posts
0
861
June 23rd, 2008 11:00
Can I pre-configure a switch before I have HBAs connected?
I have a very tight windows to migrate to some DS4900B switches, does anyone know if I can preconfigure my 4900 before I have anything physically connected to it? I have my WWN of the CX SPs and all of my server HBAs. Not sure if that would even work. Any sugestions?
No Events found!


SKT2
2 Intern
•
1.3K Posts
0
June 23rd, 2008 16:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
June 23rd, 2008 18:00
alicreate "Server_A","10:00:00:00:c9:21:86:00" - creates an alias for this WWN even though it's not physically plugged-in
alicreate "CX600_SPA", "50:00:00:00:c9:21:86:00" - creates an alias for SPA
zonecreate "Zone-CX600-SPA-Server_A","Server_A;CX600_SPA" - creates a zone and adds two members
cfgcreate "cfg","Zone-CX600-SPA-Server_A" - create new zoneset "cfg"
or to add to an existing zoneset:
cfgadd "cfg","Zone-CX600-SPA-Server_A"
then
cfgsave - saves zoneset
cfgenable "cfg" - enables active zoneset
take a look here as well
http://www.dec-store.com/PD_01325.aspx
tonydcdi-ymiT1
70 Posts
0
June 26th, 2008 08:00
Dynamox is correct. There are two other things you can do as well.especially if you are migrating from the same type of switch - like Brocade to brocade...
ASSUMING THE 4900 is a net new switch with no configuration on it
1) Check compatability between the two siwtches and create and ISL from the old Brocade to the new Brocade, this will copy all the information from switch one to switch two, activate a zoneset, then break the ISL and the new switch will retain all information from the original switch. T\
2) With brocade - i havnt done this but a client has - you can upload the configuration to a PC or Uninx server and edit the configuration to get all aliases, zones, and zoneset. You can then import this configuration into the switch with all the information. DO NOT IMPORT ALL INFORMATION as you will overwrite pertinent data to the DS4900
Message was edited by:
tonydcdi
RRR
6 Operator
•
5.7K Posts
0
June 27th, 2008 01:00
RRR
6 Operator
•
5.7K Posts
0
June 27th, 2008 01:00
http://www.dec-store.com/PD_01325.aspx
Hmmm, you call that easy reading ? It's more like a puzzle to me.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
June 27th, 2008 11:00
RRR
6 Operator
•
5.7K Posts
0
June 30th, 2008 03:00