How to change Brocade SAN switch domain ID

Most of the time when we deal with expanding a SAN Fabric, we will be performing switch addition and switch refresh tasks. When we add/introduce new switches to existing SAN fabric, one of the  key task is mainly related to settings switch domain ID. We have to make sure that the domain ID is unique and avoiding the possibilities of domain ID conflicts.


Today we will be considering a scenario where we have to change domain ID of a Brocade switch. Once you have powered on the switch, try connecting to the CLI using putty or similar tool
login with "admin" account and run "switchshow" command.

switchName:     switchprod01
switchType:     109.1
switchState:    Online  
switchMode:     Native
switchRole:     Principal
switchDomain:   1
switchId:       fffc01
switchWwn:      10:00:c4:f5:7c:50:79:97
zoning:         OFF
switchBeacon:   OFF
FC Router:      OFF
HIF Mode:       OFF
Allow XISL Use: OFF
LS Attributes:  [FID: 128, Base Switch: No, Default Switch: Yes, Address Mode 0]
you should be able to see a field called "switchDomain:" and current domain ID will be displayed on the right side of it.

to set the domain ID in a  Brocade switch, first you have to disable the switch using "switchdisable" command

switchprod01:FID128:admin> switchdisable
After disabling the switch, you have to enter in to the configuration options by entering "configure" command. key-in command and press enter and you will enter in to the configuration option.

switchprod01:FID128:admin> configure

you will be prompted with "Fabric parameters" along with possible choices to enter yes or no. The default option is No. if you really want to change the settings, press Y

Configure...
  Fabric parameters (yes, y, no, n): [no] y
    
in the next line, you will be prompted with "Domain:" It will show you the possible value ranging between 1-239 and the current domain ID will also be displayed.

Domain: (1..239) [1] 10

enter the unique domain ID according to your choice and keep the other values unchanged.

WWN Based persistent PID (yes, y, no, n): [no]
    F-Port Device Update Mode: (on, off): [off]
    Allow XISL Use (yes, y, no, n): [no]
    Location ID: (0..4) [0]
    R_A_TOV: (4000..120000) [10000]
    E_D_TOV: (1000..5000) [2000]
    WAN_TOV: (0..30000) [0]
    MAX_HOPS: (7..19) [7]
    Data field size: (256..2112) [2112]
    Sequence Level Switching: (0..1) [0]
    Disable Device Probing: (0..1) [0]
    Suppress Class F Traffic: (0..1) [0]
    Per-frame Route Priority: (0..1) [0]
    Long Distance Fabric: (0..1) [0]
    BB credit: (1..27) [16]
    Disable FID Check (yes, y, no, n): [no]
  Insistent Domain ID Mode (yes, y, no, n): [no]
  Disable Default PortName (yes, y, no, n): [no]
    Display FDMI Host Name (yes, y, no, n): [no]
    Dynamic Portname (on, off): [off]
    Edge Hold Time(Low(80ms), Medium(220ms), High(500ms), UserDefined(80-500ms): (80..500) [220]
    Remote Fosexec feature: (on, off): [off]
    High Integrity Fabric Mode (yes, y, no, n): [no]
  Virtual Channel parameters (yes, y, no, n): [no]
  F-Port login parameters (yes, y, no, n): [no]
  D-Port Parameters (yes, y, no, n): [no]
  RDP Polling Cycle(hours)[0 = Disable Polling]: (0..24) [0]
  Zoning Operation parameters (yes, y, no, n): [no]
  RSCN Transmission Mode (yes, y, no, n): [no]
  Arbitrated Loop parameters (yes, y, no, n): [no]
  System services (yes, y, no, n): [no]
  Portlog events enable (yes, y, no, n): [no]
  ssl attributes (yes, y, no, n): [no]
  rpcd attributes (yes, y, no, n): [no]
  webtools attributes (yes, y, no, n): [no] 

Once you are done with the other variables, exit from the configure option, the switch will prompt you a warning message about the domain ID change.

WARNING: The domain ID will be changed. The port level zoning may be affected
once you are back in command prompt, issue "switchenable" command and press enter.

switchprod01:FID128:admin> switchenable

wait for few minutes and issue "switchshow" command and check the domain ID. you will see new domain ID.

switchprod01:FID128:admin> switchshow
switchName:     switchprod01
switchType:     109.1
switchState:    Online  
switchMode:     Native
switchRole:     Principal
switchDomain:   10
switchId:       fffc01
switchWwn:      10:00:c4:f5:7c:50:79:97
zoning:         OFF
switchBeacon:   OFF
FC Router:      OFF
HIF Mode:       OFF
Allow XISL Use: OFF
LS Attributes:  [FID: 128, Base Switch: No, Default Switch: Yes, Address Mode 0]

1 comment :

Admin Helpline™ © , All Rights Reserved.
Privacy Policy