<?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 Package Startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733014#M713601</link>
    <description>I would like my package to startup on reboot, but not failover just because I am rebooting the primary machine.&lt;BR /&gt;Routinely, we have brought the package down, rebooted then brought the package up.&lt;BR /&gt;I am unsure of the AUTO_RUN parameter. If I set it to yes, will the package tried to failover if I reboot? This is not what I desire for a simple reboot to apply new kernel parms.&lt;BR /&gt;&lt;BR /&gt;Thanks for any input.&lt;BR /&gt;dl</description>
    <pubDate>Wed, 29 May 2002 01:10:12 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2002-05-29T01:10:12Z</dc:date>
    <item>
      <title>Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733014#M713601</link>
      <description>I would like my package to startup on reboot, but not failover just because I am rebooting the primary machine.&lt;BR /&gt;Routinely, we have brought the package down, rebooted then brought the package up.&lt;BR /&gt;I am unsure of the AUTO_RUN parameter. If I set it to yes, will the package tried to failover if I reboot? This is not what I desire for a simple reboot to apply new kernel parms.&lt;BR /&gt;&lt;BR /&gt;Thanks for any input.&lt;BR /&gt;dl</description>
      <pubDate>Wed, 29 May 2002 01:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733014#M713601</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2002-05-29T01:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733015#M713602</link>
      <description>If the AUTO_RUN is set  to yes, and the package is running on th enode you are about to halt, AND it is enabled to switch to an alternative node, both locally and globally, then it will switch when you do the reboot.&lt;BR /&gt;The simple alternative is to either do cmmodpkg -d pkg_name, so it will not switch at all, or do cmmodpkg -d pkg_name -n alternate_node_name to tell it it cannot switch to the alternate node.&lt;BR /&gt;For safety, I always suggest the package is halted prior to doing work like this to ensure it halted cleanly, thus ensuring that it should restart in a stable state.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 05:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733015#M713602</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-05-29T05:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733016#M713603</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I normally halt the package before doing any kernel params reboots.  But as said before you can disable the package from switching.&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Wed, 29 May 2002 06:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733016#M713603</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2002-05-29T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733017#M713604</link>
      <description>A solution that I adopted on a system that used to be rebooted regularly was to install a shutdown script that halted any packages running on the server and note what they were in a file. I then had a startup script which restarted them at reboot. Note that the startup script has to wait for the node to join the cluster before attempting to call cmrunpkg.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 29 May 2002 06:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733017#M713604</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-29T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733018#M713605</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I usually use a cmhaltpkg before to stop the node unless I need that the pakage still runing in other node, then I stop the pakage in the node and force to run in other node with the "cmrunpkg -n nodename pakagename" command.&lt;BR /&gt;&lt;BR /&gt;It's better to stop the pakage cleanly before to stop the node, I think.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Wed, 29 May 2002 06:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733018#M713605</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-05-29T06:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733019#M713606</link>
      <description>Normally for SericeGuard packages switching is disabled and packages halted during shutdown. So you shouldn't need to do anything.&lt;BR /&gt;But I have seen packages failing to halt and switching when the system goes down so I do agree with Melwyn it's good practice to halt the packages before doing maintenance on the node.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Wed, 29 May 2002 06:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733019#M713606</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-29T06:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Package Startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733020#M713607</link>
      <description>Thanks for the quick answers.&lt;BR /&gt;I believe I need to go with a combination of Melvyn's and John's answers.&lt;BR /&gt;&lt;BR /&gt;Note that I did state we do halt the package prior to any reboot.&lt;BR /&gt;I just want the package to start up on reboot.&lt;BR /&gt;With this in mind, I will also build the shutdown script. &lt;BR /&gt;With the failure of clean shutdown noted, I will probably shut down manually prior to reboot.&lt;BR /&gt;I have not had the occasion to have to perform a reboot without being present or online.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the input.&lt;BR /&gt;dl</description>
      <pubDate>Wed, 29 May 2002 15:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/package-startup/m-p/2733020#M713607</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2002-05-29T15:04:29Z</dc:date>
    </item>
  </channel>
</rss>

