- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- errors when I run cmapplyconf
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
04-26-2005 09:01 AM
04-26-2005 09:01 AM
1. how do we know if lan1 can talk to itself or not? Since the lan1 is supposed to be standby lan card. there is no IP assigned at this point.
2. Do I need to start up any cluster daemon in order to run cmapplyconf?
3. what is "Error: detected a partition of IP subnet..." mean?
==========================
Warning: Network interface lan1 on node xyz01 couldn't talk to itself.
Error: lan1 on node xyz01 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: Detected a partition of IP subnet 10.1.1.0.
Partition 1
xyz01 lan2
Partition 2
xyz99 lan2
Failed to evaluate network
cmapplyconf : Unable to reconcile configuration file /etc/cmcluster/cmclconf.as
cii with discovered configuration information.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 09:24 AM
04-26-2005 09:24 AM
Re: errors when I run cmapplyconf
Did cmchcekconf worked well?
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 12:00 PM
04-26-2005 12:00 PM
Re: errors when I run cmapplyconf
There should be further information int he cluster logs in /etc/cmcluster to assist in diagnosis.
This may have to do with network setting in general.
I'd step back, bring down the cluster and see if the network settings in /etc/rc.config.d/ make sense.
With HP-UX you can not have two nic cards on the same network. Linux doesn't seem to care about that.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 12:35 PM
04-26-2005 12:35 PM
SolutionAs a test - you can manually bring up the interface on both nodes - and see if you can ping.
Actually - you can also just use the linkloop command to go from mac address to mac address.
A lot of network errors stem from missing info in /etc/hosts
ips of all cluster hostsnames, as well as 127.0.0.1
I also have hosts first in nsswitch.conf - then DNS
Rgds..Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 01:52 PM
04-26-2005 01:52 PM
Re: errors when I run cmapplyconf
1,I am getting the following erros when I fist time run cmapplyconf. My question is following:
#cmscancl -n node1 -n node2
2. Do I need to start up any cluster daemon in order to run cmapplyconf?
NO
3. what is "Error: detected a partition of IP subnet..." mean?
Check your required patches.What version of MC-SG do you use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 04:45 PM
04-26-2005 04:45 PM
Re: errors when I run cmapplyconf
If lan1 is your standby LAN, then it should not have any IP onfigured on it. You will get this error
-----------------------------------------
Error: lan1 on node xyz01 cannot be configured in the cluster because it does not have an IP address, and it is not a standby lan for any other lan.
---------------------------------------------
Check with ifconfig lan1
if this shows any IP address on LAN1 or even 0.0.0.0 for the IP portion, then you have to remove it.
use unplumb lan1 and then 0.0.0.0 will go off.
Before giving cmapplyconf, you should check the physical connectivity between the LANs using linkloop. Once you confirm all LAN adapters are accessible from each other, you can then give cmcheckconf and cmapplyconf.
With regards,
MOhan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 06:46 PM
04-26-2005 06:46 PM
Re: errors when I run cmapplyconf
This error is usually caused by someform of network hardware issue.
2) No, the cmapplyconf does that for you.
3) It means that there is a basic split, or partition (like a wall) in your link connectivity.
One good test here is to use cmquerycl as a troubleshooting tool.
Run this and see what it reports about your cards.
Another item to remember is that you should apply the latest SG patch to your systems.