<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Will both node halt if heartbeat fails in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398061#M703085</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If 'all' heartbeats fail, then the node that cannot acquire the lock disk (or quorum) will TOC itself.&lt;BR /&gt;&lt;BR /&gt;However, if you manually bring down the node using 'cmhaltnode', then you do not need to worry about other node crashing as the heartbeats to that node will no more be checked until it is put into the cluster again.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 12 Oct 2004 05:19:15 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-12T05:19:15Z</dc:date>
    <item>
      <title>Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398060#M703084</link>
      <description>According to the manual:&lt;BR /&gt;&lt;BR /&gt;In the event of a LAN interface failure, a local switch is done to a standby LAN interface if one exists. If a heartbeat LAN interface fails and no standby is configured, the node fails with a TOC. If a data LAN interface fails without a standby, the node fails with a TOC only if Package Failfast (described further in the "Planning" chapter under "Package Configuration Planning") is enabled for the package.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This weekens we're doing some upgrade to the electrical system in one of the server room and therefor node 1 will be turned off completely and the discs.&lt;BR /&gt;&lt;BR /&gt;Question is, will node 2 go into a TOC and halt (shutdown) because it looses allcontact with node 1 and the discs?</description>
      <pubDate>Tue, 12 Oct 2004 05:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398060#M703084</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398061#M703085</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If 'all' heartbeats fail, then the node that cannot acquire the lock disk (or quorum) will TOC itself.&lt;BR /&gt;&lt;BR /&gt;However, if you manually bring down the node using 'cmhaltnode', then you do not need to worry about other node crashing as the heartbeats to that node will no more be checked until it is put into the cluster again.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 12 Oct 2004 05:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398061#M703085</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-12T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398062#M703086</link>
      <description>Just to be perfectly clear here, if i were to shut down and power down node 1 in a 2 node cluster, node 2 will also shut down since it will loose all contact with node 1 because of the heartbeats beeing lost?&lt;BR /&gt;&lt;BR /&gt;Also, just to ponder a bit around this questions. Why does the whole node shut down, isn't it enough to just stop the cluster service? Is there a way to configure it so only the cluster stops in this case and not the whole server? &lt;BR /&gt;&lt;BR /&gt;Are there any drawbacks to not shuting down the server?&lt;BR /&gt;&lt;BR /&gt;I assume TOC here actually means shutting donw the server completely and not just the cluster deamon?&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 05:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398062#M703086</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T05:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398063#M703087</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;//Just to be perfectly clear here, if i were to shut down and power down node 1 in a 2 node cluster, node 2 will also shut down since it will loose all contact with node 1 because of the heartbeats beeing lost?//&lt;BR /&gt;&lt;BR /&gt;If you shutdown node1 after halting the cluster daemon (cmhaltnode), then node2 will not go down as the cluster will be reformed with only node2 as the member. This is not a failure. This is one of the common practices used by SAs to do maintenances. Halt the node, do the maintenance, move the package to that node, bring down the primary node for maintenance etc., to minimize the downtime.&lt;BR /&gt;&lt;BR /&gt;//lso, just to ponder a bit around this questions. Why does the whole node shut down, isn't it enough to just stop the cluster service? Is there a way to configure it so only the cluster stops in this case and not the whole server? //&lt;BR /&gt;&lt;BR /&gt;Whole node will have to go down as there is a good possibility of the shared volume groups active on the system in case of 'package failures' which may potentially corrupt the data.&lt;BR /&gt;&lt;BR /&gt;// assume TOC here actually means shutting donw the server completely and not just the cluster deamon?//&lt;BR /&gt;&lt;BR /&gt;TOC means 'transfer of control.' The control will be passed immediately to hardware to ensure a quick shutdown of the system to prevent further data corruption.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 05:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398063#M703087</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-12T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398064#M703088</link>
      <description>The simple answer here is tha if you do an orderly shutdown of one node, then the cluster will reform on the remaining node as a single node cluster.&lt;BR /&gt;as this is NOT a failure condition, there i sno requirement to check for cluster lock or to verify heartbeats to the other node, so this node should remain in operation during the maintenance period of the other node.</description>
      <pubDate>Tue, 12 Oct 2004 06:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398064#M703088</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-12T06:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398065#M703089</link>
      <description>but if one node TOC fails or the nett is lost (iow, both heartbeats) or simular, both nodes will shutdown because because of the heartbeat beeing lost?</description>
      <pubDate>Tue, 12 Oct 2004 06:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398065#M703089</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T06:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398066#M703090</link>
      <description>not necessarily.&lt;BR /&gt;Only one node should TOC if you lose heartbeats, or have network issues.&lt;BR /&gt;The only time there should be BOTH nodes TOC'ing is when neither node can get the Cluster lock disc.&lt;BR /&gt;You ar eplanning to do a planned outage, by shutting down the node in question.&lt;BR /&gt;This causes the node to leave the cluster, resulting in a cluster reformation into a single node cluster. This is normal, expected behaviour, not a failure, and once the node has reformed as a single node cluster it will not try to monitor the other node, until that node is rebooted and it rejoins the running cluster.</description>
      <pubDate>Tue, 12 Oct 2004 06:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398066#M703090</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-12T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398067#M703091</link>
      <description>Yeah, that part is pretty much coverd by you two guys and now and im thankfull.&lt;BR /&gt;&lt;BR /&gt;Reason i keep asking is because we started a what if discussion here and i became a bit confused and needed some clarifications.&lt;BR /&gt;&lt;BR /&gt;Someone claimed that that one of the node had a serious crash some time ago and resulted it node 1 going down hard and there was a loss of the network so the hearthbeats and lans between the nodes went down.&lt;BR /&gt;&lt;BR /&gt;This again resulted in node 2 shuting down which i cant quite udnerstand. I can see how it has to halt the cluster service for the reasons mentioned earlier here.&lt;BR /&gt;&lt;BR /&gt;Reason is that node 2 is also out omniback server (not in the cluster) so we really dont what the whole server shuting donw in cases like this.&lt;BR /&gt;&lt;BR /&gt;So basically i'm just wondering if such a scenario could have happened? And if so, is there a safe way to avoid the server from shuting down an rather just stop the cluster deamon. I would think stopping the cluster deamon would achive the same result as shutding down the node to avoid data loss.</description>
      <pubDate>Tue, 12 Oct 2004 06:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398067#M703091</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398068#M703092</link>
      <description>If during a previous scenario one node TOC'ed, the other should have remained up. If it did not, then there was an issue with either the cluster lock disc, or some other configuration issue.&lt;BR /&gt;Checking all the OLDsyslogs and package logs at the time of the incident may ahve helped.&lt;BR /&gt;&lt;BR /&gt;For you rplanned outage, simply shutdown the one node, the other node should remain alive.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 06:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398068#M703092</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-12T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398069#M703093</link>
      <description>For the planned jb, im also shuting down the disc system which means, no cluster lock disc. Is this a thing that would result in a TOC on node 2? &lt;BR /&gt;&lt;BR /&gt;So should i stop the cluster service on node 2 too?</description>
      <pubDate>Tue, 12 Oct 2004 06:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398069#M703093</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398070#M703094</link>
      <description>please see my first response, if the cluster is reformed to become a single node cluster by doing an orderly shutdown of one node (or cmhaltnode -vf nodename) , this is not a failure, and therefore we do NOT require the cluster lock disc.&lt;BR /&gt;But this does indicate that in your previous failure, you may have lost the ability to contact the cluster lock disc in a failre scenario, and this WOULD result in the 2nd TOC'ing</description>
      <pubDate>Tue, 12 Oct 2004 07:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398070#M703094</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2004-10-12T07:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Will both node halt if heartbeat fails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398071#M703095</link>
      <description>Ahh.....thanks for all info. Helped me clear up every issue ragarding this.</description>
      <pubDate>Tue, 12 Oct 2004 07:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/will-both-node-halt-if-heartbeat-fails/m-p/3398071#M703095</guid>
      <dc:creator>Trond Eirik Aune</dc:creator>
      <dc:date>2004-10-12T07:02:36Z</dc:date>
    </item>
  </channel>
</rss>

