cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1705
Views
5
Helpful
1
Replies

Non-disruptive Fcdomain restart

mholmsen
Level 1
Level 1

Hi

When you change the fcdomain id, and issue a fcdomain restart, the traffic should not be affected according to the documentation.

I am not aware of any other way to assign FCID`s than through FLOGI. How can the fabric reassign FCID`s without doing a link initialization process with NOS and OLS, and doing the whole FLOGI again ?

And for sessions already operational, I guess the Nx ports will need to get a RCF to be aware of a fabric change for then to query the fcns for updated information to be able to get the new FCID.

Is this correct, and how will the data traffic not be affected by this ?

reg

Marius

1 Reply 1

dmcloon
Level 1
Level 1

Domains can be started disruptively or non-disruptively. It depends on the type of change your making and whether the current domain ID is 'preferred' or 'static'.

If it is 'preferred' then you will need to invoke a disruptive fcdomain restart for the new domain ID to take effect. When you perform a disruptive restart,

reconfigure fabric (RCF) frames are sent to other switches in the VSAN. This forces ALL devices in the VSAN to be logged out. It is indeed disruptive to the entire VSAN.

If it is 'static' then you can invoke a non-disruptive fcdomain restart for the new domain ID to take effect. When you perform a non-disruptive

restart, build fabric (BF) frames are sent to other switches in the VSAN. This DOES NOT force all devices in the VSAN to logout. So from a VSAN perspective, it is non-disruptive restart. Of course, the FC devices directly connected to the switch with the changed domain ID must be disrupted because they will need to get a new fcid. So the switch sends them a Fabric Logout request (FLOGO). They will get the new fcid when they FLOGI again. The key point is all the other VSAN members on the other switches will not be disrupted. They will just get an RSCN frame (not an RCF) to inform about those devices that rejoined the fabric with new fcids.