<?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: cmrunnode : Cluster is already running message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862003#M709130</link>
    <description>Hi Giuseppe,&lt;BR /&gt;   From your input, if you give&lt;BR /&gt;reboot, the processes are not given proper time to shutdown. They are killed.&lt;BR /&gt;including cmcluster daemon.&lt;BR /&gt;Which is like TOC, and the cluster thinks there is some problem in the node and it disables this node joining the cluster.&lt;BR /&gt;When you reboot, cluster daemon may not be removing the&lt;BR /&gt;/var/adm/cmcluster/.cm_start_tie file. So you get the cluster already running error on the syslog file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when you use shutdown, the daemon goes down properly, indicating the other node that&lt;BR /&gt;this node is going down. So when this node comes up, it joins the cluster.&lt;BR /&gt;&lt;BR /&gt;So do a shutdown ( preferred method) than reboot to rebooting the servers.&lt;BR /&gt;&lt;BR /&gt;Hope this clears your query.&lt;BR /&gt;Also grant some awards in form of points to people helping you solving the problem. This will encourage others to help you much. Hope you got the point.&lt;BR /&gt;&lt;BR /&gt;Let us know if still problem exists. We can bring the cluster in debug mode and do some more troubleshooting.&lt;BR /&gt;&lt;BR /&gt;Happy clustering.&lt;BR /&gt;Srini.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Jan 2003 06:15:01 GMT</pubDate>
    <dc:creator>avsrini</dc:creator>
    <dc:date>2003-01-03T06:15:01Z</dc:date>
    <item>
      <title>cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2861998#M709125</link>
      <description>MC/Service Guard A.10.12 with patch PHSS_26182&lt;BR /&gt;&lt;BR /&gt;If I reboot (not regular shutdown) a node&lt;BR /&gt;it comes up with the following message in /etc/rc.log:&lt;BR /&gt;&lt;BR /&gt;cmrunnode : Cluster is already running on ..&lt;BR /&gt;&lt;BR /&gt;and cmcviewcl shows the node as failed. &lt;BR /&gt;If, after that, I restart manually the node &lt;BR /&gt;with cmrunnode it comes up and join the cluster.&lt;BR /&gt;&lt;BR /&gt;Does anyone have an idea about this</description>
      <pubDate>Wed, 11 Dec 2002 11:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2861998#M709125</guid>
      <dc:creator>Giuseppe Gattiglio</dc:creator>
      <dc:date>2002-12-11T11:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2861999#M709126</link>
      <description>Thats because when you reboot its a abrupt shutdown. The cluster doesn't go down in normal was and the Cluster manager assumes that a panic or TOC has happened and updates the cluster with a node fail message. And when the machine comes up you need to manual make this node join the running cluster.&lt;BR /&gt;So its always advisable to do shutdown...if not atleast halt the node and then reboot. Thats cmhaltnode.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;rajeev</description>
      <pubDate>Wed, 11 Dec 2002 11:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2861999#M709126</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-11T11:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862000#M709127</link>
      <description>Hmm... usually the cmrunnode should work fine even after a "hard" reboot or reset. How long is your node timeout configured? Mabye the cluster is still reforming while your node comes up again?&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 11 Dec 2002 11:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862000#M709127</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-12-11T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862001#M709128</link>
      <description>Thanks for all answers. &lt;BR /&gt;&lt;BR /&gt;My problem began with patches installation (I had NODE_TIMEOUT to 300sec since weeks!) &lt;BR /&gt;&lt;BR /&gt;I don't suppose is a problem of cluster reforming: &lt;BR /&gt;as I give "reboot" on node1, I see on node2 syslog the message &lt;BR /&gt;"cmcld: Turning off safety time protection since the cluster now consists of a single node.  If ServiceGuard fails, this node will not automatically halt&lt;BR /&gt;1 nodes have formed a new cluster, sequence #26" &lt;BR /&gt;&lt;BR /&gt;I also tried in putting a "sleep 5" into /sbin/init.d/cmcluster file, and then "reboot" but it didn't work. &lt;BR /&gt;&lt;BR /&gt;Note that if I halt node1 with "shutdown -r", it joins the cluster. &lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2002 10:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862001#M709128</guid>
      <dc:creator>Giuseppe Gattiglio</dc:creator>
      <dc:date>2002-12-12T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862002#M709129</link>
      <description>Indeed I believe that your 300 sec node timeout config is responsible for the problem.&lt;BR /&gt;&lt;BR /&gt;The calculated failover time including the complete reformation calculates to more than 3300 sec on your cluster!&lt;BR /&gt;&lt;BR /&gt;The setting does not make sense and should be corrected... the maximum recommended value is 30 secs. We usually recommend 5-8 secs, btw.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Thu, 02 Jan 2003 10:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862002#M709129</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-02T10:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: cmrunnode : Cluster is already running message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862003#M709130</link>
      <description>Hi Giuseppe,&lt;BR /&gt;   From your input, if you give&lt;BR /&gt;reboot, the processes are not given proper time to shutdown. They are killed.&lt;BR /&gt;including cmcluster daemon.&lt;BR /&gt;Which is like TOC, and the cluster thinks there is some problem in the node and it disables this node joining the cluster.&lt;BR /&gt;When you reboot, cluster daemon may not be removing the&lt;BR /&gt;/var/adm/cmcluster/.cm_start_tie file. So you get the cluster already running error on the syslog file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when you use shutdown, the daemon goes down properly, indicating the other node that&lt;BR /&gt;this node is going down. So when this node comes up, it joins the cluster.&lt;BR /&gt;&lt;BR /&gt;So do a shutdown ( preferred method) than reboot to rebooting the servers.&lt;BR /&gt;&lt;BR /&gt;Hope this clears your query.&lt;BR /&gt;Also grant some awards in form of points to people helping you solving the problem. This will encourage others to help you much. Hope you got the point.&lt;BR /&gt;&lt;BR /&gt;Let us know if still problem exists. We can bring the cluster in debug mode and do some more troubleshooting.&lt;BR /&gt;&lt;BR /&gt;Happy clustering.&lt;BR /&gt;Srini.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2003 06:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmrunnode-cluster-is-already-running-message/m-p/2862003#M709130</guid>
      <dc:creator>avsrini</dc:creator>
      <dc:date>2003-01-03T06:15:01Z</dc:date>
    </item>
  </channel>
</rss>

