- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change heartbeat 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
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
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-03-2002 09:10 PM
06-03-2002 09:10 PM
I couldnot get this info through search options in
ITRC. I need to change the heartbeat IP addresses
of my 2 node production cluster. There are two
packages running on this cluster.
I would change the heartbeat IP in the cluster acsii
file. But my question is do I need to run
cmapplyconf -C clusterascii -p pkg1 -p pkg2 or
is it enough to if I run
cmapplyconf -C clusterascii
alone (I am not removing the existing binary file).
I am not modifying any pkg files.
The manual doesn't talk clearly about this.
Thank you for your help.
TV
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:35 PM
06-03-2002 09:35 PM
Re: How to change heartbeat IP address ?
then run cmcheckconf, next cmapplyconf.
This will do it.
run cmviewcl -v to double check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:10 PM
06-03-2002 10:10 PM
Re: How to change heartbeat IP address ?
Do you mean that no flags need to be given with the cmapplyconf command? If so,
what effect does this have ?
Will it rebuild a completely new binary file taking into account the new cluster ascii file as well the existing pkg files or will it only update the binary file with the changes made to the cluster ascii file?
Thank you for your help.
TVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:00 PM
06-03-2002 11:00 PM
SolutionIf you want to modify the IP heartbeat, you don't need to remove the binary file.
Using "cmapplyconf -c cluster.ascii" will update your binary file keeping the pakages' configuration. You don't need to specify the packages' configuration files.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:26 PM
06-03-2002 11:26 PM
Re: How to change heartbeat IP address ?
Thank you all,
I thought that we should be to apply the change with only
cmapplyconf -c. Just wanted some reconfirmation. Will implement this shortly.
Thanks,
TVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 04:19 AM
06-05-2002 04:19 AM
Re: How to change heartbeat IP address ?
Sorry you could not find this document:
UMCSGKBRC00007723
TITLE:Changing a LAN IP in a ServiceGuard system
Hope it helps.
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 08:50 PM
06-05-2002 08:50 PM
Re: How to change heartbeat IP address ?
Unfortunately I am not able to get this document. Can you please mail it to me at
surya@tc4hq.cmcltd.com ?
Thank you for your help.
Regards,
TVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 04:09 AM
06-06-2002 04:09 AM
Re: How to change heartbeat IP address ?
Please reply to hpcu@atl.hp.com if you do not receive it. (Use the document ID as the Subject).
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 01:09 AM
06-07-2002 01:09 AM
Re: How to change heartbeat IP address ?
Thnak you for the doc. As per this document, it won't be enough if you do a
cmapplyconf -C alone. You
need to add the -p
for all the pkgs that are there.
Looks like I don't have an option of applying only the cluster ascii file alone.
Thnak you,
TVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 04:50 AM
06-07-2002 04:50 AM
Re: How to change heartbeat IP address ?
I noticed the document doesn't explicitly state that a cmapplyconf can be done if cmcheckconf succeeds, so I updated the document:
Correct any errors until cmcheckconf completes without errors.
If cmcheckconf if happy, halt the cluster, apply the change and then start
the cluster:
# cmapplyconf -C
# cmruncl
-s.