Operating System - HP-UX
1842225 Members
3296 Online
110188 Solutions
New Discussion

Re: 3 node cluster question

 
likid0
Honored Contributor

3 node cluster question

Hy,

I have a question about a 3 node cluster.

lets say that you have nodes a, b and c.

And you have services x,y

If i want to run x on a and have b as a failover
and run y on c and have b as a failover
so x can never go to c and y can never go to a

if you want this configuration, is it necesary that all the nodes see all the disks,vgs from the 3 nodes ?

or you can get away only whit:

a whit disks,vgs for service x
b with disks,vgs for services x and y
c with disks,vgs for services y

?

thnx
Windows?, no thanks
4 REPLIES 4
Mike Shilladay
Esteemed Contributor

Re: 3 node cluster question

Hi,

Your minimal solution should work as you state, however, if you configure all nodes with all vgs you at least have the option of a third node to run the package on should it all go pear shaped.

Mike.
F Verschuren
Esteemed Contributor

Re: 3 node cluster question

I had a old 11.00 situation that was running on autoraits you can create the cluster like you discribed whitout problems.

I advice to use a quorem server and not the lock disk, I can remeber that the cluster lock disk where working but that they have caused a problem in the end....
likid0
Honored Contributor

Re: 3 node cluster question

Ok, thnx for the info
Windows?, no thanks
Rita C Workman
Honored Contributor

Re: 3 node cluster question

your plan is fine for the scenario you describe.
In cases where you must keep certain resources secured from others, because company a owns server a and company c owns server c, and by extension their disk...then your plan is exactly correct to secure them even at the disk level from one another.

Just make sure node B can handly running both, with no performance issues....that's the final trick.

Rgrds,
Rita