<?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 Package to a Running Cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845198#M696347</link>
    <description>Hi Steven,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;The files WILL be the same revisions, (you'll note above that my "rcp" takes care of that).&lt;BR /&gt;And permissions of said files compare favourably with existing packages, even those of package Y, so I can't see that being the problem either.&lt;BR /&gt;&lt;BR /&gt;Best regards, Mike.</description>
    <pubDate>Thu, 17 Aug 2006 05:34:43 GMT</pubDate>
    <dc:creator>Mike Brown_3</dc:creator>
    <dc:date>2006-08-17T05:34:43Z</dc:date>
    <item>
      <title>Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845196#M696345</link>
      <description>&lt;!--!*#--&gt;Hi guys,&lt;BR /&gt;I have a running 2-node cluster on two rp3440s, HP-UX 11.11, MCSG A11.16.&lt;BR /&gt;I have an odd problem in that when I try to add a new package to it, curious errors occur when running cmcheckconf - see below - all commands are run from &lt;HOSTA&gt;;&lt;BR /&gt;&lt;BR /&gt;# mkdir /etc/cmcluster/X&lt;BR /&gt;# cmmakepkg -p /etc/cmcluster/X/X.config&lt;BR /&gt; &lt;EDIT file="" to="" customise=""&gt;&lt;BR /&gt; PACKAGE_NAME   X&lt;BR /&gt; NODE_NAME      &lt;HOSTA&gt;&lt;BR /&gt; NODE_NAME      &lt;HOSTB&gt;&lt;BR /&gt; RUN_SCRIPT     /etc/cmcluster/X/X.cntl&lt;BR /&gt; HALT_SCRIPT    /etc/cmcluster/X/X.cntl&lt;BR /&gt; SUBNET  1.2.3.0&lt;BR /&gt;&lt;BR /&gt;# cmmakepkg -s /etc/cmcluster/X/X.cntl&lt;BR /&gt; &lt;EDIT file="" to="" customise=""&gt;&lt;BR /&gt; VG[0]=/dev/vgX&lt;BR /&gt; LV[0]="/dev/vgX/lvol1"; FS[0]="/db01"; FS_MOUNT_OPT[0]="-o largefiles";&lt;BR /&gt; LV[1]="/dev/vgX/lvol2"; FS[1]="/db02"; FS_MOUNT_OPT[1]="-o largefiles";&lt;BR /&gt; LV[2]="/dev/vgX/lvol3"; FS[2]="/X"; FS_MOUNT_OPT[2]="-o largefiles";&lt;BR /&gt; IP[0]="1.2.3.4"&lt;BR /&gt; SUBNET[0]="1.2.3.0"&lt;BR /&gt;&lt;BR /&gt;I copy these files to the adoptive node(s);&lt;BR /&gt;# rcp * &lt;HOSTB&gt;:/etc/cmcluster/X&lt;BR /&gt;&lt;BR /&gt;Then run `cmcheckconf`;&lt;BR /&gt;&lt;BR /&gt;# cmcheckconf -v -P /etc/cmcluster/X/X.config&lt;BR /&gt;&lt;BR /&gt;Checking existing configuration ... Done&lt;BR /&gt;Gathering configuration information ... Done&lt;BR /&gt;Parsing package file: /etc/cmcluster/X/X.config.&lt;BR /&gt;Attempting to add package X.&lt;BR /&gt;Error: Run script /etc/cmcluster/Y/Y.cntl for package Y&lt;BR /&gt;does not have execute access on node &lt;HOSTA&gt;.&lt;BR /&gt;Maximum configured packages parameter is 20.&lt;BR /&gt;Configuring 3 package(s).&lt;BR /&gt;17 package(s) can be added to this cluster.&lt;BR /&gt;200 access policies can be added to this cluster.&lt;BR /&gt;cmcheckconf  : Unable to verify package.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I'm just mystified why cmcheckconf seems to want to reference other packages, (in this example, Y), when I'm using the "-P" to specify the one I want to add. There are definitely NO REFERENCES to package Y in my cntl or config files for package X.&lt;BR /&gt;&lt;BR /&gt;Any help gratefully appreciated.&lt;/HOSTA&gt;&lt;/HOSTB&gt;&lt;/EDIT&gt;&lt;/HOSTB&gt;&lt;/HOSTA&gt;&lt;/EDIT&gt;&lt;/HOSTA&gt;</description>
      <pubDate>Thu, 17 Aug 2006 04:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845196#M696345</guid>
      <dc:creator>Mike Brown_3</dc:creator>
      <dc:date>2006-08-17T04:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845197#M696346</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check permissions on the package and anything it calls.&lt;BR /&gt;&lt;BR /&gt;Make sure both nodes have the same version of all control scripts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Aug 2006 04:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845197#M696346</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-17T04:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845198#M696347</link>
      <description>Hi Steven,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;The files WILL be the same revisions, (you'll note above that my "rcp" takes care of that).&lt;BR /&gt;And permissions of said files compare favourably with existing packages, even those of package Y, so I can't see that being the problem either.&lt;BR /&gt;&lt;BR /&gt;Best regards, Mike.</description>
      <pubDate>Thu, 17 Aug 2006 05:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845198#M696347</guid>
      <dc:creator>Mike Brown_3</dc:creator>
      <dc:date>2006-08-17T05:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845199#M696348</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Double check the excute permission off /etc/cmcluster/Y/Y.cntl on Host A&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error: Run script /etc/cmcluster/Y/Y.cntl for package Y&lt;BR /&gt;does not have execute access on node &lt;HOSTA&gt;.&lt;BR /&gt;&lt;/HOSTA&gt;</description>
      <pubDate>Thu, 17 Aug 2006 06:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845199#M696348</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-08-17T06:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845200#M696349</link>
      <description>Check permissions for package control file and its parent directory.&lt;BR /&gt;&lt;BR /&gt;Error: Run script /etc/cmcluster/Y/Y.cntl for package Y&lt;BR /&gt;does not have execute access on node &lt;HOSTA&gt;.&lt;BR /&gt;&lt;/HOSTA&gt;</description>
      <pubDate>Thu, 17 Aug 2006 08:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845200#M696349</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-17T08:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Package to a Running Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845201#M696350</link>
      <description>Thanks Luk, I really thought I'd checked, (and double-checked!), that as you can see by my response to Steven.&lt;BR /&gt;It was indeed an issue with the perms on Y.cntl, (ie: no execute).&lt;BR /&gt;I guess what threw me was the fact that I'd use -P to point towards X and Y was called. Presumably when you cmcheckconf, it checks all packages by default anyway, whether they're running or not.&lt;BR /&gt;&lt;BR /&gt;Steve - apologies to you. If you'd like to say hello (or shalom), I'll gladly reward you for the time taken.&lt;BR /&gt;&lt;BR /&gt;regards, Mike.</description>
      <pubDate>Thu, 17 Aug 2006 08:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-package-to-a-running-cluster/m-p/3845201#M696350</guid>
      <dc:creator>Mike Brown_3</dc:creator>
      <dc:date>2006-08-17T08:30:28Z</dc:date>
    </item>
  </channel>
</rss>

