<?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: Cluster Transitions in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227148#M97908</link>
    <description>Yes it was a Machine check type crash ...that explains it ....&lt;BR /&gt;&lt;BR /&gt;Yes OpenVMS Clusters simply the best.</description>
    <pubDate>Fri, 26 Feb 2010 13:22:37 GMT</pubDate>
    <dc:creator>Kevin Raven (UK)</dc:creator>
    <dc:date>2010-02-26T13:22:37Z</dc:date>
    <item>
      <title>Cluster Transitions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227145#M97905</link>
      <description>Always happy to learn even at my age ....&lt;BR /&gt;&lt;BR /&gt;Four node cluster.&lt;BR /&gt;One of the nodes crashes and exits cluster with a CPU bcache hardware fault.&lt;BR /&gt;I would expect the other 3 nodes to have hung for the 4 second interval we have RECNXINTERVAL set at. Then business as normal.&lt;BR /&gt;However when we look at our application latency stats , we don't see any hangs during the time of the crash. We measure latency in milliseconds and a 4 second hang would stick out like a sore one ....&lt;BR /&gt;Not complaining ....we survived a server crash and saw no loss of service ....&lt;BR /&gt;What am I missing ?&lt;BR /&gt;&lt;BR /&gt;p.s. This is the first server crash we have had in 4 years. We run 24 hours ...Sunday evening start to Friday night finish.&lt;BR /&gt;Latency measured in milliseconds.&lt;BR /&gt;Above 3 seconds is considered an outage and investigated.&lt;BR /&gt;Rock on OpenVMS and ES45 Alpha servers ....</description>
      <pubDate>Fri, 26 Feb 2010 11:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227145#M97905</guid>
      <dc:creator>Kevin Raven (UK)</dc:creator>
      <dc:date>2010-02-26T11:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Transitions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227146#M97906</link>
      <description>Raven,&lt;BR /&gt;&lt;BR /&gt;What are your applications doing?&lt;BR /&gt;&lt;BR /&gt;Precisely what "response time" are you measuring?&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 26 Feb 2010 11:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227146#M97906</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2010-02-26T11:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Transitions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227147#M97907</link>
      <description>The explanation is simple:&lt;BR /&gt;&lt;BR /&gt;If there was a real OpenVMS crash (probably a MACHINECHK), then - during the crash processing - the node has sent a 'last gasp' message over all cluster channels, so the other nodes IMMEDIATELY removed that node from the cluster, without the need of waiting for RECNXINTERVAL to expire.&lt;BR /&gt;&lt;BR /&gt;RECNXINTERVAL only comes into play, if no 'last gasp' message has been sent, i.e. if you just HALT the machine or just power it off. Or if the network connections all fail at once.&lt;BR /&gt;&lt;BR /&gt;OpenVMS clusters - the best clusters there are !&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 26 Feb 2010 13:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227147#M97907</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-02-26T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Transitions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227148#M97908</link>
      <description>Yes it was a Machine check type crash ...that explains it ....&lt;BR /&gt;&lt;BR /&gt;Yes OpenVMS Clusters simply the best.</description>
      <pubDate>Fri, 26 Feb 2010 13:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227148#M97908</guid>
      <dc:creator>Kevin Raven (UK)</dc:creator>
      <dc:date>2010-02-26T13:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Transitions</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227149#M97909</link>
      <description>Chances are, the cluster didn't need to count any votes from a quorum disk here and (assuming one vote each) the cluster (still) had quorum when the node dropped out; for cases such as these, the transitions are fast.&lt;BR /&gt;&lt;BR /&gt;In particular, a crashing cluster member node usually sends out the so-called last-gasp message.  Receipt of this message allows the remaining nodes to completely bypass the RECNXINTERVAL mechanisms; they "know" what happened to the host.&lt;BR /&gt;&lt;BR /&gt;Cases where no last gasp is sent (console halt, network disconnection, certain hardware failuresm etc) will require a longer transition.&lt;BR /&gt;&lt;BR /&gt;As for the voting configuration, if these boxes have a shared RAID-capable external controller, then the typical uptime configuration would be one vote to each host, and three votes to a shared quorum disk with controller RAID.  You'd see fewer or no votes configured to the quorum disk when  faster transitions are required, presuming the hosts are stable.&lt;BR /&gt;&lt;BR /&gt;Inferring much from your statements around operations and latency and uptime, I'd also expect to be prototyping replacement servers here.  Most any of the rx2660 series or blades would be the replacement path for this configuration.  These boxes are nice, but they're also big and slow and getting older all the time.&lt;BR /&gt;&lt;BR /&gt;Some reading:&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/153" target="_blank"&gt;http://labs.hoffmanlabs.com/node/153&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/569" target="_blank"&gt;http://labs.hoffmanlabs.com/node/569&lt;/A&gt;</description>
      <pubDate>Fri, 26 Feb 2010 13:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cluster-transitions/m-p/5227149#M97909</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-02-26T13:28:01Z</dc:date>
    </item>
  </channel>
</rss>

