Operating System - HP-UX
1833996 Members
2712 Online
110063 Solutions
New Discussion

Re: Cluster configuration ****

 
Trng
Super Advisor

Cluster configuration ****

Hi Gurus,

i have a two node cluster with MCSG 11.16 (HPUX 11.23 IA MACHINE) .it is up and runing fine now.we are going to change FAILBACK_POLICY=MANUAL AND AUTORUN=YES on this (now it is automatic anf NO)..only one package is configured on this.what are steps to follow for configuring this setting on this nodes ?.pls help to get a detailed steps ..

is it necessary to bring down the package/cluster ...

thanks in advance

pls
rgds
skr
administrator
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Cluster configuration ****

Shalom,

No its not necessary to bring down the cluster.

Make the change on one node.

copy the package configuration script to the second

cmcheckconf
cmapplyconf


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Avinash20
Honored Contributor

Re: Cluster configuration ****

> We do not need to stop the package or Cluster. No downtime required.

>> Simply edit the cluster ascii file
The cluster configuration file is in /etc/cmcluster on one of the nodes.

If the file cannot be located, recreate it with this command:

# cmgetconf cluster.ascii

Edit the cluster configuration file, make the changes
FAILBACK_POLICY=MANUAL and AUTO_RUN=YES

After the changes been done
# cmcheckconf -C
# cmapplyconf -f -C

>> Copy the ascii file to the other node also!

"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Cluster configuration ****

Sorry... You need to edit the package configuration file..

Please ignore my above post

Apologies for the same.
I will provide you with the steps
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Cluster configuration ****

> We do not need to stop the package or Cluster. No downtime required.

>> Simply edit the package configuration file
The package configuration file is in /etc/cmcluster///.conf

Edit the package configuration file, make the changes
FAILBACK_POLICY=MANUAL and AUTO_RUN=YES

>> Copy the ascii file to the other Cluster nodes.

Update the cluster binary file

# cmcheckconf -P <.conf>
# cmapplyconf -f -P <.conf>


>> Please verify if
AUTO_RUN is enabled for that particular pacakge via
# cmviewcl

>> If not, enable switching via
# cmmodpkg -e
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Trng
Super Advisor

Re: Cluster configuration ****

Thanks all
administrator