Change the HEARTBEAT_IP for Cluster


 
Thread Tools Search this Thread
Operating Systems HP-UX Change the HEARTBEAT_IP for Cluster
# 1  
Old 01-05-2009
Change the HEARTBEAT_IP for Cluster

I would like to modify the cluster setting from

NODE_NAME hpcluster
NETWORK_INTERFACE lan1
STATIONARY_IP 10.1.1.11
NETWORK_INTERFACE lan2
HEARTBEAT_IP 10.1.2.11

to

NODE_NAME hpcluster
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.1.1.11
NETWORK_INTERFACE lan2
HEARTBEAT_IP 10.1.2.11

I have modifed the file cmcluster.ascii, but is it necessary to halt the cluster before running "cmapplyconf -C cmcluster.ascii" ?
Also, is there anything should be done for the packages under this cluster? Actually, I do not want any changes for the packages.
Please help, thanks!

PS: OS is HP 11.23
My steps for modifying cluster:
#cd /etc/cmcluster
#cmgetconf -C backup.ascii
(modify cmcluster.ascii)
#cmcheckconf -C cmcluster.ascii
(halt the cluster if necessary)
#cmapplyconf -C cmcluster.ascii
(Any action should be taken on packages?)
# 2  
Old 01-28-2009
I took the service guard course offered by HP. In the textbook it states that to modify heartbeat IP addresses, the cluster must not be running.

I don't see that this change should have any effect on your packages, except that you'll have to stop the packages as part of taking down the cluster to make this change.
# 3  
Old 01-30-2009
Yep, you will need to halt the cluster.

1. cmhaltcl -f
2. Run a cmapplyconf against the cluster layer to update the binary
3. cmruncl -v
# 4  
Old 01-30-2009
This change will not directly affect the pkgs. It just designates another path for HB packets to flow through, and you do want that.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

How to change raid controller driver ? (hardware change)

Hello I'm trying to virtualize an instance of Sco Unix 5.0.5 in VirtualBox (called VM-A) , but sco I have problems set to launch with the new raid controller . The physical machine has a raid controller adaptec (alad driver) but VirtualBox uses buslogic (blc driver) What ... (3 Replies)
Discussion started by: flako
3 Replies

2. Shell Programming and Scripting

Change the content of files but not change the date

I have 100 files in a directory , all the files have a word "error" and they are created in different date . Now I would like to change the word from "error" to "warning" , and keep the date of the files ( that means do not change the file creation date after change the word ) , can advise what can... (0 Replies)
Discussion started by: ust3
0 Replies

3. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

4. Solaris

Sun cluster and Veritas cluster question.

Yesterday my customer told me to expect a vcs upgrade to happen in the future. He also plans to stop using HDS and move to EMC. Am thinking how to migrate to sun cluster setup instead. My plan as follows leave the existing vcs intact as a fallback plan. Then install and build suncluster on... (5 Replies)
Discussion started by: sparcguy
5 Replies

5. Solaris

How to change Solaris cluster time?

Hi friends, In our cluster some time difference is there. User told me to change into IST time. How can i change the time in a cluster 3.0. please help me. thanks to all (1 Reply)
Discussion started by: sijocg
1 Replies

6. High Performance Computing

SUN Cluster Vs Veritas Cluster

Dear All, Can anyone explain about Pros and Cons of SUN and Veritas Cluster ? Any comparison chart is highly appreciated. Regards, RAA (4 Replies)
Discussion started by: RAA
4 Replies

7. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

8. Solaris

How to change IP on Sun Cluster system?

How to change IP on Sun Cluster system? I have a system based on SunCluster, now I want to change public IP (connect to LAN). I need your support. Thanks so much. (2 Replies)
Discussion started by: imyourfriend
2 Replies
Login or Register to Ask a Question