<?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: replace node in Cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872067#M703559</link>
    <description>Best would be to remove node2, then install the new server.&lt;BR /&gt;&lt;BR /&gt;cmgetconf&lt;BR /&gt;&lt;BR /&gt;cmhaltnode node2&lt;BR /&gt;&lt;BR /&gt;shut it down&lt;BR /&gt;&lt;BR /&gt;install new "node2"&lt;BR /&gt;&lt;BR /&gt;cmcheckconf&lt;BR /&gt;&lt;BR /&gt;cmapplyconf&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Tue, 23 Nov 2004 22:39:56 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-11-23T22:39:56Z</dc:date>
    <item>
      <title>replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872065#M703557</link>
      <description>Now I have 4 node cluster (called: node1,node2,node3,node4). Now I want to replaced node2 by new server (same I/0 card).&lt;BR /&gt;I consider that I should whether edit Cluster file, package control file or edit server configuration?</description>
      <pubDate>Tue, 23 Nov 2004 20:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872065#M703557</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-11-23T20:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872066#M703558</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It depends. If the 'device files' are going to be the same, then you don't need to change the configuration but you still have to 'apply' the configuration as the MAC addresses of the lancards may change. If the 'device files' are going to change, then you will have to update the configuration (specify new interfaces for the network) and apply the configuration. You can change the device files to look like the old server using 'ioinit' command. 'man ioinit' for more information. Or you can actually take the make_tape_recovery tape of the old server and recover it on the newone. If the model is also going to be exactly the same, you can use the same boot disks too but ensure you have good make_tape_recovery tapes in any case.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 23 Nov 2004 20:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872066#M703558</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-23T20:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872067#M703559</link>
      <description>Best would be to remove node2, then install the new server.&lt;BR /&gt;&lt;BR /&gt;cmgetconf&lt;BR /&gt;&lt;BR /&gt;cmhaltnode node2&lt;BR /&gt;&lt;BR /&gt;shut it down&lt;BR /&gt;&lt;BR /&gt;install new "node2"&lt;BR /&gt;&lt;BR /&gt;cmcheckconf&lt;BR /&gt;&lt;BR /&gt;cmapplyconf&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 23 Nov 2004 22:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872067#M703559</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-23T22:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872068#M703560</link>
      <description>Review your node2 configuration. Make sure none of your applications will fail if the node is removed from the cluster.&lt;BR /&gt;&lt;BR /&gt;Then remove the node from the cluster.&lt;BR /&gt;&lt;BR /&gt;Test everything and make sure the entire cluster is functioning normally.&lt;BR /&gt;&lt;BR /&gt;Then build the new node. If everything was functioning the way you want, the configuration files can be copied wholesale. Any references to hostname need to be changed if this in the new node.&lt;BR /&gt;&lt;BR /&gt;With a good test plan you can get this done with no impact on users at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Nov 2004 22:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872068#M703560</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-23T22:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872069#M703561</link>
      <description>Unless the replacement for node2 has the exact same paths for the LANs, you must remove the first node2 from the cluster, then add the new node2.  This will insure the cluster binary file contains the correct path information for the new node's LANs.&lt;BR /&gt;&lt;BR /&gt;To see what I am referring to, use the 'cmviewconf | more' command to review the current cluster (the command inspects the cluster binary file - /etc/cmcluster/cmclconfig)&lt;BR /&gt;&lt;BR /&gt;Before node2 can be removed, &lt;BR /&gt;- any package running on node2 must be moved off to another node&lt;BR /&gt;- any package that uses node2 must be configured such that it does not reference node2&lt;BR /&gt;(edit the package configuration file, comment out the NODE_NAME reference for node2 and 'cmapplyconf -P &lt;PKG.CONFIG file=""&gt;)&lt;BR /&gt;&lt;BR /&gt;To remove the old node2 from the cluster remove reference to the old node2 from the cluster configuration file, and 'cmapplyconf -C &lt;CLUSTER.ASCII&gt;'&lt;BR /&gt;&lt;BR /&gt;To add the new node2, use:&lt;BR /&gt;'cmquercycl -C cluster.new -n node1 -n node2(new) -n node3 -n node4'&lt;BR /&gt;&lt;BR /&gt;Transfer the discovered configuration information for the new node2 listed in the cluster.new file to your cluster.ascii config file.&lt;BR /&gt;and 'cmapplyconf -C &lt;CLUSTER.ASCII&gt;'&lt;BR /&gt;&lt;BR /&gt;- re-add NODE_NAME referece for new node2 to the package config files&lt;BR /&gt;- cmapplyconf -P &lt;PKG.CONFIG&gt; ...&lt;BR /&gt;&lt;BR /&gt;-StephenD.&lt;/PKG.CONFIG&gt;&lt;/CLUSTER.ASCII&gt;&lt;/CLUSTER.ASCII&gt;&lt;/PKG.CONFIG&gt;</description>
      <pubDate>Wed, 24 Nov 2004 10:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872069#M703561</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2004-11-24T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: replace node in Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872070#M703562</link>
      <description>I already found solution for my problem.&lt;BR /&gt;Thank for yours answer.</description>
      <pubDate>Sun, 05 Dec 2004 22:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-node-in-cluster/m-p/4872070#M703562</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-05T22:13:29Z</dc:date>
    </item>
  </channel>
</rss>

