- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HeartBeat and PowerFailure TOC
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-08-2004 09:14 PM
12-08-2004 09:14 PM
we have 2 nodes configured in a cluster environment (MC/SG 11.14) and, for each node, a link aggregate lan made by APA.
We have also configured as a standby heartbeat the APA interface.
Now the question is:
Are there any differences beetwen power failures and loss of heartbeat signal?
We know that with a loss of heartbeat signal a TOC will occur, but if we have a power failure on a cluster node?
Best regards,
Riccardo Capuzzi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:30 PM
12-08-2004 10:30 PM
Re: HeartBeat and PowerFailure TOC
if the two nodes cannot reach each other, arbitration has to take place to decide which one will continue running the cluster.
only then the race for the lock disk happens and if one node has a power failure, you would assume that the other could aquire the lock.
if you have a quorum server outside the cluster and one has a power failure, you would assume the other can still reach the qs, right?
the node will TOC if it cannot reach the other node *and* cannot aquire the lock (or reach qs).
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 10:44 PM
12-08-2004 10:44 PM
Re: HeartBeat and PowerFailure TOC
Hopefully you have a UPS so the shutdown in the event of a power failure is a little more graceful.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:15 AM
12-09-2004 12:15 AM
Re: HeartBeat and PowerFailure TOC
Best Regards,
Riccardo Capuzzi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:27 AM
12-09-2004 12:27 AM
Re: HeartBeat and PowerFailure TOC
Anil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:33 AM
12-09-2004 12:33 AM
Re: HeartBeat and PowerFailure TOC
Loss of heartbeat=can happen witht he power on. pull the cable on the heartbeat lan. Everything is powered up very nicely as TOC happens.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 01:10 AM
12-09-2004 01:10 AM
Solutionif both nodes are up, but cannot communicate through any heartbeat lan, each thinks "the other node may be dead, then I should continue running the cluster (and packages)..." But if *both* are alive you could have a "split brain" syndrome, i.e. each of the nodes would run its own instance of the cluster and all packages. The result would most likely be some sort of data corruption.
Therefore, if MC/SG needs to make a decision where the cluster should run, this is called arbitration and the typical mechanism is a "lock disk" the one who acquires the lock (and sets a flag) is allowed to run the cluster (and packages) and the one who is *denied* the lock MUST GO DOWN (i.e. TOC) to avoid a split brain.
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 01:11 AM
12-09-2004 01:11 AM
Re: HeartBeat and PowerFailure TOC
Best Regards,
Riccardo Capuzzi