- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Principal switch election
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
12-13-2004 07:40 PM
12-13-2004 07:40 PM
Some time ago I connected the 2 Directors to the existing fabrics so I can do the migration in phases. Both Directors are subordinate switches in the fabric, because the 1Gbit switches in the existing fabrics already were the principal.
Before disabling the 1Gbit switch the configuration of each fabric was:
1 2/128 Director switch --> subordinate
1 2/16-EL switch --> subordinate
1 2/16 switch --> subordinate
1 1/16 switch --> principal
When I disabled the 1Gbit switch the Director did not become the principal, but the 2/16 switch became the principal. This is not what I expected, I assumed the Director would become the principal switch, because it is the largest switch in the fabric.
How is the principal switch in a fabric being elected? I know it is normally the switch that is first turned on in the fabric, but how does it work in an existing fabric when the principal leaves the fabric?
How can I force the 2/128 Director to be the principal switch?
Is it a problem that the Director is not the principal?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 01:56 AM
12-14-2004 01:56 AM
Re: Principal switch election
"...but how does it work in an existing fabric when the principal leaves the fabric?"
Can you show us a diagram of how your switches are interconnected to each other? I think that the order would be the same as the boot order... since the 1/16 was the principal and the 2/16 was possibly already in place with the 2/128 being added afterwards, the 2/16 would be "next in line". I do not know if this is the case or if there is any logic behind the scenes that helps selects which becomes the principal.
"How can I force the 2/128 Director to be the principal switch? "
If you reboot both the 2/16 and the 2/16el, the director should become the principal. Not the best way since you will disrupt production, but if done off hours....
Another way would be to shutdown everything then reboot in a specific order... the 2/128 first, then the 2/18 then the 2/18el then your storage....then tape devices...then servers.
"Is it a problem that the Director is not the principal?"
I do not see a problem with any switch being subordinate or principal unless you WANT to see a particular switch as the principal. Some environments are like that. ;o)
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
12-14-2004 02:55 AM
12-14-2004 02:55 AM
Re: Principal switch election
Thank you for your reply. I have included a sheet with the current configuration of one fabric (both are configured the same).
Rebooting the other switches is not a good option because this would mean downtime for some servers connected to the fabric. We have a number of systems that have only one connection to the SAN, this is due to an explosive grow in servers connected to the SAN and a shortage of fiber uplinks to the Directors. This is also why we have placed a 2/16 switch in a rack with blade servers (switch12).
I prefer the Directors being the principal switches in the fabric, because they are the Core switches in our SAN. Eventually they will become the principal anyway, but I am just wondering if it is possible to force them to become the principal.
I'm interested in how the election of the principal switch in a fabric works, is there any information about that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 02:01 AM
12-16-2004 02:01 AM
SolutionThe default behavor of the switches in the fabric is that the switch with the lowest WWN will become principal.
Starting at FabricOS versions 4.1.0 and 3.1.0, a fabricPrincipal option was added to set a prefered Principal switch for the fabric.
When this option is set, the switch with the lowest WWN of the switches that have the option set will become the principal.
Note, when setting this option, a new principal is not elected until there is a fabric reconfiguration. This usually happens when a switch joins or leaves the fabric. (The switchDisable and switchEnable commands can cause this to happen as well as a switch reboot.)
Typically, it is not a problem that the Director is not the principal.
If the director is a core switch in the SAN, then it might be preferable to have it as the principal. This is especially true in a larger fabric with many edge switches.
Regards,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:22 PM
12-16-2004 11:22 PM
Re: Principal switch election
I checked the WWID's and the switch with the lowest WWID indeed is the principal!!
I believe the correct name for the setting is: fabric.principalSwSelMode. Can I modify this parameter on a running switch or do I have to disable the switch to change this parameter?