<?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 a New node to an existing Cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592062#M715955</link>
    <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;You do not need to halt your existing cluster to add a new node.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once you add the node, you can add a new package as well.&lt;BR /&gt;&lt;BR /&gt;Yes the lock disk has to be shared by all the nodes in the cluster, Also the disks in pkg1 have to be shared by sysA and sysC, and disks in pkg2 have to be shared by sysB and sysC. But there is no problem if all the machines share all the disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Oct 2001 20:27:18 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-10-09T20:27:18Z</dc:date>
    <item>
      <title>Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592059#M715952</link>
      <description>Hello Everyone..&lt;BR /&gt;I have a two node cluster sysA and sysB they are running one Package only. I need to add one more node sysC and one more package. The purpose is to have sysA and sysC failin over into sysB. My question is "Do I have to do this OFF line" or do I have to re-applyconf. Also. "Does the lock disk has to be the same on all three nodes ?" Here is the steps which I thought I should do. Please correct me If I'm wrong,&lt;BR /&gt;sysA&amp;gt;cmhaltpkg pkgA&lt;BR /&gt;sysA&amp;gt;cmhaltcl -f&lt;BR /&gt;sysB&amp;gt;cmhaltcl -f&lt;BR /&gt;sysA&amp;gt;cmdeleteconf -c clusterA&lt;BR /&gt;sysA&amp;gt;vi cmclconf.ascii 'add 3rd node info'&lt;BR /&gt;sysA&amp;gt;cmcheckconf -C cmclconf.ascii&lt;BR /&gt;sysA&amp;gt;cmapplyconf -C cmclconf.ascii ; cmruncl&lt;BR /&gt;sysC&amp;gt;cmapplyconf -P pkg_conf&lt;BR /&gt;&lt;BR /&gt;Is this enough ??!! ; Thanks a lot</description>
      <pubDate>Tue, 09 Oct 2001 20:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592059#M715952</guid>
      <dc:creator>Andrew R.</dc:creator>
      <dc:date>2001-10-09T20:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592060#M715953</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;If you were only adding a node, you could do that with the cluster up. The lock disk must be accessible from all the nodes. Since you are going to a 3-node cluster, I would dispense with the cluster lock disk. I would simply remove the references to the cluster lock vg in the conf file.</description>
      <pubDate>Tue, 09 Oct 2001 20:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592060#M715953</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-09T20:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592061#M715954</link>
      <description>A cluster lock disk is not required for a three node cluster, but is recommended, and will need to be visible by all nodes.  As for the adding a  node, do the following:&lt;BR /&gt;&lt;BR /&gt;# cmgetconf -v -c &lt;CLUSTERNAME&gt; temp.conf&lt;BR /&gt;#cmquerycl -n &lt;NODE1&gt; -n &lt;NODE2&gt; -n &lt;NEWNODE&gt; -C cluster.conf&lt;BR /&gt;#vi cluster.conf (use the temp.conf file to apply any other settings you want saved to your cluster config, ie. NODE_TIMEOUT, etc)&lt;BR /&gt;#cmcheckconf -v -C cluster.conf&lt;BR /&gt;#cmapplyconf -v -C cluster.conf &lt;BR /&gt;#cmrunnode &lt;NEWNODE&gt;&lt;BR /&gt;&lt;BR /&gt;You don't even have to halt the cluster to do this.  All you would do at ths point is add your new package and you're ready to go!&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Chris&lt;/NEWNODE&gt;&lt;/NEWNODE&gt;&lt;/NODE2&gt;&lt;/NODE1&gt;&lt;/CLUSTERNAME&gt;</description>
      <pubDate>Tue, 09 Oct 2001 20:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592061#M715954</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-10-09T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592062#M715955</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;You do not need to halt your existing cluster to add a new node.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&amp;amp;service=hpux&amp;amp;path=../B3936-90045/00/00/49&amp;amp;title=Managing%20MC/ServiceGuard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once you add the node, you can add a new package as well.&lt;BR /&gt;&lt;BR /&gt;Yes the lock disk has to be shared by all the nodes in the cluster, Also the disks in pkg1 have to be shared by sysA and sysC, and disks in pkg2 have to be shared by sysB and sysC. But there is no problem if all the machines share all the disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 20:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592062#M715955</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-10-09T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592063#M715956</link>
      <description>Rather you need to do this:&lt;BR /&gt;1) sysA&amp;gt;cmhaltcl -f &lt;BR /&gt;2) ensure you have the discs connected to all three nodes.&lt;BR /&gt;3) import the shared VG's to the new node&lt;BR /&gt;4) vgchange -c n on the shared VG[s]&lt;BR /&gt;5) vgchange -a n the shared VG[s] on sysA&lt;BR /&gt;6) sysA&amp;gt;cmquerycl -v -C /etc/cmcluster/3node.ascii -n sysA -n sysB -n sysB&lt;BR /&gt;#This insures that your configuration looks good across the nodes. If any problems, fix it now.&lt;BR /&gt;7) cd /etc/cmcluster&lt;BR /&gt;8) compare the new cluster ascii file with the existing file, and make the relevant changes&lt;BR /&gt;9) cmcheckconf -v -C /etc/cmcluster/&lt;ASCII_FILE&gt;&lt;BR /&gt;10) cmapplyconf -v -C /etc/cmcluster/&lt;ASCII_FILE&gt;; cmruncl &lt;BR /&gt;11) sysC&amp;gt;cd /etc/cmcluster; mkdir pkgdir&lt;BR /&gt;12) rcp/ftp the package control file[s] to sysC&lt;BR /&gt;13) cmapplyconf -v -P package_conf_file&lt;BR /&gt;14) cmviewcl -v&lt;BR /&gt;&lt;BR /&gt;Might also be worthwhile reading teh Managing MC/ServiceGuard manual available at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha" target="_blank"&gt;http://docs.hp.com/hpux/ha&lt;/A&gt; &lt;BR /&gt;&lt;/ASCII_FILE&gt;&lt;/ASCII_FILE&gt;</description>
      <pubDate>Tue, 09 Oct 2001 20:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592063#M715956</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-10-09T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592064#M715957</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can add a new node to the running cluster. look at the thread below for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90024/B3936-90024_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90024/00/00/43-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90024/00/00/43-toc.html&amp;amp;searchterms=add%20node&amp;amp;queryid=20011009-155430" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90024/B3936-90024_top.html&amp;amp;con=/hpux/onlinedocs/B3936-90024/00/00/43-con.html&amp;amp;toc=/hpux/onlinedocs/B3936-90024/00/00/43-toc.html&amp;amp;searchterms=add%20node&amp;amp;queryid=20011009-155430&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look for the section "Using MC/ServiceGuard Commands to Add Nodes to the Configuration While the Cluster is Running " for the procedure on adding a new node to the running cluster.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 21:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592064#M715957</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-09T21:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592065#M715958</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;Looks like you have scheduled downtime already for this.&lt;BR /&gt;&lt;BR /&gt;I agree with your procedure.It's clean as you are deleting the cluster and reconfiguring. I would like to add one this before making changes to the ascii file.&lt;BR /&gt;&lt;BR /&gt;cmquerycl -C /etc/cmcluster/newconfig.ascii -n sysA -n sysB -n sysC &lt;BR /&gt;&lt;BR /&gt;instead of editing your own file. Also this gives your some idea about how the systems treat your configuration (For ex., once my systems thought the public LAN as heartbeat and heartbeat LANs as public.Then I replaced the heartbeat switches with faster ones). Edit this file and make modifications.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 09 Oct 2001 22:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592065#M715958</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-09T22:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592066#M715959</link>
      <description>You can add the new node to the cluster without taking either the cluster or any of the packages down.  However, you have to make sure that the cluster lock disk and the VGs are shared between the three nodes, although you could probably do without the cluster lock disk.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 22:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592066#M715959</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T22:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592067#M715960</link>
      <description>Thank you all for your reply,much appreciated,&lt;BR /&gt;When I ran&lt;BR /&gt;&lt;BR /&gt;sysA&amp;gt;cmquerycl -C -c 'cluster-name'cmclconf.ascii -n node sysA -n sysB -n sysC&lt;BR /&gt;I got an error&lt;BR /&gt;cmquerycl:Node sysC does not have cluster lock volume group /dev/vgsysA-B&lt;BR /&gt;and it didn't generate the new template !!&lt;BR /&gt;I think because sysC doesn't share the same disk on sysA I will have to halt the cluster and change the lock disk as I have different lock disk that I can use that will be shared between the 3 nodes but it is different than the one in existing configuration. &lt;BR /&gt;Would it work if I just do create the ascii file with hand and without having lock disk for the third node and do &lt;BR /&gt;cmapplyconf -C ###.ascii (It might cause problems in future !!)&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 10 Oct 2001 02:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592067#M715960</guid>
      <dc:creator>Andrew R.</dc:creator>
      <dc:date>2001-10-10T02:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New node to an existing Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592068#M715961</link>
      <description>You need to make sure that sysC has physical access to the cluster lock disk and that you imported the cluster lock VG on sysC. If a cluster lock disk is configured, all nodes *must* have access to it.&lt;BR /&gt;&lt;BR /&gt;You can also run a three node cluster without having a cluster lock disk, too. To do this, you would need to do the following&lt;BR /&gt;&lt;BR /&gt;Halt the cluster &lt;BR /&gt;# cmhaltcl      &lt;BR /&gt;&lt;BR /&gt;Delete the current config &lt;BR /&gt;# cmdeleteconf&lt;BR /&gt;&lt;BR /&gt;Query a new config&lt;BR /&gt;# cmquerycl  .... (your command)&lt;BR /&gt;&lt;BR /&gt;After editing the cluster.ascii&lt;BR /&gt;# cmapplyconf -C cluster.ascii -P package1.conf -P ... &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Wed, 10 Oct 2001 05:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-new-node-to-an-existing-cluster/m-p/2592068#M715961</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-10-10T05:03:11Z</dc:date>
    </item>
  </channel>
</rss>

