<?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: when to run cmmakepkg during patch installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413417#M353322</link>
    <description>Hi Michael,&lt;BR /&gt;yes we are using VxVM&lt;BR /&gt;--------------&lt;BR /&gt;#swlist -l bundle|grep -i vxvm&lt;BR /&gt;  Base-VXVM             B.03.50.5      Base VERITAS Volume Manager Bundle 3.5 for HP-UX&lt;BR /&gt;--------------&lt;BR /&gt;#swlist -l patch PHSS_35302&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "xphx001"...&lt;BR /&gt;ERROR:   Software "PHSS_35302" was not found on host.&lt;BR /&gt;-------------&lt;BR /&gt;we dont have the patch PHSS_35302 istalled&lt;BR /&gt;Regards&lt;BR /&gt;Kumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 07 May 2009 05:40:35 GMT</pubDate>
    <dc:creator>kumardev</dc:creator>
    <dc:date>2009-05-07T05:40:35Z</dc:date>
    <item>
      <title>when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413408#M353313</link>
      <description>Hi ,&lt;BR /&gt;I am about to install a service guard patch in one of my MCSG, which mentions that there is a need to create the control script(cmmakepkg), can you please tell me as to when to do that , the steps that I have prepared are as:&lt;BR /&gt;1)Move the pkg from the primary node to the HA node.&lt;BR /&gt;2)halt the Service guard on the primary node node.&lt;BR /&gt;3)patch the primary node, reboot it if required.&lt;BR /&gt;4) Start the service guard on teh primary server.&lt;BR /&gt;5)failback the pkg to the primary node.&lt;BR /&gt;&lt;BR /&gt;Can can you please tell me as to when to run the cmmakepkg in the above mention steps?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kumardev</description>
      <pubDate>Tue, 05 May 2009 14:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413408#M353313</guid>
      <dc:creator>kumardev</dc:creator>
      <dc:date>2009-05-05T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413409#M353314</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can run cmmakepkg before or after step 2.&lt;BR /&gt;&lt;BR /&gt;I would try for before.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 May 2009 14:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413409#M353314</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-05T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413410#M353315</link>
      <description>Thanks for the reply,&lt;BR /&gt;&lt;BR /&gt;But in the HP docs it says that we have to recreate the control script after the installation of the patch, but befor or after step 2 we still havnt installed the patches..:-(&lt;BR /&gt;&lt;BR /&gt;appreciate your help on this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;dev</description>
      <pubDate>Tue, 05 May 2009 14:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413410#M353315</guid>
      <dc:creator>kumardev</dc:creator>
      <dc:date>2009-05-05T14:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413411#M353316</link>
      <description>Here's what I been using for years and taken from the MC/SG II class.&lt;BR /&gt;&lt;BR /&gt;a) all your LVM work is done and you've vgexported and ftp'd from the pri to the failover.&lt;BR /&gt;&lt;BR /&gt;mkdir /etc/cmcluster/package_name&lt;BR /&gt;cd /etc/cmcluster/package_name&lt;BR /&gt;cmmakepkg -p package_name.conf (* note conf ext *)&lt;BR /&gt;&lt;BR /&gt;vi package_name.conf&lt;BR /&gt;fill in data fields like:&lt;BR /&gt;PACKAGE_NAME&lt;BR /&gt;NODE_NAME&lt;BR /&gt;RUN_SCRIPT  ${PWD}package_name.cntl (* see below *)&lt;BR /&gt;HALT_SCRIPT ${PWD}package_name.cntl (* see below *)&lt;BR /&gt;&lt;BR /&gt;cmmakepkg -s package_name.cntl (* note ext. *)&lt;BR /&gt;vi /etc/cmcluster/package_name.cntl&lt;BR /&gt;fill in data fields like&lt;BR /&gt;VG[0]&lt;BR /&gt;LV[0]&lt;BR /&gt;IP[0]&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Addin customer defined start commands like&lt;BR /&gt;oracle.sh start&lt;BR /&gt;&lt;BR /&gt;Addin customer defined stop commands like&lt;BR /&gt;oracle.sh stop&lt;BR /&gt;&lt;BR /&gt;chcheckconf -P package_name.conf&lt;BR /&gt;cmapplyconf -P package_name.conf&lt;BR /&gt;vgchange -c y vg??&lt;BR /&gt;vgchange -a n vg??&lt;BR /&gt;cmmodpkg -e package_name&lt;BR /&gt;cmrunpkg -n node package_name&lt;BR /&gt;cmviewcl&lt;BR /&gt;&lt;BR /&gt;NOTE:  This is 80% of it.  Better to take the class, or, draft everything out on paper before applying in a test environment.</description>
      <pubDate>Tue, 05 May 2009 16:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413411#M353316</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-05-05T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413412#M353317</link>
      <description>Thks for the replies, just one more thing &lt;BR /&gt;&lt;BR /&gt;1)if the package(1) is running on the primary node(A) can i run the cmmakepkg for pkg 1 on the HA(node B) which is in the same cluster, if not what impact it can cause on the system.&lt;BR /&gt;2) if the package is running on the primary node(A) can i run the cmmakepkg on the HA(node B) which is in the same cluster, if not what impact it can cause on the system.&lt;BR /&gt;&lt;BR /&gt;the only reason why I am asking is to know the best time to recreate the control script by using cmmakepkg after patch installation&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;dev&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 08:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413412#M353317</guid>
      <dc:creator>kumardev</dc:creator>
      <dc:date>2009-05-06T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413413#M353318</link>
      <description>Hi Kumardev,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;1)if the package(1) is running on the primary node(A) can i run the cmmakepkg for pkg 1 on the HA(node B) which is in the same cluster, if not what impact it can cause on the system.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;cmmakepkg will just create the template of pkg config file or pkg control script. Once you made all the changes on both config file and control script, you need to halt the package and apply configuration using cmcheckconf and cmapplyconf commands.</description>
      <pubDate>Wed, 06 May 2009 08:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413413#M353318</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413414#M353319</link>
      <description>What patch are you installing ?? &lt;BR /&gt;&lt;BR /&gt;is it PHSS_38860 for 11.18 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 09:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413414#M353319</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-05-06T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413415#M353320</link>
      <description>Hi Danial,&lt;BR /&gt;Actually we are about to install patches on the servers as part of our annual patch activity provided by HP. Now out of the all the patches some of the patches are service guard and the questions that i m asking here is specifically related to patch PHSS_36898.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kumar</description>
      <pubDate>Wed, 06 May 2009 11:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413415#M353320</guid>
      <dc:creator>kumardev</dc:creator>
      <dc:date>2009-05-06T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413416#M353321</link>
      <description>&lt;A href="http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_36898&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www11.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_36898&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|#Special%20Installation%20Instructions:&lt;BR /&gt;&lt;BR /&gt;Are you running vxvm?&lt;BR /&gt;Do you have PHSS_35302 installed?</description>
      <pubDate>Wed, 06 May 2009 15:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413416#M353321</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-05-06T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: when to run cmmakepkg during patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413417#M353322</link>
      <description>Hi Michael,&lt;BR /&gt;yes we are using VxVM&lt;BR /&gt;--------------&lt;BR /&gt;#swlist -l bundle|grep -i vxvm&lt;BR /&gt;  Base-VXVM             B.03.50.5      Base VERITAS Volume Manager Bundle 3.5 for HP-UX&lt;BR /&gt;--------------&lt;BR /&gt;#swlist -l patch PHSS_35302&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "xphx001"...&lt;BR /&gt;ERROR:   Software "PHSS_35302" was not found on host.&lt;BR /&gt;-------------&lt;BR /&gt;we dont have the patch PHSS_35302 istalled&lt;BR /&gt;Regards&lt;BR /&gt;Kumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 May 2009 05:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-to-run-cmmakepkg-during-patch-installation/m-p/4413417#M353322</guid>
      <dc:creator>kumardev</dc:creator>
      <dc:date>2009-05-07T05:40:35Z</dc:date>
    </item>
  </channel>
</rss>

