- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard Fail over question
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
02-15-2011 07:38 AM
02-15-2011 07:38 AM
Service Guard Fail over question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 08:03 AM
02-15-2011 08:03 AM
Re: Service Guard Fail over question
If cluster is not able to met the quorum that is it has less than 50 % of the nodes accessible ,in that case the node /nodes which has access to the lock lun /disk quorum
server forms the cluster till the last node
is available.
It depends on the no of nodes and the kind
of "split brain" solution you have.
do post your cluster configuration file ,no of nodes ,cmviewcl -v output.
Hope this helps.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 08:04 AM
02-15-2011 08:04 AM
Re: Service Guard Fail over question
If by "lost 80%" you mean they failed/died, then you have lost quorum, and any remaining nodes will panic (TOC).
They will then reboot, and attempt to start a cluster, but as 100% of the nodes will NOT respond, this will timeout after 10 minutes (if left at default).
Once this has occurred, then you CAN start the cluster using the remaining nodes by using:
cmruncl -n
and then on any other node that is up do :
cmrunnode
Then verify whether all your packages have started,and where necessary change the enable any swithcing and start any packages that did not start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 11:32 AM
02-15-2011 11:32 AM
Re: Service Guard Fail over question
>If cluster is not able to met the quorum that is it has less than 50 % of the nodes accessible ,in that case the node /nodes which has access to the lock lun /disk quorum
server forms the cluster till the last node
is available.
Sorry, but that is completely incorrect.
Even if there IS a quroum device, if all that remains is LESS than 50%, they will not even look for it and they will TOC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 11:53 AM
02-15-2011 11:53 AM
Re: Service Guard Fail over question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 01:01 PM
02-15-2011 01:01 PM
Re: Service Guard Fail over question
Well this would leave 1 out of 4 nods, so you have less than a 50% quorum.
As per my previous response, the remaining node (2nd SD) would panic (TOC).
Once it comes back up, there would be the timeout period to get hthrough (10 minutew default), and then you could start the cluster MANUALLY with cmruncl -n nodename.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 02:23 PM
02-15-2011 02:23 PM
Re: Service Guard Fail over question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 03:32 PM
02-15-2011 03:32 PM
Re: Service Guard Fail over question
Lets say you have a 4 node cluster
if you loose 2 nodes and the other 2 nodes have a quorum mechanism the will form a cluster.
If you loose 3 nodes at one time instantly you should not be able to form a cluster.
You can start the cluster on a subset of the nodes with the
lets say you have a 6 node cluster defined but you want to start the cluster on only the first 2 nodes. Normally you would need to wait a timeout period and if you had 3 nodes plus the quorum mechanism you can start the cluster. But you can start the cluster with
cmruncl -n node1 -n node2
It will ask you to verify but it will then start the cluster only on those subset of nodes.