<?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: Adding alternate heartbeat to cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832115#M711256</link>
    <description>Add and entry in the cluster ascii file and apply the config via cmapplyconf -C cluster_ascii_file.  &lt;BR /&gt;&lt;BR /&gt;The file should look like:&lt;BR /&gt;&lt;BR /&gt;NODE_NAME               nodename&lt;BR /&gt;  NETWORK_INTERFACE     lan0&lt;BR /&gt;    HEARTBEAT_IP                10.2.1.2&lt;BR /&gt;  NETWORK_INTERFACE     lan4&lt;BR /&gt;    HEARTBEAT_IP                199.199.199.2&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Oct 2002 19:58:45 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2002-10-23T19:58:45Z</dc:date>
    <item>
      <title>Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832113#M711254</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a 2 node cluster that I have recently added a private network to.  &lt;BR /&gt;&lt;BR /&gt;I have connected the two machines via a 4 port hub and given them addresses in the 192.168.0.n range (address 1 &amp;amp; 2).&lt;BR /&gt;&lt;BR /&gt;I'm unsure of what I need to do now to set this up as an alternate heartbeat.  I've attached the cluster.cfg file and have modified it with what I think is needed for the additional heartbeat.  Please have a look and tell me what else if anything is needed to get this going.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Sean</description>
      <pubDate>Wed, 23 Oct 2002 19:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832113#M711254</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-10-23T19:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832114#M711255</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Add additional Heartbeat entries in /etc/cmcluster/cmclconfig.ascii file and do recompile with  cmcheckconf cmapplyconf.&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 19:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832114#M711255</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-10-23T19:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832115#M711256</link>
      <description>Add and entry in the cluster ascii file and apply the config via cmapplyconf -C cluster_ascii_file.  &lt;BR /&gt;&lt;BR /&gt;The file should look like:&lt;BR /&gt;&lt;BR /&gt;NODE_NAME               nodename&lt;BR /&gt;  NETWORK_INTERFACE     lan0&lt;BR /&gt;    HEARTBEAT_IP                10.2.1.2&lt;BR /&gt;  NETWORK_INTERFACE     lan4&lt;BR /&gt;    HEARTBEAT_IP                199.199.199.2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 19:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832115#M711256</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-10-23T19:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832116#M711257</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;Your entries look correct, only thing I was wondering was why such a large value for node_timeout? is it needed that large? You're sending an hb packet every second so the 300,000,000 timeout seems excessive to me, imo.&lt;BR /&gt;&lt;BR /&gt;keith</description>
      <pubDate>Wed, 23 Oct 2002 20:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832116#M711257</guid>
      <dc:creator>keith persons</dc:creator>
      <dc:date>2002-10-23T20:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832117#M711258</link>
      <description>Keith,&lt;BR /&gt;&lt;BR /&gt;The time out is that high due to application issues.  With this application if there is a failover the application needs to run a file check which takes about 1 hour.  So they wanted an extra long time out to make sure they didn't fail over on a transient network error, because it results on the app being down for 1 hour.&lt;BR /&gt;&lt;BR /&gt;We may be able to lower the time out now that we have two heartbeats instead of just the one they had before.&lt;BR /&gt;&lt;BR /&gt;Sean</description>
      <pubDate>Wed, 23 Oct 2002 20:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832117#M711258</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-10-23T20:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding alternate heartbeat to cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832118#M711259</link>
      <description>YOur entries are all correct .</description>
      <pubDate>Wed, 23 Oct 2002 20:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-alternate-heartbeat-to-cluster/m-p/2832118#M711259</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-10-23T20:36:20Z</dc:date>
    </item>
  </channel>
</rss>

