- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to change heart beat IP address
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 01:29 AM
тАО06-29-2005 01:29 AM
how to change heart beat IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 02:13 AM
тАО06-29-2005 02:13 AM
Re: how to change heart beat IP address
Follow following steps:
1. Halt the cluster
2. Change IP of heartbeat LAN by SAM or editing /etc/rc.config.d/netconf file
3. Move existing cluster configuration ascii file and recreate it with cmquerycl -v -C option
4. Reapply this config file with cmapplyconf with -k -v -C options and start cluster
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 03:31 AM
тАО06-29-2005 03:31 AM
Re: how to change heart beat IP address
ifconfig lanx unplumb
ifconfig lanx x.x.x.x netmask 255.255.255.0 up
You can do this after step 1.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2005 05:38 AM
тАО06-30-2005 05:38 AM
Re: how to change heart beat IP address
I always just backup the cluster config file by copying it to filename.conf.save. Then edit the file and change the lines for your cluster nodes that say:
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.168.2.1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 172.28.60.21
and put in the new IP address. You will have to reconfigure the lanX that you're changing before you can verify the cluster configuration using:
# ifconfig lanX inet xxx.xxx.xxx.xxx \
subnet xxx.xxx.xxx.xxx \
netmask xxx.xxx.xxx.xxx up
Then you can run:
# cmcheckconf -v -C cluster_ascii_file \
-P pkg_ascii_file
Then run:
# cmapplyconf -v -C cluster_ascii_file \
-P pkg_ascii_file
-greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2005 06:28 AM
тАО06-30-2005 06:28 AM
Re: how to change heart beat IP address
Take a look at the supported document : UMCSGKBRC00009727
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=UMCSGKBRC00009727
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2005 12:46 PM
тАО06-30-2005 12:46 PM
Re: how to change heart beat IP address
Steps would be
1. Halt the cluster cmhaltcl
2. Identify the interface that you plan to change the IP address using lanscan and netstat -in
3. Make changes using either SAM or commandline. SAM would be easier (Since you don't have to vi the /etc/rc.init.d/netconf file and then restart the /sbin/init.d/net )
4. Make changes to the cluster file
in the /etc/cmcluster/{clustername}
5.Check if the file is okay
cmcheckconf -k -v -C /etc/cmcluster/{clustername}
6.Apply the file
cmapplyconf -k -v -C /etc/cmcluster/{clustername}
I am not sure if you are planning to change the IP associated with a package within this cluster.
If yes, you might have to go into the package file and make the IP address changes and rcp the file over to the other node/s
Bring up the Cluster and that is it!!
thanks
Devesh