<?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: Cluster Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062725#M565552</link>
    <description>Shahbuddin,&lt;BR /&gt;&lt;BR /&gt;Here is the sample doc. Have you engaged HP support for help ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. On one server in the cluster, create the package directory (preferably &lt;BR /&gt;   named the same as the package) and the two configuration and control files &lt;BR /&gt;   beneath it: &lt;BR /&gt;&lt;BR /&gt;    # cd /etc/cmcluster/ ; mkdir &lt;PKG_DIR&gt;  &lt;BR /&gt;    # cd &lt;PKG_DIR&gt;  &lt;BR /&gt;    # cmmakepkg -p &lt;PKG.CONF&gt;        # package configuration file &lt;BR /&gt;    # cmmakepkg -s &lt;CNTL.SH&gt;         # package control script &lt;BR /&gt;&lt;BR /&gt;2. Edit the package configuration file and package control scripts as &lt;BR /&gt;   desired.  (See the "Package Configuration Planning" section of the &lt;BR /&gt;   "Managing MC/ServiceGuard" manual located here: &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;A href="http://docs.hp.com/hpux/ha" target="_blank"&gt;http://docs.hp.com/hpux/ha&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;3. Distribute these files to each nodes that may operate the package: &lt;BR /&gt;    # rcp -pr * &lt;NODENAME&gt;:/etc/cmcluster/&lt;PKG_DIR&gt; &lt;BR /&gt;&lt;BR /&gt;4. Since the cmapplyconf command also performs a cmcheckconf, use the &lt;BR /&gt;   cmapplyconf to add the package to the cluster binary file &lt;BR /&gt;   cmclconfig.  Also, the ServiceGuard clusters running version 10.06 &lt;BR /&gt;   or earlier must be halted in order to add packages.  It is not necessary to &lt;BR /&gt;   halt the cluster for versions 10.10 and all 11.xx versions. &lt;BR /&gt;&lt;BR /&gt;    # cd /etc/cmcluster/ &lt;BR /&gt;&lt;BR /&gt;   Version 10.06 and earlier - Halt the cluster and perform: &lt;BR /&gt;   # cmhaltcl -f &lt;BR /&gt;   # cmapplyconf -f -C &lt;CLUSTER.ASCII&gt; -P &lt;PKG_DIR&gt; &lt;BR /&gt;&lt;BR /&gt;   Versions 10.10, 10.12 &amp;amp; 11.xx need not halt the cluster to add the package: &lt;BR /&gt;    # cmapplyconf -f  -P /etc/cmcluster/&lt;PKG_DIR&gt;  &lt;BR /&gt;&lt;BR /&gt;5. Verify that the cluster acknowledges the package: &lt;BR /&gt;    # cmviewcl &lt;BR /&gt;&lt;BR /&gt;6. Start the (cluster if necessary) package: &lt;BR /&gt;    [# cmruncl] &lt;BR /&gt;    # cmrunpkg -v &lt;PKG_NAME&gt;  &lt;BR /&gt;&lt;BR /&gt;WK&lt;/PKG_NAME&gt;&lt;/PKG_DIR&gt;&lt;/PKG_DIR&gt;&lt;/CLUSTER.ASCII&gt;&lt;/PKG_DIR&gt;&lt;/NODENAME&gt;&lt;/CNTL.SH&gt;&lt;/PKG.CONF&gt;&lt;/PKG_DIR&gt;&lt;/PKG_DIR&gt;</description>
    <pubDate>Mon, 13 Aug 2007 00:54:24 GMT</pubDate>
    <dc:creator>whiteknight</dc:creator>
    <dc:date>2007-08-13T00:54:24Z</dc:date>
    <item>
      <title>Cluster Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062724#M565551</link>
      <description>&lt;BR /&gt;Hi,,,&lt;BR /&gt;     Can anybody tell me how to do the cluster configuration on a new package.</description>
      <pubDate>Mon, 13 Aug 2007 00:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062724#M565551</guid>
      <dc:creator>Md.Shahabuddin</dc:creator>
      <dc:date>2007-08-13T00:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062725#M565552</link>
      <description>Shahbuddin,&lt;BR /&gt;&lt;BR /&gt;Here is the sample doc. Have you engaged HP support for help ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. On one server in the cluster, create the package directory (preferably &lt;BR /&gt;   named the same as the package) and the two configuration and control files &lt;BR /&gt;   beneath it: &lt;BR /&gt;&lt;BR /&gt;    # cd /etc/cmcluster/ ; mkdir &lt;PKG_DIR&gt;  &lt;BR /&gt;    # cd &lt;PKG_DIR&gt;  &lt;BR /&gt;    # cmmakepkg -p &lt;PKG.CONF&gt;        # package configuration file &lt;BR /&gt;    # cmmakepkg -s &lt;CNTL.SH&gt;         # package control script &lt;BR /&gt;&lt;BR /&gt;2. Edit the package configuration file and package control scripts as &lt;BR /&gt;   desired.  (See the "Package Configuration Planning" section of the &lt;BR /&gt;   "Managing MC/ServiceGuard" manual located here: &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;A href="http://docs.hp.com/hpux/ha" target="_blank"&gt;http://docs.hp.com/hpux/ha&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;3. Distribute these files to each nodes that may operate the package: &lt;BR /&gt;    # rcp -pr * &lt;NODENAME&gt;:/etc/cmcluster/&lt;PKG_DIR&gt; &lt;BR /&gt;&lt;BR /&gt;4. Since the cmapplyconf command also performs a cmcheckconf, use the &lt;BR /&gt;   cmapplyconf to add the package to the cluster binary file &lt;BR /&gt;   cmclconfig.  Also, the ServiceGuard clusters running version 10.06 &lt;BR /&gt;   or earlier must be halted in order to add packages.  It is not necessary to &lt;BR /&gt;   halt the cluster for versions 10.10 and all 11.xx versions. &lt;BR /&gt;&lt;BR /&gt;    # cd /etc/cmcluster/ &lt;BR /&gt;&lt;BR /&gt;   Version 10.06 and earlier - Halt the cluster and perform: &lt;BR /&gt;   # cmhaltcl -f &lt;BR /&gt;   # cmapplyconf -f -C &lt;CLUSTER.ASCII&gt; -P &lt;PKG_DIR&gt; &lt;BR /&gt;&lt;BR /&gt;   Versions 10.10, 10.12 &amp;amp; 11.xx need not halt the cluster to add the package: &lt;BR /&gt;    # cmapplyconf -f  -P /etc/cmcluster/&lt;PKG_DIR&gt;  &lt;BR /&gt;&lt;BR /&gt;5. Verify that the cluster acknowledges the package: &lt;BR /&gt;    # cmviewcl &lt;BR /&gt;&lt;BR /&gt;6. Start the (cluster if necessary) package: &lt;BR /&gt;    [# cmruncl] &lt;BR /&gt;    # cmrunpkg -v &lt;PKG_NAME&gt;  &lt;BR /&gt;&lt;BR /&gt;WK&lt;/PKG_NAME&gt;&lt;/PKG_DIR&gt;&lt;/PKG_DIR&gt;&lt;/CLUSTER.ASCII&gt;&lt;/PKG_DIR&gt;&lt;/NODENAME&gt;&lt;/CNTL.SH&gt;&lt;/PKG.CONF&gt;&lt;/PKG_DIR&gt;&lt;/PKG_DIR&gt;</description>
      <pubDate>Mon, 13 Aug 2007 00:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062725#M565552</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-13T00:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062726#M565553</link>
      <description>Thanks Folk !!!!!!!!!</description>
      <pubDate>Thu, 18 Dec 2008 05:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-configuration/m-p/5062726#M565553</guid>
      <dc:creator>Md.Shahabuddin</dc:creator>
      <dc:date>2008-12-18T05:51:18Z</dc:date>
    </item>
  </channel>
</rss>

