Operating System - HP-UX
1834798 Members
2500 Online
110070 Solutions
New Discussion

Re: Service Guard- Cluster

 
SOLVED
Go to solution
panchpan
Regular Advisor

Service Guard- Cluster

Hello.
I have one application running on HPUX. It has a database around 30 GB and also a batchscheduler tidal. I plan to have the application running on 4 node cluster. Please suggest IF there is any advantage to do so? Can database + application files + scheduler all could run on cluster or only scheduler.

Thank you for your advice.
4 REPLIES 4
Ninad_1
Honored Contributor

Re: Service Guard- Cluster

Panchalp,

You may be aware of this but just wanted to let you know - if you are talking about running the application from all the 4 nodes of the cluster at same time (load balancing) then essentially you have to write the application in such a way that it is capable of working from all the nodes and still maintaining the consistency. For database you would have to use Oracle RAC and for scheduler - check with the scheduler software notes/vendor if it is capable of running on cluster.
Only after all these things would you be able to load balance the application over 4 nodes.
Also you would need a volume manager capable of sharing the storage across the nodes so that read/write is possible from all nodes to the application/scheduler filesystem area simultaneously from all the nodes.
If you are simply talking about high availability, thus if the server running the applcation fails, then the application is switched over to another server, then it may be possible without having the parallel running capabuility of the application, database and scheduler.

Regards,
Ninad
Geoff Wild
Honored Contributor

Re: Service Guard- Cluster

You can run anything you want in a cluster.

You can have your apps run on a single node - or have then run on different nodes.

Can you load balance - that depends on the app.

Read through the ServiceGuard docs:

http://docs.hp.com/en/ha.html#Serviceguard

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
panchpan
Regular Advisor

Re: Service Guard- Cluster

Can you please provide me the link of SG Toolkit where I can find the information on setups of cluster based Progress/MfgPro application?

THANKS!!!
Geoff Wild
Honored Contributor
Solution

Re: Service Guard- Cluster

Info on progress db is in the "Enterprise Cluster Master Toolkit"

http://docs.hp.com/en/ha.html#Enterprise%20Cluster%20Master%20Toolkit

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.