<?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: Package Star in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237758#M706176</link>
    <description>Easy stuff. I would recommend not to touch any scripts and do the following.&lt;BR /&gt;If you do not want to start cluster after booting of system.&lt;BR /&gt;#vi /etc/rc.config.d/cmcluster and change autostart value to 0 (Zero)&lt;BR /&gt;Now do following to join node to cluster&lt;BR /&gt;#cmrunnode -n hostname&lt;BR /&gt;(You can also do cmruncl but it will start everything at once)&lt;BR /&gt;If you want to mount all file systems by cluster but do not want to start any start stop script do the following.&lt;BR /&gt;#touch /etc/cmcluster/debug&lt;BR /&gt;#cmrunpkg -n nodename -v packagename&lt;BR /&gt;And you can manually start/stop all applications. Remove the debug file if you want cluster to mount as well as start applications.&lt;BR /&gt;If you start cluster with above commands you will also have to enable package switch otherwise failover will not occur.&lt;BR /&gt;#cmmodpkg -e packagename&lt;BR /&gt;#cmviewcl or cmviewcl -v to see all configuration.&lt;BR /&gt;Remove debug file once you are done with troubleshooting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 03 Apr 2004 20:23:09 GMT</pubDate>
    <dc:creator>SS_6</dc:creator>
    <dc:date>2004-04-03T20:23:09Z</dc:date>
    <item>
      <title>Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237754#M706172</link>
      <description>Hi, i work with HP-UX 11.00 with MC/ServiceGuard and i would know if is posible at the start of the cluster (automatic after a reboot ro manual with cmruncl command) configure the order of the package to start.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Stefano</description>
      <pubDate>Fri, 02 Apr 2004 03:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237754#M706172</guid>
      <dc:creator>Stefano_73</dc:creator>
      <dc:date>2004-04-02T03:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237755#M706173</link>
      <description>Hi Stefano,&lt;BR /&gt;&lt;BR /&gt;To autostart the cluster adjust:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/cmcluster:&lt;BR /&gt;change &lt;BR /&gt;AUTOSTART_CMCLD:      If set to 1, the node will attempt to&lt;BR /&gt;#                       join its CM cluster automatically when&lt;BR /&gt;#                       the system boots.  &lt;BR /&gt;#                       If set to 0, the node will not attempt&lt;BR /&gt;#                       to join its CM cluster.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;To make sure a package is startable:&lt;BR /&gt;&lt;BR /&gt;edit package config file:&lt;BR /&gt;# Enter the value for AUTO_RUN. Possible values are YES and NO.&lt;BR /&gt;# The default for AUTO_RUN is YES. When the cluster is started the&lt;BR /&gt;# package will be automatically started. In the event of a failure the&lt;BR /&gt;# package will be started on an adoptive node. Adjust as necessary.&lt;BR /&gt;#&lt;BR /&gt;# AUTO_RUN replaces obsolete PKG_SWITCHING_ENABLED.&lt;BR /&gt;&lt;BR /&gt;AUTO_RUN                        YES&lt;BR /&gt;&lt;BR /&gt;I do not know how to alter the start order. I thought all packages are started at once.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2004 03:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237755#M706173</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-04-02T03:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237756#M706174</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could alter a package control file.&lt;BR /&gt;Add a script to customer defined run command that check if the package it depents on is running before executing next start command. &lt;BR /&gt;&lt;BR /&gt;PS. This will create unwanted dependenties.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 02 Apr 2004 03:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237756#M706174</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-04-02T03:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237757#M706175</link>
      <description>You could also add a command to the user_run_commands that starts the packages depending on the current package... If you then only make the first package autorun, the flow is guaranteed.&lt;BR /&gt;&lt;BR /&gt;A better way might be to disable the autostart for all packages and create an init script that starts (and stops) the packages in the right order.</description>
      <pubDate>Fri, 02 Apr 2004 05:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237757#M706175</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-02T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237758#M706176</link>
      <description>Easy stuff. I would recommend not to touch any scripts and do the following.&lt;BR /&gt;If you do not want to start cluster after booting of system.&lt;BR /&gt;#vi /etc/rc.config.d/cmcluster and change autostart value to 0 (Zero)&lt;BR /&gt;Now do following to join node to cluster&lt;BR /&gt;#cmrunnode -n hostname&lt;BR /&gt;(You can also do cmruncl but it will start everything at once)&lt;BR /&gt;If you want to mount all file systems by cluster but do not want to start any start stop script do the following.&lt;BR /&gt;#touch /etc/cmcluster/debug&lt;BR /&gt;#cmrunpkg -n nodename -v packagename&lt;BR /&gt;And you can manually start/stop all applications. Remove the debug file if you want cluster to mount as well as start applications.&lt;BR /&gt;If you start cluster with above commands you will also have to enable package switch otherwise failover will not occur.&lt;BR /&gt;#cmmodpkg -e packagename&lt;BR /&gt;#cmviewcl or cmviewcl -v to see all configuration.&lt;BR /&gt;Remove debug file once you are done with troubleshooting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Apr 2004 20:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237758#M706176</guid>
      <dc:creator>SS_6</dc:creator>
      <dc:date>2004-04-03T20:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237759#M706177</link>
      <description>Yes - package start order can be made to work.&lt;BR /&gt;&lt;BR /&gt;See this document:&lt;BR /&gt;&lt;BR /&gt;UMCSGKBRC00008166  &lt;BR /&gt;TITLE: Dependent packages, can the order of package startup be controlled? &lt;BR /&gt;&lt;BR /&gt;.SD.</description>
      <pubDate>Mon, 05 Apr 2004 07:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237759#M706177</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2004-04-05T07:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237760#M706178</link>
      <description>Hi, were I found This document? Have you a link?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Stefano</description>
      <pubDate>Mon, 05 Apr 2004 08:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237760#M706178</guid>
      <dc:creator>Stefano_73</dc:creator>
      <dc:date>2004-04-05T08:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Package Star</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237761#M706179</link>
      <description>&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=text&amp;amp;searchString=UMCSGKBRC00008166+&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=30&amp;amp;search.y=7" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=text&amp;amp;searchString=UMCSGKBRC00008166+&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=30&amp;amp;search.y=7&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hopefully that link will work. &lt;BR /&gt;If not, click site map, serach technical knowledge database, and paste in the document ID, from above. &lt;BR /&gt;</description>
      <pubDate>Mon, 05 Apr 2004 11:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-star/m-p/3237761#M706179</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-04-05T11:08:00Z</dc:date>
    </item>
  </channel>
</rss>

