- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What's the problem exaclty??? ... Error: Dete...
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
12-18-2003 07:50 PM
12-18-2003 07:50 PM
Checking nodes ... Done
Checking existing configuration ... Done
Gathering configuration information ... Done
Gathering configuration information ... Done
Gathering configuration information ............. Done
Warning: Volume group /dev/1353NM_1 is configured differently on node gemha1 than
on node gemha2
Warning: Volume group /dev/1353NM_1 is configured differently on node gemha2 than
on node gemha1
Error: Detected a partition of IP subnet 10.0.0.0.
Partition 1
gemha1 lan1
Partition 2
gemha2 lan1
Failed to evaluate network
cmcheckconf : Unable to reconcile configuration file cmclconf.ascii
with discovered configuration information.
gemha1,sys,root #
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 07:55 PM
12-18-2003 07:55 PM
Re: What's the problem exaclty??? ... Error: Detected a partition of IP subnet
Did you subnet the 10.0.0.0 network other than 255.255.255.0?
If so i think this is your problem.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 07:55 PM
12-18-2003 07:55 PM
Re: What's the problem exaclty??? ... Error: Detected a partition of IP subnet
Are you trying to configure the heartbeat LAN on the 10.0.0.0 network?. If yes on gemha2 have you configured any NIC in the 10.0.0.0 subnet?
Post cmclconf.asc. Also /etc/rc.config.d/netconf and the output of netstat -nr of both the nodes.
Regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 07:59 PM
12-18-2003 07:59 PM
Solutionusually i got this error when the cabling of the network is not correct, because the cluster cannot resolve correctly the visibility.
The cluster tries to do a "linkloop" between every lan card with an ip address and the deputatted standby, and the cards on the other node on the same subnet, and they MUST be all reachable.
If you have some vlan, and the cabling is not correct, it can happen that the standby lan cannot linkloop the primary lan.
Check it.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 01:22 AM
12-22-2003 01:22 AM
Re: What's the problem exaclty??? ... Error: Detected a partition of IP subnet
have you done the import of VG using a map file?
1) Check if the VG 1353NM_1 is having the same number of disk devices in both the Nodes. Also create a map file and import to the other system.
# vgexport -p -s -m /tmp/1353NM_1.map /dev/1353NM_1
# rcp /tmp/1353NM_1.map
at the other node:
# vgimport -s -m /tmp/1353NM_1.map
2) Also verify if the Minor number for the group file is proper in both the servers.
As for the LAN error, I always do a test of linkloop from one server to the other before running cmcheckconf.
# linkloop -i 0
# linkloop -i 1
If this does not come as "OK", your cmcheckconf will not succeed.
Sometimes VLAN configuration may cause such problems even though the linkloop worked.
Check also the subnet mask for the LAN1 in both the servers.
All the best.
Rgds,
Mohan.