<?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 Remove a node from a 3 node SG cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110531#M313193</link>
    <description>I want to remove "db2" from a three node cluster made up of (db1,db2,db3). I plan to then re-cluster db2 to an independent cluster with db4 &lt;CURRENTLY a="" standalone="" cluster=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Would this work (and not upset packages running on db1 and db3); we use quorum server that is aware of db1, db2, db3, db4 and manages quorum for these two clusters (db1,db2,db3 and db4):&lt;BR /&gt;&lt;BR /&gt;From db1 with both db1 and db3 running production packages:&lt;BR /&gt;&lt;BR /&gt;cmhaltnode db2&lt;BR /&gt;cmgetconf cmclconfig.ascii&lt;BR /&gt;cp cmclconfig.ascii cmclconfig.just-in-case&lt;BR /&gt;# edit cmclconfig.ascii, remove meantion of db2 and its network interfaces&lt;BR /&gt;cmcheckconf -v -C cmclconfig.ascii&lt;BR /&gt;cmapplyconf -v -C cmclconfig.ascii&lt;BR /&gt;# adjust storage presentations so that db1,db3 LUNs are not visible to db2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I then also need to "cmdeleteconf" on db2? before I wed it to db4?&lt;BR /&gt;&lt;BR /&gt;Next, on db4:&lt;BR /&gt;&lt;BR /&gt;cmgetconf cmclconfig.ascii&lt;BR /&gt;cmgetconf cmclconfig.just-in-case&lt;BR /&gt;# edit cmclconfig.ascii to include db2 networking stuff&lt;BR /&gt;cmcheckconf -v -C cmclconfig.ascii&lt;BR /&gt;cmapplyconf -v -C cmclconfig.ascii&lt;BR /&gt;# adjust storage presentations and make sure db2 is in packages as a candidate for failover&lt;BR /&gt;&lt;/CURRENTLY&gt;</description>
    <pubDate>Sat, 01 Dec 2007 08:43:16 GMT</pubDate>
    <dc:creator>Adam Garsha</dc:creator>
    <dc:date>2007-12-01T08:43:16Z</dc:date>
    <item>
      <title>Remove a node from a 3 node SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110531#M313193</link>
      <description>I want to remove "db2" from a three node cluster made up of (db1,db2,db3). I plan to then re-cluster db2 to an independent cluster with db4 &lt;CURRENTLY a="" standalone="" cluster=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Would this work (and not upset packages running on db1 and db3); we use quorum server that is aware of db1, db2, db3, db4 and manages quorum for these two clusters (db1,db2,db3 and db4):&lt;BR /&gt;&lt;BR /&gt;From db1 with both db1 and db3 running production packages:&lt;BR /&gt;&lt;BR /&gt;cmhaltnode db2&lt;BR /&gt;cmgetconf cmclconfig.ascii&lt;BR /&gt;cp cmclconfig.ascii cmclconfig.just-in-case&lt;BR /&gt;# edit cmclconfig.ascii, remove meantion of db2 and its network interfaces&lt;BR /&gt;cmcheckconf -v -C cmclconfig.ascii&lt;BR /&gt;cmapplyconf -v -C cmclconfig.ascii&lt;BR /&gt;# adjust storage presentations so that db1,db3 LUNs are not visible to db2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do I then also need to "cmdeleteconf" on db2? before I wed it to db4?&lt;BR /&gt;&lt;BR /&gt;Next, on db4:&lt;BR /&gt;&lt;BR /&gt;cmgetconf cmclconfig.ascii&lt;BR /&gt;cmgetconf cmclconfig.just-in-case&lt;BR /&gt;# edit cmclconfig.ascii to include db2 networking stuff&lt;BR /&gt;cmcheckconf -v -C cmclconfig.ascii&lt;BR /&gt;cmapplyconf -v -C cmclconfig.ascii&lt;BR /&gt;# adjust storage presentations and make sure db2 is in packages as a candidate for failover&lt;BR /&gt;&lt;/CURRENTLY&gt;</description>
      <pubDate>Sat, 01 Dec 2007 08:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110531#M313193</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2007-12-01T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a node from a 3 node SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110532#M313194</link>
      <description>hi ,&lt;BR /&gt;after deleting db2 from orijinal cluster also delete&lt;BR /&gt;db2 related lines from &lt;BR /&gt;/etc/cmcluster/cmclnodelist&lt;BR /&gt;and&lt;BR /&gt;/.rhosts &lt;BR /&gt;&lt;BR /&gt;Hasan.</description>
      <pubDate>Sat, 01 Dec 2007 09:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110532#M313194</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-12-01T09:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a node from a 3 node SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110533#M313195</link>
      <description>Do I then also need to "cmdeleteconf" on db2? before I wed it to db4?&lt;BR /&gt;&lt;BR /&gt;Not required. The earlier steps mentioned is sufficient enough. You may verify the nodes active in the cluster by "cmviewcl -l node"</description>
      <pubDate>Sun, 02 Dec 2007 20:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-a-node-from-a-3-node-sg-cluster/m-p/4110533#M313195</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-12-02T20:37:20Z</dc:date>
    </item>
  </channel>
</rss>

