<?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: Changing the heartbeat IP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171719#M705458</link>
    <description>When working with Serviceguard (or troubleshooting any HPUX subsystem or kernel problem - always pay attention to the very first error message.  The first error message is usually the reason for the succeeding error messages.  You cannot eliminate the later error messages until after correcting the first error.  I call this the cascading error effect.&lt;BR /&gt;&lt;BR /&gt;In this case, the first error indicates a difference in IP addresses for the NIC:&lt;BR /&gt;&lt;BR /&gt;Error: Network interface lan0 on node starr1 has a different IP address (11.10.1&lt;BR /&gt;0.1 != 10.10.10.3)&lt;BR /&gt;&lt;BR /&gt;This is expected since the NIC does not have the new IP assigned to it!  You will not get that to change as long as NIC has the old IP assigned to it.&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;1) first update the /etc/rc.config.d/netconf file with the new IP.&lt;BR /&gt;&lt;BR /&gt;2) ifconfig the new IP onto the NIC&lt;BR /&gt;&lt;BR /&gt;3) halt the cluster &lt;BR /&gt;&lt;BR /&gt;4) cmapplyconf the updated ASCII file.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; If cmapplyconf still fails on this issue, use "cmdeleteconf -f" to zero out the cluster binary on all nodes and decluster the shared VGs&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; cmapplyconf the updated cluster ASCII, along with the package ASCII file(s).&lt;BR /&gt;&lt;BR /&gt;4) cmruncl&lt;BR /&gt;&lt;BR /&gt;-sd</description>
    <pubDate>Fri, 23 Jan 2004 08:06:09 GMT</pubDate>
    <dc:creator>Stephen Doud</dc:creator>
    <dc:date>2004-01-23T08:06:09Z</dc:date>
    <item>
      <title>Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171714#M705453</link>
      <description>I have a 2 node cluster. I have a plan to change the IP address. So I modified the cluster conf file. Before changing the IP address of heartbeat LAN and before bringing down the service guard I want to make sure the changes I made is not going to make the cmapplyconf to fail. So I ran the &lt;BR /&gt;&lt;BR /&gt;cmapplyconf -C &lt;NEW cluster="" conf="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt; and got the following message,&lt;BR /&gt;&lt;BR /&gt;Begin cluster verification...&lt;BR /&gt;&lt;BR /&gt;Error: Network interface lan0 on node starr1 has a different IP address (11.10.1&lt;BR /&gt;0.1 != 10.10.10.3)&lt;BR /&gt;Error: Network interface lan0 on node starr2 has a different IP address (11.10.1&lt;BR /&gt;0.2 != 10.10.10.4)&lt;BR /&gt;Error: lan0 on node starr1 cannot be configured in the cluster&lt;BR /&gt; because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;Error: lan0 on node starr2 cannot be configured in the cluster&lt;BR /&gt; because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;Failed to evaluate network&lt;BR /&gt;cmcheckconf  : Unable to reconcile configuration file clust_conf.ascii.new&lt;BR /&gt; with discovered configuration information. I understand the first two error messages because the heartbeat LAN has not been setup with the new IP address.&lt;BR /&gt;&lt;BR /&gt;  Why I'm getting the last two error messages?..&lt;BR /&gt;&lt;BR /&gt; Error: lan0 on node starr1 cannot be configured in the cluster&lt;BR /&gt; because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;Error: lan0 on node starr2 cannot be configured in the cluster&lt;BR /&gt; because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Anth Biji&lt;/NEW&gt;</description>
      <pubDate>Thu, 22 Jan 2004 22:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171714#M705453</guid>
      <dc:creator>Anthony_90</dc:creator>
      <dc:date>2004-01-22T22:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171715#M705454</link>
      <description>I wanted to add one more question. Do I have to run "cmapplyconf -P &lt;PACK conf=""&gt;" if I modify the package control scripts.&lt;/PACK&gt;</description>
      <pubDate>Thu, 22 Jan 2004 22:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171715#M705454</guid>
      <dc:creator>Anthony_90</dc:creator>
      <dc:date>2004-01-22T22:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171716#M705455</link>
      <description>You will definitely have to bring down the cluster first.&lt;BR /&gt;Since the nic cards are already in use by the running binary,&lt;BR /&gt;ServiceGuard is saving you from yourself, so to speak.&lt;BR /&gt;If you're talking about the IP address of the node itself,&lt;BR /&gt;I wouldn't even consider making the changes with ANY software up&lt;BR /&gt;and running, personally. So many things "can" break that way.&lt;BR /&gt;(I feel less strongly about "package" IP's, but you were unclear)&lt;BR /&gt;While you're cmhalt'd... that's a good time to change the package scripts.&lt;BR /&gt;You "can" change the package control scripts with the cluster up&lt;BR /&gt;and running... but you'd be better off not to, unless you're&lt;BR /&gt;positive you've thought it through very carefully.&lt;BR /&gt;&lt;BR /&gt;Halt the packages, halt the cluster.&lt;BR /&gt;Do the cmcheckconf to see if you have issues with the cluster config.&lt;BR /&gt;If not, make your package changes, do your cmapplyconf, and&lt;BR /&gt;start the cluster up again. You should be good to go from there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2004 00:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171716#M705455</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-23T00:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171717#M705456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. 'cmapplyconf' is going to fail when the cluster is running because the heartbeat IPs you specified in your cluster ascii files are not associated with the interfaces yet. So, bring down the cluster, change the IPs on the interfaces and then apply the configuration. Before applying the configuration, make sure you get a response from all the nodes when  you ping to the heart-beat subnet.&lt;BR /&gt;&lt;BR /&gt;2. You don't have apply serviceguard configuration if you changed the cluster control file. Only changes to cluster ascii or the package ascii (conf) file will require you to re-apply the configuration.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 23 Jan 2004 01:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171717#M705456</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-23T01:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171718#M705457</link>
      <description>Anthony,&lt;BR /&gt;&lt;BR /&gt;actually you may want to download&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;attached is a list of cluster/package changes and required cl/pgk state (extract from the doc).&lt;BR /&gt;&lt;BR /&gt;BTW, I would not worry too much about the wording of the error message (as long as it points you in the right direction).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 23 Jan 2004 04:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171718#M705457</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-01-23T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171719#M705458</link>
      <description>When working with Serviceguard (or troubleshooting any HPUX subsystem or kernel problem - always pay attention to the very first error message.  The first error message is usually the reason for the succeeding error messages.  You cannot eliminate the later error messages until after correcting the first error.  I call this the cascading error effect.&lt;BR /&gt;&lt;BR /&gt;In this case, the first error indicates a difference in IP addresses for the NIC:&lt;BR /&gt;&lt;BR /&gt;Error: Network interface lan0 on node starr1 has a different IP address (11.10.1&lt;BR /&gt;0.1 != 10.10.10.3)&lt;BR /&gt;&lt;BR /&gt;This is expected since the NIC does not have the new IP assigned to it!  You will not get that to change as long as NIC has the old IP assigned to it.&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;1) first update the /etc/rc.config.d/netconf file with the new IP.&lt;BR /&gt;&lt;BR /&gt;2) ifconfig the new IP onto the NIC&lt;BR /&gt;&lt;BR /&gt;3) halt the cluster &lt;BR /&gt;&lt;BR /&gt;4) cmapplyconf the updated ASCII file.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; If cmapplyconf still fails on this issue, use "cmdeleteconf -f" to zero out the cluster binary on all nodes and decluster the shared VGs&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; cmapplyconf the updated cluster ASCII, along with the package ASCII file(s).&lt;BR /&gt;&lt;BR /&gt;4) cmruncl&lt;BR /&gt;&lt;BR /&gt;-sd</description>
      <pubDate>Fri, 23 Jan 2004 08:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171719#M705458</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2004-01-23T08:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171720#M705459</link>
      <description>Thanks for your response. But I'm looking for the answers on my last two error messages,&lt;BR /&gt;&lt;BR /&gt;Error: lan0 on node starr1 cannot be configured in the cluster&lt;BR /&gt;because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;Error: lan0 on node starr2 cannot be configured in the cluster&lt;BR /&gt;because it does not have an IP address, and it is not a standby lan for any oth&lt;BR /&gt;er lan.&lt;BR /&gt;&lt;BR /&gt; lan0 and lan1 has the IP address. Why it's reporting it doesn't have the IP address?</description>
      <pubDate>Fri, 23 Jan 2004 11:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171720#M705459</guid>
      <dc:creator>Anthony_90</dc:creator>
      <dc:date>2004-01-23T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the heartbeat IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171721#M705460</link>
      <description>What you're trying to do will not work.&lt;BR /&gt;*That* is why you're getting the error.&lt;BR /&gt;&lt;BR /&gt;As has been mentioned already, you sometimes need to look at&lt;BR /&gt;FIRST errors before worrying about others that follow.&lt;BR /&gt;That's where the problem lies. &lt;BR /&gt;You already have lan0 configured.&lt;BR /&gt;cmapplyconf sees this, and is preventing further action.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2004 12:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-heartbeat-ip/m-p/3171721#M705460</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-23T12:28:48Z</dc:date>
    </item>
  </channel>
</rss>

