<?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: Multiple Heartbeat Lans in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753777#M710352</link>
    <description>You should at least change the STATIONARY_IP's to HEARTBEAT_IP's. This would give you two heartbeats on each node. That should be adequate if these LAN connections go through independent switches/hubs. Bear in mind that for a 2-node cluster you can simply use a crossover cable in lieu of a hub or switch for the heartbeat lan.&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jun 2002 17:37:52 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-06-27T17:37:52Z</dc:date>
    <item>
      <title>Multiple Heartbeat Lans</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753776#M710351</link>
      <description>The MC/Service Guard book says: "It is recommended that you configure heartbeats on all subnets, including those to be used for client data."&lt;BR /&gt;I'm having a hard time understanding how this is done.  &lt;BR /&gt;&lt;BR /&gt;Let me give my example with the gaping holes in it. &lt;BR /&gt;&lt;BR /&gt;I have a 2 node cluster (called clust), with computer A and B on it. &lt;BR /&gt;&lt;BR /&gt;Node A has 4 lan cards on 3 different subnets.&lt;BR /&gt;lan1 1.2.10.x  is where the applications and main host connects are. &lt;BR /&gt;lan2 1.2.20.x  is where the heartbeat mini network is.&lt;BR /&gt;lan3 1.2.30.x  is a network that backs up filesystems to tape.&lt;BR /&gt;lan4 is unconfigured.  It would be for lan failover.&lt;BR /&gt;Node B has the same configuration.&lt;BR /&gt;&lt;BR /&gt;Here's what I can see for the clust.ascii file.&lt;BR /&gt;&lt;BR /&gt;CLUSTER_NAME  clust&lt;BR /&gt;FIRST_CLUSTER_LOCK_VG    /dev/vg01&lt;BR /&gt;&lt;BR /&gt;NODE_NAME nodeA&lt;BR /&gt; NETWORK_INTERFACE  lan1&lt;BR /&gt; STATIONARY_IP  1.2.10.88&lt;BR /&gt; NETWORK_INTERFACE  lan2&lt;BR /&gt;  HEARTBEAT_IP   1.2.20.5&lt;BR /&gt; NETWORK_INTERFACE  lan3&lt;BR /&gt; STATIONARY_IP  1.2.30.5 &lt;BR /&gt; NETWORK_INTERFACE  lan4&lt;BR /&gt;&lt;BR /&gt;NODE_NAME nodeB&lt;BR /&gt; NETWORK_INTERFACE  lan1&lt;BR /&gt; STATIONARY_IP  1.2.10.89&lt;BR /&gt; NETWORK_INTERFACE  lan2&lt;BR /&gt;  HEARTBEAT_IP   1.2.20.6&lt;BR /&gt; NETWORK_INTERFACE  lan3&lt;BR /&gt; STATIONARY_IP  1.2.30.6 &lt;BR /&gt; NETWORK_INTERFACE  lan4&lt;BR /&gt;&lt;BR /&gt;As shown above, I have only one heartbeat card on each node, not three.  Do I change the words "STATIONARY_IP" to "HEARTBEAT_IP"?  &lt;BR /&gt;My packages would run on lan1 on both nodes. &lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 17:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753776#M710351</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-06-27T17:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Heartbeat Lans</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753777#M710352</link>
      <description>You should at least change the STATIONARY_IP's to HEARTBEAT_IP's. This would give you two heartbeats on each node. That should be adequate if these LAN connections go through independent switches/hubs. Bear in mind that for a 2-node cluster you can simply use a crossover cable in lieu of a hub or switch for the heartbeat lan.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 17:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753777#M710352</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-27T17:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Heartbeat Lans</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753778#M710353</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The entry "HEARTBEAT_IP" means that that network interface is used as a heartbeat network and potentially data traffic.  The answer is yes, if you want to have a heartbeat on all subnets, then you will need to change the "STATIONARY_IP" to "HEARTBEAT_IP" then cmcheckconf and cmapplyconf with the cluster down.&lt;BR /&gt;&lt;BR /&gt;Everything should be just fine&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 27 Jun 2002 17:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753778#M710353</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-06-27T17:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Heartbeat Lans</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753779#M710354</link>
      <description>So you guys mean.....&lt;BR /&gt;&lt;BR /&gt;NODE_NAME nodeA &lt;BR /&gt;NETWORK_INTERFACE lan1 &lt;BR /&gt;HEARTBEAT_IP 1.2.10.88 &lt;BR /&gt;NETWORK_INTERFACE lan2 &lt;BR /&gt;HEARTBEAT_IP 1.2.20.5 &lt;BR /&gt;NETWORK_INTERFACE lan3 &lt;BR /&gt;HEARTBEAT_IP 1.2.30.5 &lt;BR /&gt;NETWORK_INTERFACE lan4 &lt;BR /&gt;&lt;BR /&gt;NODE_NAME nodeB &lt;BR /&gt;NETWORK_INTERFACE lan1 &lt;BR /&gt;HEARTBEAT_IP 1.2.10.89 &lt;BR /&gt;NETWORK_INTERFACE lan2 &lt;BR /&gt;HEARTBEAT_IP 1.2.20.6 &lt;BR /&gt;NETWORK_INTERFACE lan3 &lt;BR /&gt;HEARTBEAT_IP 1.2.30.6 &lt;BR /&gt;NETWORK_INTERFACE lan4 &lt;BR /&gt;&lt;BR /&gt;Ok.  I can do that.  And even though I only have a two node network (soon).  I have a heartbeat lan that has been around in anticipation of service guard.&lt;BR /&gt;&lt;BR /&gt;Thanks.  Points are coming.&lt;BR /&gt;steve</description>
      <pubDate>Thu, 27 Jun 2002 17:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-heartbeat-lans/m-p/2753779#M710354</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2002-06-27T17:43:20Z</dc:date>
    </item>
  </channel>
</rss>

