UNSOLVED

StewieGriffin1

updated

18 years ago

0

892

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?
  • SKT2

    2 Intern

    1340 Posts

    514

    0

    Posted June 23rd, 2008 16:00

    you should be able to do the zoning part using the wwn of the host hba.. I havn't dont this myself . So let us wait for comments..
  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    514

    0

    Posted June 23rd, 2008 18:00

    you sure can, here are some high level commands:

    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
  • 514

    0

    Posted June 26th, 2008 08:00

    Hey Stewie

    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

    5739 Posts

    514

    0

    Posted June 27th, 2008 01:00

    The replication through an ISL is probably the best idea ! You don't have to do much to get the config on the new switch :)
  • RRR

    6 Operator

    5739 Posts

    514

    0

    Posted June 27th, 2008 01:00

    take a look here as well

    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

    20419 Posts

    87439 Points

    514

    0

    Posted June 27th, 2008 11:00

    hit "Ctrl +" a few times and it's bearable :)
  • RRR

    6 Operator

    5739 Posts

    514

    0

    Posted June 30th, 2008 03:00

    It only enlarges the font, the text is still formatted horribly :)