1833352 Members
3210 Online
110051 Solutions
New Discussion

Re: HP - UX Cluster

 
ashun
New Member

HP - UX Cluster

What is package & nodes in cluster environment server, where do they resides.
5 REPLIES 5
Ganesan R
Honored Contributor

Re: HP - UX Cluster

Hi,

You need to go through good documents to learn service guard.

In simple words, package is the combined entity of all the resources to run an application. nodes are just physical server which is able to run the package.

This is link about managing the service guard.
http://docs.hp.com/en/B3936-90135/B3936-90135.pdf
Best wishes,

Ganesh.
ashun
New Member

Re: HP - UX Cluster

Thnx for reply,

Am new to Cluster Environment, our SAP server runs on HP-UX cluster. I want to know how this works, what is package & nodes. how can the package switchover if one fails.

Regards!!
Sajjad Sahir
Honored Contributor

Re: HP - UX Cluster



Dear Ashun

Please see the following links
http://docs.hp.com/en/ha.html#Serviceguard

thanks and regards

Sajjad
Ganesan R
Honored Contributor

Re: HP - UX Cluster

Hi Ashun,

It is not as simple as you think to explain here. Ok, i will try to explain in simple terms as much i can.

Lets assume you have 2 node cluster. node1 and node2. Here node1 is one hpux server and node2 is another hpux server. Both server will access a comman storage. Cluster application(SAP in your case) will be installed on comman storage.

MC Service Guard(Cluster software) will be installed on both nodes and this will communicate with each other. Then we need create a package for SAP. Here package means some configuration files which has details like what are the volume group needs to activated, logical volumes, mount points, commands to start/stop the SAP application, ip address for that package and few other details. We need to keep this package configuration files on both nodes.

When we run the package on nodeA, it will activate the VG, mount the logical volumes, then start the SAP application, assigns IP to the package. NodeB will keep communicate with nodeA through cluster software. If anything happen to nodeA(like hardware failure or OS crash) the entire package will be moved to nodeB and the users continue to access SAP. This is possible because the SAP application is installed on comman storage.

Hope this helps upto some extend.
Best wishes,

Ganesh.
ashun
New Member

Re: HP - UX Cluster

Hi Ganesan.

Thanx a lot - i got lil bit clear picture & clear the topic by going through the link provided by you.

Thanx & regds!!