<?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 Serviceguard Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403797#M672137</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Changing hosts could have invalidated your cmnodelist. That could stop cluster communication.&lt;BR /&gt;&lt;BR /&gt;Might need to do cmcheckconf/cmapplyconf, even cmquerycl before hand.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 20 Apr 2009 07:03:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-04-20T07:03:18Z</dc:date>
    <item>
      <title>Changing Serviceguard Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403796#M672136</link>
      <description>&lt;!--!*#--&gt;Hello.&lt;BR /&gt;I changed cluster configuration and met problem that I couldn't resolve.&lt;BR /&gt;&lt;BR /&gt;* hpux 11.11 &amp;amp; serviceguard 11.16 on rp4440.&lt;BR /&gt;&lt;BR /&gt;Existing cluster is configured with 1 stationary IP(subnet A), and 2 heartbeat IPs(subnet B, C: they connected to heartbeat dedicated switches with private IPs). &lt;BR /&gt;And 1 package controls a volume group and a RIP (subnet A).&lt;BR /&gt;Changes are add 1 more IP (subnet D), add it to package, and change default gateway from subnet A to subnet D.&lt;BR /&gt;(** subnet A and D are public addresses)&lt;BR /&gt;&lt;BR /&gt;linkloop between new IPs(subnet D) are OK.&lt;BR /&gt;ie. NODE1 lan5,2 &amp;lt;--&amp;gt; NODE2 lan 5,2 all OK.&lt;BR /&gt;(on both nodes, lan2 is for redundancy.)&lt;BR /&gt;&lt;BR /&gt;I modified netconf, hosts, cmclnodelist appropriately then did cmdeleteconf.&lt;BR /&gt;&lt;BR /&gt;BUT cmcheckconf -C ascii failed with following message.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;NODE node1="" is="" refusing="" serviceguard="" communication.=""&gt;&lt;/NODE&gt;Please make sure that the proper security access is configured on node&lt;BR /&gt;NODE1 through either file-based access (pre-A.11.16 version) or role-based&lt;BR /&gt;access (version A.11.16 or higher) and/or that the host name lookup&lt;BR /&gt;on node NODE1 resolves the IP address correctly.&lt;BR /&gt;cmcheckconf: Failed to gather configuration information.&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;identd(auth), hacl-* are running and LISTENING.&lt;BR /&gt;nslookup is OK.&lt;BR /&gt;&lt;BR /&gt;I didn't solve the problem so removed new IPs and changed default gateway back to subnet A, then recompiled serviceguard without any errors.&lt;BR /&gt;&lt;BR /&gt;What's wrong with me? How can I troubleshoot?&lt;BR /&gt;Any sugestions will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you very much...&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2009 06:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403796#M672136</guid>
      <dc:creator>???_185</dc:creator>
      <dc:date>2009-04-20T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Serviceguard Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403797#M672137</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Changing hosts could have invalidated your cmnodelist. That could stop cluster communication.&lt;BR /&gt;&lt;BR /&gt;Might need to do cmcheckconf/cmapplyconf, even cmquerycl before hand.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Apr 2009 07:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403797#M672137</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-20T07:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Serviceguard Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403798#M672138</link>
      <description>Serviceguard employs 'identd' to qualify SG commands.  identd must match the IP of the message to the hostname of one of the servers in the cluster.  So hostname resolution must match any and all IPs that are assigned to NICs in /etc/rc.config.d/netconf to the server hostname.&lt;BR /&gt;The "Managing Serviceguard" manual describes how to configure /etc/hosts, but in short, this example demonstrates the principle:&lt;BR /&gt;&lt;BR /&gt;  15.145.162.131    gryf.uksr.hp.com         gryf&lt;BR /&gt;  10.8.0.131        gryf.uksr.hp.com         gryf&lt;BR /&gt;  10.8.1.131        gryf.uksr.hp.com         gryf&lt;BR /&gt;  15.145.162.132    sly.uksr.hp.com          sly&lt;BR /&gt;  10.8.0.132        sly.uksr.hp.com          sly&lt;BR /&gt;  10.8.1.132        sly.uksr.hp.com          sly&lt;BR /&gt;  15.145.162.150    bit.uksr.hp.com          bit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since you added a new subnet and IPs, insure they are aliased to the server hostname that supports them (on both nodes).</description>
      <pubDate>Mon, 20 Apr 2009 10:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403798#M672138</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2009-04-20T10:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Serviceguard Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403799#M672139</link>
      <description>Dear &lt;BR /&gt;&lt;BR /&gt;I belive you start from basics, as follows.&lt;BR /&gt;&lt;BR /&gt;draw a diagram, &lt;BR /&gt;check and verify the connectivity.&lt;BR /&gt;recreate  cmclnodelist file&lt;BR /&gt;run the querry script&lt;BR /&gt;modify the script, if requried.&lt;BR /&gt;run check script&lt;BR /&gt;finary run the apply script, if every thing is fine.&lt;BR /&gt;&lt;BR /&gt;The diagram and nodelist file will be the key to success, as other specialist colleagues listed the point.&lt;BR /&gt;&lt;BR /&gt;Shardha</description>
      <pubDate>Tue, 28 Apr 2009 04:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-serviceguard-configuration/m-p/4403799#M672139</guid>
      <dc:creator>Shardha</dc:creator>
      <dc:date>2009-04-28T04:06:08Z</dc:date>
    </item>
  </channel>
</rss>

