<?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: MCSG package not starting after reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380505#M864453</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please analyze your /etc/cmcluster/&lt;PKG_MANE&gt;/&lt;PKG_NAME&gt;.cntl.log file. May be an important hint is showed inside.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/PKG_NAME&gt;&lt;/PKG_MANE&gt;</description>
    <pubDate>Fri, 17 Sep 2004 02:32:02 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2004-09-17T02:32:02Z</dc:date>
    <item>
      <title>MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380488#M864436</link>
      <description>I have a 2 node cluster with a package on each node. The primary node is set to failover to secondary.  The secondary node is not set to failover to any node.  My problem is that when the secondary node reboots the package will not rejoin the cluster when the server is back online.  I modified and checked all pkg.conf settings and all appears to be ok. What else could prevent the pkg from starting up or have I overlooked something in the conf file or another file?  The pkg log file does not log what happened.</description>
      <pubDate>Thu, 16 Sep 2004 10:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380488#M864436</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-16T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380489#M864437</link>
      <description>As long as the cluster remains running on at least one node and a package is down it will remain down until you run cmrunpkg or cmmodpkg -e on a suitable node.&lt;BR /&gt;&lt;BR /&gt;Only if both nodes reboot at the same time and the cluster itself restarts then all packages will attempt to start on their default nodes (assuming AUTO_RUN is set).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 16 Sep 2004 10:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380489#M864437</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-09-16T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380490#M864438</link>
      <description>Is it just the package that is not starting up or the node itself is not joining the cluster ?&lt;BR /&gt;&lt;BR /&gt;You should have AUTOSTART_CMCLD=1 in /etc/rc.config.d/cmcluster file for the node to automatically join the cluster at startup.&lt;BR /&gt;&lt;BR /&gt;Once the server is back online, execute cmviewcl and confirm the node is part of the cluster.&lt;BR /&gt;&lt;BR /&gt;The package will not start automatically if AUTO_RUN is set to false&lt;BR /&gt;&lt;BR /&gt;# cd /etc/cmcluster/&lt;PACKAGE-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;# cmgetconf -v -p &lt;PACKAGENAME&gt; &lt;PACKAGE-NAME&gt;.conf&lt;BR /&gt;&lt;BR /&gt;# grep AUTO_RUN &lt;PACKAGE-NAME&gt;.conf&lt;BR /&gt;&lt;BR /&gt;AUTO_RUN should be YES.&lt;BR /&gt;&lt;BR /&gt;If not, you need to modify the package configuration file and apply again.&lt;BR /&gt;&lt;BR /&gt;Let us know if this helps.&lt;BR /&gt;&lt;/PACKAGE-NAME&gt;&lt;/PACKAGE-NAME&gt;&lt;/PACKAGENAME&gt;&lt;/PACKAGE-NAME&gt;</description>
      <pubDate>Thu, 16 Sep 2004 10:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380490#M864438</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380491#M864439</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls check with "cmviewcl -v" your AUTO_RUN status, this must be enabled. Also check the SWITCHING nodes status, these must be enabled too. Pls take that AUTO_RUN status always override the SWITCHING values.&lt;BR /&gt;&lt;BR /&gt;To change them on-line:&lt;BR /&gt;#cmmodpkg -e &lt;PKG_NAME&gt; (enable AUTO_RUN)&lt;BR /&gt;#cmmodpkg -e -n &lt;NODE&gt; &lt;PKG_NAME&gt; (enable SWITCHING nodes)&lt;BR /&gt;&lt;BR /&gt;To make a permanent change to AUTO_RUN parameter you need stop the package, go to /etc/cmcluster/&lt;PKG_NAME&gt;/ directory and modify the &lt;PKG_NAME&gt;.conf file, after this create the binary file:&lt;BR /&gt;#cmcheckconf -v -P &lt;PKG_NAME&gt;.conf&lt;BR /&gt;#cmapplycong -v -P &lt;PKG_NAME&gt;.conf&lt;BR /&gt;&lt;BR /&gt;If the compilation is free of errors start the pkg again:&lt;BR /&gt;#cmrunpkg &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/NODE&gt;&lt;/PKG_NAME&gt;</description>
      <pubDate>Thu, 16 Sep 2004 11:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380491#M864439</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-09-16T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380492#M864440</link>
      <description>I had already done all that has been suggested and the package will not join the cluster automatically after a reboot of the one server.  One technician has said the package will not startup unless both servers reboot.  It that a true statement?</description>
      <pubDate>Thu, 16 Sep 2004 12:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380492#M864440</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-16T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380493#M864441</link>
      <description>As others have said, check AUTO_RUN...&lt;BR /&gt;&lt;BR /&gt;Now my 2 cents - I do NOT set AUTO_RUN to yes nor have the cluster start automatically on a reboot...Reason, what it there was something terribly wrong - with disks or network or what have you - and you start your cluster - maybe you make things worse - like corrupt data - cause the other node is already running - yet the 2 servers can't communicate - a race for the cluster lock - and wammo - the box you rebooted wins - oracle comes crashing down as the other node TOC's....&lt;BR /&gt;&lt;BR /&gt;I always, always set my clusters to manual startup....just in case....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 16 Sep 2004 12:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380493#M864441</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-16T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380494#M864442</link>
      <description>Nope, that is not true. You dont have to reboot both the servers for the package to start.&lt;BR /&gt;&lt;BR /&gt;Look for messages from the cluster in /var/adm/syslog/syslgo.log file&lt;BR /&gt;&lt;BR /&gt;Post the output of cmviewcl -v command&lt;BR /&gt;&lt;BR /&gt;Once the node back is online, are  you able to successfully start the package using cmrunpkg command ?</description>
      <pubDate>Thu, 16 Sep 2004 12:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380494#M864442</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380495#M864443</link>
      <description>Sundar, I know I can start the package from command line but, what I want to happen is for the package to startup automatically after each reboot on the one node.  Remember, this node is not set to failover.  Should a just create a startup script in /sbin/rc3.d to run (cmrunpkg pkgname)?</description>
      <pubDate>Thu, 16 Sep 2004 13:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380495#M864443</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-16T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380496#M864444</link>
      <description>There should be no need to create a script in the sequencer directories.&lt;BR /&gt;&lt;BR /&gt;Looks like you are not ready to post the output from the system. It is difficult to troubleshoot the problem only based on your interpretation of the output :-).&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 13:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380496#M864444</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T13:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380497#M864445</link>
      <description>One other thought is to check the NODE_NAME setting in the package config file, and make sure it is set to the secondary node name.  I'm guessing that if that value was wrong you wouldn't even be able to start the package manually, but I haven't tried it before [not yet, anyway :) ].&lt;BR /&gt;&lt;BR /&gt;I agree with Sundar.  If you can post the output of your 'cmviewcl -v' it might give us a clue about what isn't working.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 13:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380497#M864445</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-09-16T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380498#M864446</link>
      <description>Here is the output of cmviewcl -v: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CLUSTER      STATUS       &lt;BR /&gt;NorcastTM1   up           &lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE        &lt;BR /&gt;  zrtph0s0     up           running      &lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS       PATH                NAME         &lt;BR /&gt;    PRIMARY      up           0/1/2/0             lan0         &lt;BR /&gt;    PRIMARY      up           0/3/1/0             lan1         &lt;BR /&gt;    PRIMARY      up           0/4/1/0             lan2         &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    norprod      up           running      enabled      zrtph0s0     &lt;BR /&gt;&lt;BR /&gt;      Policy_Parameters:&lt;BR /&gt;      POLICY_NAME     CONFIGURED_VALUE&lt;BR /&gt;      Failover        configured_node&lt;BR /&gt;      Failback        manual&lt;BR /&gt;&lt;BR /&gt;      Script_Parameters:&lt;BR /&gt;      ITEM       STATUS   MAX_RESTARTS  RESTARTS   NAME&lt;BR /&gt;      Subnet     up                                47.140.144.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      zrtph0s0     (current)    &lt;BR /&gt;      Alternate    up           enabled      zrtph0s1                  &lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE        &lt;BR /&gt;  zrtph0s1     up           running      &lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS       PATH                NAME         &lt;BR /&gt;    PRIMARY      up           0/1/2/0             lan0         &lt;BR /&gt;    PRIMARY      up           0/3/1/0             lan1         &lt;BR /&gt;    PRIMARY      up           0/4/1/0             lan2         &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    nortest      up           running      enabled      zrtph0s1     &lt;BR /&gt;&lt;BR /&gt;      Policy_Parameters:&lt;BR /&gt;      POLICY_NAME     CONFIGURED_VALUE&lt;BR /&gt;      Failover        configured_node&lt;BR /&gt;      Failback        automatic&lt;BR /&gt;&lt;BR /&gt;      Script_Parameters:&lt;BR /&gt;      ITEM       STATUS   MAX_RESTARTS  RESTARTS   NAME&lt;BR /&gt;      Subnet     up                                47.140.144.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      zrtph0s1     (current)    &lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 13:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380498#M864446</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-16T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380499#M864447</link>
      <description>Thanks for posting the output.  I've looked at it and I don't see anything strange.&lt;BR /&gt;&lt;BR /&gt;Let me rehash your problem to make sure I understand it.  Your cluster is up and running, with both nodes in the cluster and the correct package running on each node.  Then, the second node (zrtph0s1) crashes/reboots.  This node rejoins the cluster, but the 'nortest' package doesn't make any attempt to startup, and there is no evidence of it trying to startup in either the package log file or syslog.  Is that it?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 13:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380499#M864447</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-09-16T13:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380500#M864448</link>
      <description>That is it.  The node will rejoin the cluster but the package will not.  I can start it from command line without a problem.</description>
      <pubDate>Thu, 16 Sep 2004 14:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380500#M864448</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-16T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380501#M864449</link>
      <description>I was too busy today to participate in forums today. I just had a glance and this thread attracted me. So, I can't help myself posting.&lt;BR /&gt;&lt;BR /&gt;I have always believed that the packages won't start (not failback) automatically unless it is a cluster startup. Your case is not a cluster startup. So, I am not surprized to see this behaviour.&lt;BR /&gt;&lt;BR /&gt;Four years back on a three node cluster with three packages on each node, I used to halt the packages on two nodes but keep the third node up and running, do the maintenance and then start the both nodes, halt the third node and do the maintenance on it. I did have PKG_SWITCHING_ENABLED (now AUTO_RUN) on those nodes. It never happened to me that the packages would start automatically when the node came up.  This was just to avoid automatic startup of all packages when I brought up the cluster after maintenance as there were too many dependencies. Later, I changed the configuration so I didn't have to do that way ofcourse.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 15:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380501#M864449</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-16T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380502#M864450</link>
      <description>hmm..interesting post Sri :-).&lt;BR /&gt;&lt;BR /&gt;I believe the author is talking about regular reboot (when the package was not manually halted before shutting down the system).&lt;BR /&gt;&lt;BR /&gt;I have few 2 node clusters and some 1 week back I had to reboot one node when the package was running, the package got started automatically when the machine came back.&lt;BR /&gt;&lt;BR /&gt;# who -b&lt;BR /&gt;   .       system boot  Sep  7 14:22&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# grep cmcld syslog.log.2004-09-07-dyTue&lt;BR /&gt;.....&lt;BR /&gt;Sep  7 14:25:49 machinname cmcld: Attempting to form a new cluster&lt;BR /&gt;Sep  7 14:25:52 machinname cmcld: Turning on safety time protection&lt;BR /&gt;Sep  7 14:25:52 machinname cmcld: 2 nodes have formed a new cluster, sequence #17&lt;BR /&gt;Sep  7 14:25:52 machinname cmcld: The new active cluster membership is: primary(id=1), machinname(id=2)&lt;BR /&gt;Sep  7 14:25:52 machinname cmcld: Executing '/etc/cmcluster/oracle_ocnux/oracle_ocnux.cntl  start' for package &lt;BR /&gt;oracle_ocnux, as service PKG*39173.&lt;BR /&gt;Sep  7 14:25:55 machinname cmcld: Service PKG*39173 terminated due to an exit(0).&lt;BR /&gt;Sep  7 14:25:55 machinname cmcld: Started package oracle_ocnux on node machinname.&lt;BR /&gt;...&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 15:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380502#M864450</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380503#M864451</link>
      <description>Hi Sri,&lt;BR /&gt;&lt;BR /&gt;Good point.  I've been digging in the manuals, and here is the definition for the AUTO_RUN parameter [from the Managing MC/ServiceGuard manual]:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"The AUTO_RUN parameter (known in earlier versions of ServiceGuard as the PKG_SWITCHING_ENABLED parameter) defines the default global switching attribute for the package at cluster startup, that is, whether the package should be restarted automatically on a new node in response to a failure, and whether it should be started automatically when the cluster is started."&lt;BR /&gt;&lt;BR /&gt;So, according to the manual the AUTO_RUN parameter only starts the package at cluster startup, which is what Sri has observed before also.&lt;BR /&gt;&lt;BR /&gt;On the other hand, the FAILBACK_POLICY parameter is set to 'automatic' for the 'nortest' package, so it seems like it should start the package, but maybe I'm misunderstanding how that parameter works.  Here is the definition from the manual:&lt;BR /&gt;&lt;BR /&gt;"The use of the FAILBACK_POLICY parameter allows you to decide whether a package will return to its primary node if the primary node becomes available and the package is not currently running on the primary node."&lt;BR /&gt;&lt;BR /&gt;When the second node joins the cluster, it would seem like the FAILBACK_POLICY parameter setting for 'automatic' would start the package for that node, but maybe I've got it wrong.&lt;BR /&gt;&lt;BR /&gt;Where is a real MC/SG wizard like Melvyn when we need him?   :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2004 15:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380503#M864451</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-09-16T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380504#M864452</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;  The package never FAILED OVER to some other node to FAIL BACK to the primary node :-).&lt;BR /&gt;&lt;BR /&gt;  There is no adoptive node defined for the package.&lt;BR /&gt;&lt;BR /&gt;  I have a 2 node cluster, with each node running a package. I had to reboot one node in the cluster. I rebooted the node when the package was running.This package doesnt have any adoptive nodes defined.&lt;BR /&gt;&lt;BR /&gt;  When the node came back online, the package got automatically started.&lt;BR /&gt;&lt;BR /&gt;  Even if AUTO_RUN is set, I believe the package will not be started, ONLY when the package was halted manually or failed by the package manager.&lt;BR /&gt;&lt;BR /&gt;  It is highly possible that I got it wrong too :-)&lt;BR /&gt;&lt;BR /&gt;- Sundar.</description>
      <pubDate>Thu, 16 Sep 2004 15:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380504#M864452</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-16T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380505#M864453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please analyze your /etc/cmcluster/&lt;PKG_MANE&gt;/&lt;PKG_NAME&gt;.cntl.log file. May be an important hint is showed inside.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/PKG_NAME&gt;&lt;/PKG_MANE&gt;</description>
      <pubDate>Fri, 17 Sep 2004 02:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380505#M864453</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-09-17T02:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380506#M864454</link>
      <description>&lt;BR /&gt;I suggest you re-read my first post and then&lt;BR /&gt;take a look at /sbin/init.d/cmcluster.&lt;BR /&gt;&lt;BR /&gt;If you have a package configured to run on a single node only and want to start this package upon reboot of the node irrespectively of what the other nodes state is, you may use a conventional run script as you mentioned or put something in /etc/cmcluster/rc. See above.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bernhard&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Sep 2004 02:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380506#M864454</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-09-17T02:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: MCSG package not starting after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380507#M864455</link>
      <description>Thanks for all the suggestions.  The client has decided to have the package removed from the HA environment and have it mounted as a standalone volume group.  I simply deleted the package with cmdeleteconf, vgchange -c n the volume group, updated fstab and etc.</description>
      <pubDate>Mon, 20 Sep 2004 07:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mcsg-package-not-starting-after-reboot/m-p/3380507#M864455</guid>
      <dc:creator>Leoanrdo Bowens</dc:creator>
      <dc:date>2004-09-20T07:33:04Z</dc:date>
    </item>
  </channel>
</rss>

