<?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: Problem stopping packages/cluster on one node cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748455#M697694</link>
    <description>On single node cluster, what is the use of package switch?? Try chmodpkg -dv "pkg_name".&lt;BR /&gt;&lt;BR /&gt;Also try putting -x in shutdown scripts and where it hangs.</description>
    <pubDate>Fri, 10 Mar 2006 05:52:50 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2006-03-10T05:52:50Z</dc:date>
    <item>
      <title>Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748450#M697689</link>
      <description>Hi,&lt;BR /&gt;Help...&lt;BR /&gt;We use a one node cluster for our disaster environment.&lt;BR /&gt;Configure and starting the cluster workes fine.&lt;BR /&gt;&lt;BR /&gt;When we stop a (or all) package(s) the following happens:&lt;BR /&gt;- The applications in the package are shutdown;&lt;BR /&gt;- The filesystems are umounted;&lt;BR /&gt;- The package is shutdown, statted in the package log;&lt;BR /&gt;########### Node "&lt;NODE&gt;": Package halt completed at Fri Mar 10 09:58:&lt;BR /&gt;22 MET 2006 ###########&lt;BR /&gt;&lt;BR /&gt;a. But the command (cmhaltpkg &lt;PACKAGE&gt;) stays in a wait.&lt;BR /&gt;b. cmviewcl says that the package is in status halting and stays in this status:&lt;BR /&gt;&lt;NODE&gt;:/ 1# cmviewcl&lt;BR /&gt;&lt;BR /&gt;CLUSTER      STATUS       &lt;BR /&gt;&lt;CLUSTER-NAME&gt;  up           &lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE        &lt;BR /&gt;  &lt;NODE&gt;       up           running      &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    &lt;PCK-1&gt;      halting      halting      disabled     &lt;NODE&gt;     &lt;BR /&gt;    &lt;PCK-2&gt;      halting      halting      disabled     &lt;NODE&gt;     &lt;BR /&gt;    &lt;PCK-3&gt;      halting      halting      disabled     &lt;NODE&gt;     &lt;BR /&gt;    &lt;PCK-4&gt;      halting      halting      disabled     &lt;NODE&gt;     &lt;BR /&gt;&lt;BR /&gt;c. There are &lt;DEFUNC&gt; processes created.&lt;BR /&gt;   Looks like that this where the package processes?&lt;BR /&gt;&lt;BR /&gt;d. We have to kill all "cm" processes to stop the cluster.&lt;BR /&gt;&lt;BR /&gt;Can someone tell me what is wrong here?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB&lt;/DEFUNC&gt;&lt;/NODE&gt;&lt;/PCK-4&gt;&lt;/NODE&gt;&lt;/PCK-3&gt;&lt;/NODE&gt;&lt;/PCK-2&gt;&lt;/NODE&gt;&lt;/PCK-1&gt;&lt;/NODE&gt;&lt;/CLUSTER-NAME&gt;&lt;/NODE&gt;&lt;/PACKAGE&gt;&lt;/NODE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 04:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748450#M697689</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T04:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748451#M697690</link>
      <description>By any chance is package switching enabled?? When package is running, what does&lt;BR /&gt;cmviewcl -p "pkg_name" -v say??</description>
      <pubDate>Fri, 10 Mar 2006 04:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748451#M697690</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-10T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748452#M697691</link>
      <description>Hi,&lt;BR /&gt;Yes, that is so.&lt;BR /&gt;Is this the problem?&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Fri, 10 Mar 2006 05:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748452#M697691</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T05:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748453#M697692</link>
      <description>If packages are halted, SG starts a shell script through cmsrvassistd which waits for the shell script to finish. If the script does not finish, the package is not regarded as halted by cmsrvassistd. You shoud put a "set -x" in the package scripts to see what it is actually doing during halt and check the process list, perhaps using the command: &lt;BR /&gt;&lt;BR /&gt;# UNIX95=1 ps -efH&lt;BR /&gt;&lt;BR /&gt;to see what the child processes of the package halt scripts are. &lt;BR /&gt;&lt;BR /&gt;You should consider to set the HALT_SCRIPT_TIMEOUT in the package configuration file and rerun cmapplyconf (see SG manual). This would only be a workaround though (and not a really good one either). &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Fri, 10 Mar 2006 05:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748453#M697692</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-10T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748454#M697693</link>
      <description>Hi,&lt;BR /&gt;What configuration changes, and where, do I have to do to change packages from "switche enabled" to switche disabled"?&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Fri, 10 Mar 2006 05:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748454#M697693</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T05:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748455#M697694</link>
      <description>On single node cluster, what is the use of package switch?? Try chmodpkg -dv "pkg_name".&lt;BR /&gt;&lt;BR /&gt;Also try putting -x in shutdown scripts and where it hangs.</description>
      <pubDate>Fri, 10 Mar 2006 05:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748455#M697694</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-10T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748456#M697695</link>
      <description>Hi,&lt;BR /&gt;In all the package logfiles the last line says that the package is halted!&lt;BR /&gt;########### Node "&lt;NODE&gt;": Package halt completed at Fri Mar 10 09:58:&lt;BR /&gt;22 MET 2006 ###########&lt;BR /&gt;&lt;BR /&gt;So, it looks to me that the ctrl.sh script is ended!&lt;BR /&gt;Also all filesystem are umounted!&lt;BR /&gt;&lt;BR /&gt;What the problem makes more confusing is that it workes now, halting packages, but after some days running it is not possible anymore to halt the packages.&lt;BR /&gt;&lt;BR /&gt;Help...&lt;BR /&gt;Regards,&lt;BR /&gt;CvB&lt;/NODE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 05:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748456#M697695</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T05:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748457#M697696</link>
      <description>Hi,&lt;BR /&gt;I changed "AUTO_RUN" param of all packages to "NO".&lt;BR /&gt;&lt;BR /&gt;I tested it and now it seems to work. But I tested also "AUTO_RUN YES" and this also did work now?&lt;BR /&gt;&lt;BR /&gt;How can I change "SWITCHING" from "enabled" to "disabled" ?&lt;BR /&gt;(see "Node_Switching_Parameters"&lt;BR /&gt;&lt;BR /&gt;# cmviewcl -v&lt;BR /&gt;CLUSTER      STATUS       &lt;BR /&gt;&lt;CLUSTER-NAME&gt;  up           &lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE        &lt;BR /&gt;  &lt;NODE&gt;         up           running      &lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS       PATH         NAME         &lt;BR /&gt;    PRIMARY      up           0/3/0/0      lan1         &lt;BR /&gt;    STANDBY      up           0/6/0/0      lan2         &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    &lt;PKG-1&gt;      up           running      disabled     &lt;NODE&gt;         &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                                10.164.0.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      &lt;NODE&gt;         (current)    &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    &lt;PKG-3&gt;      up           running      disabled     &lt;NODE&gt;         &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                                10.164.0.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      &lt;NODE&gt;         (current)    &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    &lt;PKG-4&gt;      up           running      disabled     &lt;NODE&gt;         &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                                10.164.0.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      &lt;NODE&gt;         (current)    &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        AUTO_RUN     NODE         &lt;BR /&gt;    &lt;PKG-2&gt;      up           running      disabled     &lt;NODE&gt;         &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                                10.164.0.0 &lt;BR /&gt;&lt;BR /&gt;      Node_Switching_Parameters:&lt;BR /&gt;      NODE_TYPE    STATUS       SWITCHING    NAME                      &lt;BR /&gt;      Primary      up           enabled      &lt;NODE&gt;         (current)    &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-2&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-4&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-3&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/CLUSTER-NAME&gt;</description>
      <pubDate>Fri, 10 Mar 2006 06:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748457#M697696</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748458#M697697</link>
      <description>&amp;gt; So, it looks to me that the ctrl.sh &lt;BR /&gt;&amp;gt; script is ended!&lt;BR /&gt;&amp;gt; Also all filesystem are umounted!&lt;BR /&gt;&lt;BR /&gt;This is not good enough as a criterium to decide whether the script has finished. cmsrvassistd waits for the shell script to finish (see wait(2) manual page). If the script did not finish, cmsrvassistd will not notice. When the problem reoccurs you should check the process list. &lt;BR /&gt;&lt;BR /&gt;It is also possible that cmsrvassistd is unable to communicate with cmcld and update it on the new status. This is probably less likely. &lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748458#M697697</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-10T08:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748459#M697698</link>
      <description>Hi,&lt;BR /&gt;The last commando executed in the package ctrl.sh script is:&lt;BR /&gt;- print "\n\t########### Node \"$(hostname)\": Package hal&lt;BR /&gt;t completed at $(date) ###########"&lt;BR /&gt;and&lt;BR /&gt;- exit 0 &lt;BR /&gt;&lt;BR /&gt;So, for me the script is ended...&lt;BR /&gt;&lt;BR /&gt;Maybe the cmsrvassistd is unable to comunicate with cmcld.&lt;BR /&gt;&lt;BR /&gt;In the syslog.log I miss some messages when it goes wrong.&lt;BR /&gt;Normal it should look like:&lt;BR /&gt;Mar 10 11:28:19 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to halt package &lt;PKG-1&gt;.&lt;BR /&gt;Mar 10 11:28:19 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-1&gt;/ctrl.sh  stop' &lt;BR /&gt;for package &lt;PKG-1&gt;, as service PKG*4609.&lt;BR /&gt;Mar 10 11:28:28 &lt;NODE&gt; cmcld: Processing exit status for service PKG*4609 &lt;BR /&gt;Mar 10 11:28:28 &lt;NODE&gt; cmcld: Service PKG*4609 terminated due to an exit(0).&lt;BR /&gt;Mar 10 11:28:28 &lt;NODE&gt; cmcld: Halted package &lt;PKG-1&gt; on node &lt;NODE&gt;.&lt;BR /&gt;&lt;BR /&gt;But if it goes wrong it looks like:&lt;BR /&gt;Mar 10 11:28:19 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to halt package &lt;PKG-1&gt;.&lt;BR /&gt;Mar 10 11:28:19 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-1&gt;/ctrl.sh  stop' &lt;BR /&gt;for package &lt;PKG-1&gt;, as service PKG*4609.&lt;BR /&gt;&lt;BR /&gt;Then the last three lines are NOT displayed!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB&lt;BR /&gt;&lt;/PKG-1&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;</description>
      <pubDate>Fri, 10 Mar 2006 08:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748459#M697698</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-10T08:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748460#M697699</link>
      <description>So if Serviceguard is not running properly, (ie package halt completion not being registered with cmcld after some time has passed), the next thing that comes to mind is, what version and patch level of SG is installed?  &lt;BR /&gt;use "what /usr/lbin/cmcld | grep Date" to get that info. &lt;BR /&gt;&lt;BR /&gt;What has changed recently, or has it always failed in this manner?&lt;BR /&gt;&lt;BR /&gt;Does only one package do this, or multiple?&lt;BR /&gt;If only one packages runs normally, create a 2nd package that does nothing (do not modify the package control script), and start it up and run it for a while too  before halting it and checking to see if SG will register the package halt completion.</description>
      <pubDate>Mon, 13 Mar 2006 09:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748460#M697699</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2006-03-13T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748461#M697700</link>
      <description>Hi,&lt;BR /&gt;1. Version info of "/usr/lbin/cmcld":&lt;BR /&gt;   A.11.12 Date: 11/10/2000; PATCH: PHSS_22541&lt;BR /&gt;&lt;BR /&gt;2. It fialed always in this manner;&lt;BR /&gt;&lt;BR /&gt;3. All four packages fial in this manner;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Mon, 13 Mar 2006 09:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748461#M697700</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-13T09:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748462#M697701</link>
      <description>SG A.11.12 is an old version. Support for this version ended on Oct 31, 2003. You should really update to something newer. &lt;BR /&gt;&lt;BR /&gt;Because the issue can be reproduced it might make sense to perform a tusc trace of cmsrvassistd before the next cmhaltpkg. tusc can be obtained from &lt;A href="http://gatekeep.cs.utah.edu" target="_blank"&gt;http://gatekeep.cs.utah.edu&lt;/A&gt; and you should run it with&lt;BR /&gt;&lt;BR /&gt;# tusc -f -p -E -v -T%X -r all -w all -o /tmp/cmsrv.trc &lt;PID_OF_CMSRVASSISTD&gt;&lt;BR /&gt;&lt;BR /&gt;This would show you whether cmsrvassistd keeps waiting (i.e. does not get signaled) or tries to send a message to cmcld. &lt;BR /&gt;&lt;BR /&gt;Not sure this is worth it. You might also consider updating your patch level. &lt;BR /&gt;&lt;BR /&gt;Carsten &lt;BR /&gt;&lt;BR /&gt;&lt;/PID_OF_CMSRVASSISTD&gt;</description>
      <pubDate>Tue, 14 Mar 2006 03:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748462#M697701</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-14T03:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748463#M697702</link>
      <description>Hi Carsten,&lt;BR /&gt;I tried tusc.&lt;BR /&gt;The cluster did go DOWN (aborted) the moment I started tusc and did a "cmcheckconf".&lt;BR /&gt;All the filesystems and running application where still running.&lt;BR /&gt;No cmcld or other MC/SG processes where running any more.&lt;BR /&gt;I had to stop all applications and umount all filesystems by hand.&lt;BR /&gt;Becose also "netstat -in" showed all package-IP adressen assigned to the lan-card I did&lt;BR /&gt;a reboot of the server to be able to start the cluster!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Tue, 14 Mar 2006 06:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748463#M697702</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-14T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748464#M697703</link>
      <description>I have been supporting Serviceguard for many years and haven't seen the particular trouble you are seeing.  So my suspicion is that something is afoul in the Serviceguard or system files on the server(s).  After you rebooted, did you attempt tusc again?  Results?&lt;BR /&gt;&lt;BR /&gt;If you can't afford to do do tusc, follow Carsten's advice and consider upgrading Serviceguard.  This will give you current files with a current SG patch, replacing potentially corrupt or sick bits.</description>
      <pubDate>Tue, 14 Mar 2006 07:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748464#M697703</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2006-03-14T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748465#M697704</link>
      <description>The issues you are posting getting more and more weird. I don't see a relationship between tusc tracing of cmsrvassistd and running cmcheckconf (although I recommended cmhaltpkg.. ). I verified that the tusc trace would give reasonable output..&lt;BR /&gt;&lt;BR /&gt;If you have gdb (product WDB) installed you might want to check out the core file of cmcld to get a stack trace: &lt;BR /&gt;&lt;BR /&gt;# gdb /usr/lbin/cmcld /var/adm/cmcluster/core&lt;BR /&gt;gdb&amp;gt; bt&lt;BR /&gt;&lt;BR /&gt;I suspect that cmsrvassistd died for some reason and could not be restarted by cmcld. What does syslog say?&lt;BR /&gt;&lt;BR /&gt;Do you have by any chance PHNE_28895  cumulative ARPA Transport patch&lt;BR /&gt;installed? This patch is known to remove the route to the loopback network (127.0.0.0) and causes that cmsrvassistd cannot talk to cmcld anymore and cmcld cannot restart cmsrvassistd when it dies. It is not a perfect match of what you have seen so far therefore I did not mention it yet. But perhaps you doublecheck. &lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Mar 2006 09:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748465#M697704</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-14T09:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748466#M697705</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the output file of the tusc command the following text is displayed:&lt;BR /&gt;    &amp;lt; 2 7 &amp;gt; M a r   1 4   1 1 : 5 1 : 1 9   c m s r v a s s i s t d &lt;BR /&gt;    [ 7 9 9 6 ] :   L o s t   c o n n e c t i o n   t o   t h e   c &lt;BR /&gt;    l u s t e r   d a e m o n .&lt;BR /&gt;&lt;BR /&gt;    &amp;lt; 2 7 &amp;gt; M a r   1 4   1 1 : 5 1 : 1 9   c m s r v a s s i s t d &lt;BR /&gt;    [ 7 9 9 6 ] :   L o s t   c o n n e c t i o n   w i t h   S e r &lt;BR /&gt;    v i c e G u a r d   c l u s t e r   d a e m o n   ( c m c l d ) &lt;BR /&gt;    :   S o f t w a r e   c a u s e d   c o n n e c t i o n   a b o &lt;BR /&gt;    r t&lt;BR /&gt;&lt;BR /&gt;One question here.&lt;BR /&gt;What when I do a "cmdeleteconf", after closing down the cluster, and than do a cmcheckconf and cmapplyconf?&lt;BR /&gt;Will this clear all "old" configuration files and rebuild it from scrats?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Tue, 14 Mar 2006 09:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748466#M697705</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-14T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748467#M697706</link>
      <description>A cmdeleteconf would basically remove the /etc/cmcluster/cmclconfig binary and you would need to rebuild SG from scratch using cmcheckconf/cmapplyconf. I don't think this would help for any of your problems though. I'd say it is more reasonable to use a later version of SG soon. &lt;BR /&gt;&lt;BR /&gt;The tusc trace you show is what I would expect if cmcld dies. cmcld and cmsrvassistd have a TCP connection open. When this goes down the daemons will notice this and cmcld would try to re-establish it (of course if it is just the death of the TCP connection and cmcld is still alive). &lt;BR /&gt;&lt;BR /&gt;Well, you already said that cmcld died. The question is why? Because of the tusc trace?? Only a stack trace of cmcld and/or famous last words of cmcld from syslog would tell us. If you do not have gdb you can try using adb &lt;BR /&gt;&lt;BR /&gt;# adb /usr/lbin/cmcld /var/adm/cmcluster/core&lt;BR /&gt;adb&amp;gt; $c&lt;BR /&gt;&lt;BR /&gt;This does not always work though. gdb is better. I think this would be interesting because I could imagine that the problems reported are related (cmcld death, packages fail to halt). &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Tue, 14 Mar 2006 09:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748467#M697706</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2006-03-14T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748468#M697707</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Hereby the syslog.log output of the moment that cmcld died:&lt;BR /&gt;Mar 14 11:51:16 &lt;NODE&gt; cmcld: Assertion failed: (tsb_tmp).tsb_low &amp;lt;= TICKS_PER&lt;BR /&gt;_MAX_USEC, file: timers.c, line: 792&lt;BR /&gt;Mar 14 11:51:19 &lt;NODE&gt; cmlvmd: Could not read messages from /usr/lbin/cmcld: S&lt;BR /&gt;oftware caused connection abort&lt;BR /&gt;Mar 14 11:51:19 &lt;NODE&gt; cmsrvassistd[7996]: Lost connection with ServiceGuard c&lt;BR /&gt;luster daemon (cmcld): Software caused connection abort&lt;BR /&gt;&lt;BR /&gt;Also the cmcld messages after startup in the syslog.log:&lt;BR /&gt;Mar 14 12:31:37 &lt;NODE&gt; cmclconfd[1794]: Executing "/usr/lbin/cmcld" for node &lt;NODE&gt;&lt;BR /&gt;Mar 14 12:31:38 &lt;NODE&gt; cmcld: Daemon Initialization - Maximum number of packages supported for this incarnation is 5.&lt;BR /&gt;Mar 14 12:31:38 &lt;NODE&gt; cmcld: Reserving 1748 Kbytes of memory and 49 threads&lt;BR /&gt;Mar 14 12:31:38 &lt;NODE&gt; cmcld: The maximum # of concurrent local connections to the daemon that will be supported is 19.&lt;BR /&gt;Mar 14 12:31:38 &lt;NODE&gt; cmcld: Warning. No cluster lock is configured.&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: cmgmsd_init: SG CLUSTER ; return 1&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: Starting cluster management protocols.&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: Attempting to form a new cluster&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: Turning off safety time protection since the cluster&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: now consists of a single node.  If ServiceGuard&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: fails, this node will not automatically halt&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: 1 nodes have formed a new cluster, sequence #1&lt;BR /&gt;Mar 14 12:31:39 &lt;NODE&gt; cmcld: The new active cluster membership is: &lt;NODE&gt;(id=1)&lt;BR /&gt;Mar 14 12:32:24 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to start package &lt;PKG-3&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:32:24 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-3&gt;/ctrl.sh  start' for package &lt;PKG-3&gt;, as service PKG*15876.&lt;BR /&gt;Mar 14 12:32:39 &lt;NODE&gt; cmcld: Processing exit status for service PKG*15876 &lt;BR /&gt;Mar 14 12:32:39 &lt;NODE&gt; cmcld: Service PKG*15876 terminated due to an exit(0).&lt;BR /&gt;Mar 14 12:32:39 &lt;NODE&gt; cmcld: Started package &lt;PKG-3&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:32:53 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to start package &lt;PKG-1&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:32:53 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-1&gt;/ctrl.sh  start' for package &lt;PKG-1&gt;, as service PKG*4609.&lt;BR /&gt;Mar 14 12:32:59 &lt;NODE&gt; cmcld: Processing exit status for service PKG*4609 &lt;BR /&gt;Mar 14 12:32:59 &lt;NODE&gt; cmcld: Service PKG*4609 terminated due to an exit(0).&lt;BR /&gt;Mar 14 12:32:59 &lt;NODE&gt; cmcld: Started package &lt;PKG-1&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:33:06 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to start package &lt;PKG-2&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:33:06 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-2&gt;/ctrl.sh  start' for package &lt;PKG-2&gt;, as service PKG*4610.&lt;BR /&gt;Mar 14 12:33:19 &lt;NODE&gt; cmcld: Processing exit status for service PKG*4610 &lt;BR /&gt;Mar 14 12:33:19 &lt;NODE&gt; cmcld: Service PKG*4610 terminated due to an exit(0).&lt;BR /&gt;Mar 14 12:33:19 &lt;NODE&gt; cmcld: Started package &lt;PKG-2&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:33:29 &lt;NODE&gt; cmcld: Request from node &lt;NODE&gt; to start package &lt;PKG-4&gt; on node &lt;NODE&gt;.&lt;BR /&gt;Mar 14 12:33:29 &lt;NODE&gt; cmcld: Executing '/etc/cmcluster/&lt;PKG-4&gt;/ctrl.sh  start' for package &lt;PKG-4&gt;, as service PKG*4611.&lt;BR /&gt;Mar 14 12:35:39 &lt;NODE&gt; cmcld: Processing exit status for service PKG*4611 &lt;BR /&gt;Mar 14 12:35:39 &lt;NODE&gt; cmcld: Service PKG*4611 terminated due to an exit(0).&lt;BR /&gt;Mar 14 12:35:39 &lt;NODE&gt; cmcld: Started package &lt;PKG-4&gt; on node &lt;NODE&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB&lt;/NODE&gt;&lt;/PKG-4&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-4&gt;&lt;/PKG-4&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-4&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-2&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-2&gt;&lt;/PKG-2&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-2&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-1&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-3&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-3&gt;&lt;/PKG-3&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/PKG-3&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;&lt;/NODE&gt;</description>
      <pubDate>Tue, 14 Mar 2006 11:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748468#M697707</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-14T11:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem stopping packages/cluster on one node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748469#M697708</link>
      <description>Hi Carsten,&lt;BR /&gt;&lt;BR /&gt;No patch PHNE_28895 isn't installed.&lt;BR /&gt;We run on a HP-UX 11.00 server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;CvB</description>
      <pubDate>Tue, 14 Mar 2006 11:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-stopping-packages-cluster-on-one-node-cluster/m-p/3748469#M697708</guid>
      <dc:creator>Co van Berkel</dc:creator>
      <dc:date>2006-03-14T11:30:21Z</dc:date>
    </item>
  </channel>
</rss>

