- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Adding Brocade switch to Fabric and who "wins"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 11:53 PM
11-16-2006 11:53 PM
Namely, I have switches at DID 1,3,4,5,6,7. I want to add a switch at DID 2.
My issue is this, if I add a new switch to the fabric, will it upset things because it currently thinks itself is "principle" and since it has a lower DID than most of the other switches?
More to the point, how do the switches in a fabric determine who should run the show with regard to zoning when a new switch is added? Is it a quorum thing (most switches win the fabric?)
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:43 AM
11-17-2006 12:43 AM
SolutionAdding in the new switch shold effectively remove it's status as "principal" and make it subordinate in the existing fabric. Even if it stayed as Principal, it would have to do a fabric merge first and the existing configuration would still be in place.
As for the determining factor as to who gets to be principal, I think it iwas found out a while ago that the switch with the lowest WWID wins the election, if and when it happens.
Furthermore, no "set" of switches win when joining them. The fabrics merge to become 1 bigger fabric. if the merge does not happen, then the switch does not join the fabric.
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 02:45 AM
11-17-2006 02:45 AM
Re: Adding Brocade switch to Fabric and who "wins"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 04:24 AM
11-17-2006 04:24 AM
Re: Adding Brocade switch to Fabric and who "wins"
Looks good. Here is what I did:
switchdisable
configure
fabric->"Insistent Domain ID Mode=Yes"
cfgclear
cfgenable
cfgsave
...
plug-er-in
switchenable
switchshow...
zoneshow...
all good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2006 07:50 PM
11-18-2006 07:50 PM
Re: Adding Brocade switch to Fabric and who "wins"
as Steven says, the switch with the lowest WWN generally becomes principal when a a fabric change happens (e.g. add or remove a switch)
But you can also use the fabricprincipal command on a particular switch so that this switch will become principal with the next change. We have a core/edge fabric topology with 2 core switches per fabric. On both of these switches the fabricprincipal is set to 1, on all others it remains at 0 (default). Beforehand one of our old Brocade 2800 edge switches became principal, as it had a low WWN number. Now it's always one of our core switches (Brocade 48000). The fabricpricipal command is not available on all version of Fabric OS.
You should then perform any zoning changes from the principal switch. ANd also try to ensure that the Fabric OS version is consistent across the fabric, if that's possible. Our 2800s are running 2.6.2c, all other switches are on 5.0.3
I have never used Insistent Domain IDs, we set the domain ID of any new switch before it joins the fabric using the configure command, and it never changes. Also, when adding a switch, we use the same procedure you used:
switchdisable
configure
cfgdisable
cfgclear
cfgsave
plug in first ISL
switchenable
fabricshow
check to see if it merged, and if so plug in any other ISLs
Regards,
Stephen