<?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: Multi node failover in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714801#M668317</link>
    <description>You can do all sorts of things in the more recent releases. You can control what runs when there are failures by defining package dependencies, package priorities and package weights, for example (excert from the manual):&lt;BR /&gt;&lt;BR /&gt;You define a capacity, or capacities, for a node (in the cluster configuration file), and&lt;BR /&gt;corresponding weights for packages (in the package configuration file).&lt;BR /&gt;&lt;BR /&gt;So, you can defined packages to failover from one node to another, but then that package can be failed if another more important package fails over from another node and there are not enough resources. Or you could simply define that one package cannot run on the same node as another and what happens if this is attempted. i.e. which you want to take preference.&lt;BR /&gt;&lt;BR /&gt;I suggest you look at the latest manual to see what you can do. You will probably find the hard part is deciding what you want to happen rather than implementing it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Nov 2010 09:01:25 GMT</pubDate>
    <dc:creator>John Bigg</dc:creator>
    <dc:date>2010-11-18T09:01:25Z</dc:date>
    <item>
      <title>Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714797#M668313</link>
      <description>Ok, I'm going into unchartered Service Guard territory for my level of knowledge, so here it goes.&lt;BR /&gt;&lt;BR /&gt;We want to set up a 6 node cluster (my first cluster over 2 nodes), using a quorum server (my first time). The question is; can more than one node fail over to the standby node? Not at the same time, but say we had one node fail over and the next day a 2nd node crashed, would it be able to fail over to the standby node too, with one node already there? They would be different apps, using different SAN disks.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;unicks</description>
      <pubDate>Wed, 17 Nov 2010 20:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714797#M668313</guid>
      <dc:creator>unicks</dc:creator>
      <dc:date>2010-11-17T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714798#M668314</link>
      <description>Nodes can fail over to other nodes provided everything has been configured properly. Remember it is not the 'node' that fails over, but the packages running on the node!! &lt;BR /&gt;&lt;BR /&gt;Also bear in mind when you set up your cluster nodes for failover, the amount of resources the node has will be impacted as more applications are running on it.  So in your cluster you might have one or two nodes that are real hardware powerhouses, just for those kind of events.&lt;BR /&gt;&lt;BR /&gt;And when you set your packages for multi-node failover you also want to select what packages will failover and what will NOT failover. So prioritize...what really needs to run.&lt;BR /&gt;&lt;BR /&gt;I love MC/SG&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2010 20:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714798#M668314</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-11-17T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714799#M668315</link>
      <description>Rita,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response and for the confirmation about multi failovers. Is there a way to say allow only two nodes to fail over to the standby. I mean if the packages from two nodes are running on the standby, that no other  pacakge from other any node can be started there.&lt;BR /&gt;&lt;BR /&gt;And one other small question, the quorum server, does it need to be in the same subnet as the cluster?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;unicks</description>
      <pubDate>Wed, 17 Nov 2010 20:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714799#M668315</guid>
      <dc:creator>unicks</dc:creator>
      <dc:date>2010-11-17T20:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714800#M668316</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In the package configuration, you can control what nodes it will start on.&lt;BR /&gt;&lt;BR /&gt;If you only want the package to run on two of three nodes, that can be configured.&lt;BR /&gt;&lt;BR /&gt;It is actually pretty well documented, in the package control template.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Nov 2010 21:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714800#M668316</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-11-17T21:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714801#M668317</link>
      <description>You can do all sorts of things in the more recent releases. You can control what runs when there are failures by defining package dependencies, package priorities and package weights, for example (excert from the manual):&lt;BR /&gt;&lt;BR /&gt;You define a capacity, or capacities, for a node (in the cluster configuration file), and&lt;BR /&gt;corresponding weights for packages (in the package configuration file).&lt;BR /&gt;&lt;BR /&gt;So, you can defined packages to failover from one node to another, but then that package can be failed if another more important package fails over from another node and there are not enough resources. Or you could simply define that one package cannot run on the same node as another and what happens if this is attempted. i.e. which you want to take preference.&lt;BR /&gt;&lt;BR /&gt;I suggest you look at the latest manual to see what you can do. You will probably find the hard part is deciding what you want to happen rather than implementing it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Nov 2010 09:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714801#M668317</guid>
      <dc:creator>John Bigg</dc:creator>
      <dc:date>2010-11-18T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multi node failover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714802#M668318</link>
      <description>Thank y'all for the replies, I think I can get this done. I'll take a look at the newer documentation and see what options are available to me.&lt;BR /&gt;&lt;BR /&gt;Beers!&lt;BR /&gt;&lt;BR /&gt;unicks</description>
      <pubDate>Thu, 18 Nov 2010 12:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-node-failover/m-p/4714802#M668318</guid>
      <dc:creator>unicks</dc:creator>
      <dc:date>2010-11-18T12:16:48Z</dc:date>
    </item>
  </channel>
</rss>

