<?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 another node in a 2node Cluster? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685889#M246169</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to bring the cluster down.&lt;BR /&gt;Create a new config file, without cluster lock disk.&lt;BR /&gt;&lt;BR /&gt;The cmapply this file and restart the cluster.&lt;BR /&gt;&lt;BR /&gt;Or see the manual for detailed info</description>
    <pubDate>Tue, 06 Dec 2005 13:34:34 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2005-12-06T13:34:34Z</dc:date>
    <item>
      <title>Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685887#M246167</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;What is the correct procedure to add another node in a 2node cluster.&lt;BR /&gt;(MC/SG version:  ServiceGuard          A.11.14        Service Guard )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 06 Dec 2005 13:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685887#M246167</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2005-12-06T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685888#M246168</link>
      <description>You just redo your binary config with the additional node..&lt;BR /&gt;&lt;BR /&gt;See section "Using MC/ServiceGuard Commands to Add Nodes to the Configuration While the Cluster is Running" in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90053/ch07s04.html#d0e15408" target="_blank"&gt;http://docs.hp.com/en/B3936-90053/ch07s04.html#d0e15408&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Dec 2005 13:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685888#M246168</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-06T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685889#M246169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to bring the cluster down.&lt;BR /&gt;Create a new config file, without cluster lock disk.&lt;BR /&gt;&lt;BR /&gt;The cmapply this file and restart the cluster.&lt;BR /&gt;&lt;BR /&gt;Or see the manual for detailed info</description>
      <pubDate>Tue, 06 Dec 2005 13:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685889#M246169</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-06T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685890#M246170</link>
      <description>It depends. If you are now running a Lock Disk then all three nodes must be able to access the lock disk or you must do away with the lock disk. If you are using a Quorum Server then it's much easier to add the node to the cluster. In any event you will have to halt the cluster and do a new cmapplyconf.</description>
      <pubDate>Tue, 06 Dec 2005 13:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685890#M246170</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-06T13:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685891#M246171</link>
      <description>In order to add a node while the cluster is up and running, follow the procedure beolw:&lt;BR /&gt;&lt;BR /&gt;1. Make a copy of the existing configuration&lt;BR /&gt;#cmgetconf -C yourfile.ascii&lt;BR /&gt;2.Create a new config file with all three nodes&lt;BR /&gt;#cmquerycl -C newconfig.ascii -c clustername -n node1 -n node2 -n node3&lt;BR /&gt;&lt;BR /&gt;3. Edit this file to make changes for the nodes&lt;BR /&gt;&lt;BR /&gt;4. Check for errors/typos&lt;BR /&gt;#cmcheckconf -C newconfig.ascii&lt;BR /&gt;&lt;BR /&gt;You will have to do some additional work for the packages to be able to fail over to the preferred node and the package config file( created with cmmakepkg) will have to be edited and copied over from the running nodes to this new node.&lt;BR /&gt;&lt;BR /&gt;Also before all this, make sure if you have filesystems coming over to this node in case of a failure, that the LUNs are visible and the vgimport works fine after bringing in the map file.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;DP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. Apply the changes with the following command&lt;BR /&gt;#cmapplyconf -C newconfig.ascii&lt;BR /&gt;&lt;BR /&gt;6. Now you can start the node with the command &lt;BR /&gt;#cmrunnode node3&lt;BR /&gt;Don't forget to make changes to the /etc/rc.config.d/cmcluster file for auto cluster startup by making AUTOSTART_CMCLD=1&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 13:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685891#M246171</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-12-06T13:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another node in a 2node Cluster?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685892#M246172</link>
      <description>Thanks all , and special thanks to Devesh for explaining it good.</description>
      <pubDate>Tue, 06 Dec 2005 14:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-another-node-in-a-2node-cluster/m-p/3685892#M246172</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2005-12-06T14:16:08Z</dc:date>
    </item>
  </channel>
</rss>

