- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing the heartbeat IP
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
01-22-2004 02:39 PM
01-22-2004 02:39 PM
Changing the heartbeat IP
cmapplyconf -C
and got the following message,
Begin cluster verification...
Error: Network interface lan0 on node starr1 has a different IP address (11.10.1
0.1 != 10.10.10.3)
Error: Network interface lan0 on node starr2 has a different IP address (11.10.1
0.2 != 10.10.10.4)
Error: lan0 on node starr1 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
Error: lan0 on node starr2 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
Failed to evaluate network
cmcheckconf : Unable to reconcile configuration file clust_conf.ascii.new
with discovered configuration information. I understand the first two error messages because the heartbeat LAN has not been setup with the new IP address.
Why I'm getting the last two error messages?..
Error: lan0 on node starr1 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
Error: lan0 on node starr2 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
Thanks
Anth Biji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 02:41 PM
01-22-2004 02:41 PM
Re: Changing the heartbeat IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 04:31 PM
01-22-2004 04:31 PM
Re: Changing the heartbeat IP
Since the nic cards are already in use by the running binary,
ServiceGuard is saving you from yourself, so to speak.
If you're talking about the IP address of the node itself,
I wouldn't even consider making the changes with ANY software up
and running, personally. So many things "can" break that way.
(I feel less strongly about "package" IP's, but you were unclear)
While you're cmhalt'd... that's a good time to change the package scripts.
You "can" change the package control scripts with the cluster up
and running... but you'd be better off not to, unless you're
positive you've thought it through very carefully.
Halt the packages, halt the cluster.
Do the cmcheckconf to see if you have issues with the cluster config.
If not, make your package changes, do your cmapplyconf, and
start the cluster up again. You should be good to go from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 05:34 PM
01-22-2004 05:34 PM
Re: Changing the heartbeat IP
1. 'cmapplyconf' is going to fail when the cluster is running because the heartbeat IPs you specified in your cluster ascii files are not associated with the interfaces yet. So, bring down the cluster, change the IPs on the interfaces and then apply the configuration. Before applying the configuration, make sure you get a response from all the nodes when you ping to the heart-beat subnet.
2. You don't have apply serviceguard configuration if you changed the cluster control file. Only changes to cluster ascii or the package ascii (conf) file will require you to re-apply the configuration.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 08:08 PM
01-22-2004 08:08 PM
Re: Changing the heartbeat IP
actually you may want to download
http://docs.hp.com/hpux/onlinedocs/B3936-90065/B3936-90065.html
attached is a list of cluster/package changes and required cl/pgk state (extract from the doc).
BTW, I would not worry too much about the wording of the error message (as long as it points you in the right direction).
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 12:06 AM
01-23-2004 12:06 AM
Re: Changing the heartbeat IP
In this case, the first error indicates a difference in IP addresses for the NIC:
Error: Network interface lan0 on node starr1 has a different IP address (11.10.1
0.1 != 10.10.10.3)
This is expected since the NIC does not have the new IP assigned to it! You will not get that to change as long as NIC has the old IP assigned to it.
So:
1) first update the /etc/rc.config.d/netconf file with the new IP.
2) ifconfig the new IP onto the NIC
3) halt the cluster
4) cmapplyconf the updated ASCII file.
-> If cmapplyconf still fails on this issue, use "cmdeleteconf -f" to zero out the cluster binary on all nodes and decluster the shared VGs
-> cmapplyconf the updated cluster ASCII, along with the package ASCII file(s).
4) cmruncl
-sd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 03:31 AM
01-23-2004 03:31 AM
Re: Changing the heartbeat IP
Error: lan0 on node starr1 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
Error: lan0 on node starr2 cannot be configured in the cluster
because it does not have an IP address, and it is not a standby lan for any oth
er lan.
lan0 and lan1 has the IP address. Why it's reporting it doesn't have the IP address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2004 04:28 AM
01-23-2004 04:28 AM
Re: Changing the heartbeat IP
*That* is why you're getting the error.
As has been mentioned already, you sometimes need to look at
FIRST errors before worrying about others that follow.
That's where the problem lies.
You already have lan0 configured.
cmapplyconf sees this, and is preventing further action.