Operating System - HP-UX
1834826 Members
3226 Online
110070 Solutions
New Discussion

Want to change the name of a Serviceguard cluster

 
SOLVED
Go to solution
P Arumugavel
Respected Contributor

Want to change the name of a Serviceguard cluster

Hi Gurus,

How Will I change the name of a Serviceguard cluster? Please give me the procedure...

Thanks in advance.
5 REPLIES 5
Stephen Doud
Honored Contributor

Re: Want to change the name of a Serviceguard cluster

Unfortunately, the only way to change the name of a SG cluster is to delete the cluster and re-create it from the cluster configuration ASCII file, which you modify with the new name.
Bhadresh
Trusted Contributor

Re: Want to change the name of a Serviceguard cluster

Hi,

Have a look at the following thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1160875

Regards,
Bhadresh
Chandrahasa s
Valued Contributor
Solution

Re: Want to change the name of a Serviceguard cluster

HI,

You need to halt all packges which running under this cluster.

Need to halt cluster.

Delete cluster.

Modify cluster configuration ascii file with new cluster name.

cmcheckconf
cmapplyconf

Chandra
P Arumugavel
Respected Contributor

Re: Want to change the name of a Serviceguard cluster

Hi Chandrahasa s,

Please help me.
What are the main parameters are to be defined while Serviceguard configuration. Like cluster config file, package config file, control file, script file...
Stephen Doud
Honored Contributor

Re: Want to change the name of a Serviceguard cluster

1. cmhaltcl
2. cmdeleteconf -f
3. edit the cluster configuration file, parameter name: CLUSTER_NAME
4. cmapplyconf -C
4. cmapplyconf -f -P -P ...
The package configuration files should exist on at least one node in the cluster, under /etc/cmcluster - perhaps under each package directory.
5. cmviewcl = verify the new cluster name.