<?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: Service Guard cluster startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935057#M709809</link>
    <description>The design criteria for SG is htat 100% of nodes MUST be available to allow a cluster to start automatically.&lt;BR /&gt;The default time they will try to continue to do a formation os set by the AUTO_START_TIMEOUT parameter in thre cluster ascii file, and is default 10  minutes.&lt;BR /&gt;There is NO way to allow just three nodes to autostart if the cluster expects 4 nodes.&lt;BR /&gt;You will have to wait until the above timeout has expired BEFORE you can issue the manual overide command of:&lt;BR /&gt;cmruncl -v -n node1 -n node2 -n node3&lt;BR /&gt;You may want to read the Managing MC/ServiceGuard manual at&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha" target="_blank"&gt;http://docs.hp.com/hpux/ha&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Mar 2003 20:22:44 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2003-03-25T20:22:44Z</dc:date>
    <item>
      <title>Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935053#M709805</link>
      <description>Is it possible to configuration a 4 node SG cluster ( SG 11.14 ) such that : With 4 nodes starting from a power off state; If only 3 of the 4 nodes were able to boot, the cluster would still form.&lt;BR /&gt;We had a case where building power was lost - UPS didn't work, all servers crashed. When power was returned only 3 of the 4 servers came up but the cluster could not form.</description>
      <pubDate>Tue, 25 Mar 2003 13:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935053#M709805</guid>
      <dc:creator>Larry Barclay</dc:creator>
      <dc:date>2003-03-25T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935054#M709806</link>
      <description>Hi Larry,&lt;BR /&gt;&lt;BR /&gt;you have to forcibly start the cluster in that sort of situation.&lt;BR /&gt;&lt;BR /&gt;cmruncl -f -n node1 -n node2 -n node3.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 13:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935054#M709806</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-03-25T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935055#M709807</link>
      <description>Thank you for your very quick response!&lt;BR /&gt;&lt;BR /&gt;Do you have to wait for the cluster to fail forming before you can issue this command ?</description>
      <pubDate>Tue, 25 Mar 2003 14:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935055#M709807</guid>
      <dc:creator>Larry Barclay</dc:creator>
      <dc:date>2003-03-25T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935056#M709808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have configured the cluster to start automatically during system startup, i.e if you have the variable AUTOSTART_CMCLD set to 1 in the file /etc/rc.config.d/cmcluster on all servers then you have to wait for some time, say 10 minutes before the automatic cluster startup fails in your situation. Most of the time what i do is I login on the servers, kill the process "cmcld" and "cmclconfd" ( I forgot which process are there, but i kill all SG processes) and then manually force the cluster to start with less number of nodes than the original cluster using the command syntax i gave before.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 14:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935056#M709808</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-03-25T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935057#M709809</link>
      <description>The design criteria for SG is htat 100% of nodes MUST be available to allow a cluster to start automatically.&lt;BR /&gt;The default time they will try to continue to do a formation os set by the AUTO_START_TIMEOUT parameter in thre cluster ascii file, and is default 10  minutes.&lt;BR /&gt;There is NO way to allow just three nodes to autostart if the cluster expects 4 nodes.&lt;BR /&gt;You will have to wait until the above timeout has expired BEFORE you can issue the manual overide command of:&lt;BR /&gt;cmruncl -v -n node1 -n node2 -n node3&lt;BR /&gt;You may want to read the Managing MC/ServiceGuard manual at&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/ha" target="_blank"&gt;http://docs.hp.com/hpux/ha&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 20:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935057#M709809</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-25T20:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935058#M709810</link>
      <description>When configured to autoform a cluster at boot time, the server executes a "cmrunnode" command.  That cmrunnode will expire in 10 minutes unless it's killed.  Kill it on all nodes running it, and then they can respond to a 'cmruncl' command for specific nodes.&lt;BR /&gt;&lt;BR /&gt;Custom programming would be necessary to cause the right set of nodes to form a reduced cluster.&lt;BR /&gt;-S.</description>
      <pubDate>Wed, 26 Mar 2003 17:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935058#M709810</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2003-03-26T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935059#M709811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Let's see, you COULD write a script that checks for the presence of the other servers at boot time, and then have it build the cluster and packages from scratch, and then bring up the cluster.  That would be kind of fun.  A self creating cluster!  Old number four doesn't show up?  No problem.  We just won't invite him to our new cluster.  :)&lt;BR /&gt;&lt;BR /&gt;Probably your instances of losing a server are so rare that you really don't need to worry about it.  Sometimes the hardware just fails and there isn't much you can do about it, except to call HP and keep your maintenance at the right level.  We've run MC/SG for several years now, and doing the 'cmruncl -n ...' has been the way out of similar problems for the very few times it has happened.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;P.S.  You HP guys probably either cringe or laugh when you read my posts.  :)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 18:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935059#M709811</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-03-26T18:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Service Guard cluster startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935060#M709812</link>
      <description>You that was interesting Melvyn I didn't know that about MC/SG.&lt;BR /&gt;&lt;BR /&gt;Larry, there is a Failover policy that sounds similar to this startup delimma.&lt;BR /&gt;&lt;BR /&gt;In a four node cluster you can list out the order of failing over in the package configuration file or you can choose to have the cluster sense which node has the lightest load / fewest packages and fail to.  The latter is called MIN_PACKAGE_NODE and the former is called CONFIGURED_NODE and is the default.</description>
      <pubDate>Wed, 26 Mar 2003 21:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/service-guard-cluster-startup/m-p/2935060#M709812</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-26T21:51:48Z</dc:date>
    </item>
  </channel>
</rss>

