- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster problem
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-31-2009 01:45 AM
01-31-2009 01:45 AM
Cluster problem
i have 11.23 2 node cluster..i want to change the cluster lock vg (removing old disks and connecting new disk),for this i have to edit cluster configuration file..clsuter is up and running now.i am just checking the present configuartion with cmcheckconf -C cluster.conf ,but i am getting some errors for second harbeat IP(lan4)..
IP netmasks don't match, interface lan4 on test1
IP netmasks don't match, interface lan4 on test2
Beginning network probing (this may take a while)
Completed network probing
Detected a partition of IPv4 subnet 10.22.129.0.
Partition 1
test1 lan4
Partition 2
test2 lan4
Failed to evaluate network
cmcheckconf: Unable to reconcile configuration file cluster.conf
with discovered configuration information.
is it possible run cmaplyconf with ignoring the above errors... an how to troubleshoot it ?pls guide me ...
rgds
trng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 05:00 AM
01-31-2009 05:00 AM
Re: Cluster problem
In a cluster of only 2 nodes, the "detected a partition" message means that the nodes cannot communicate with each other (using that IP subnet).
Run "ifconfig lan4" on both nodes and check the netmask values. Compare the values with the network parameters specified in the cluster.conf file.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 05:22 PM
01-31-2009 05:22 PM
Re: Cluster problem
your networking has changed and does not match current cluster configuration.
check your network configuration. You may have to stop your cluster and reconfigure it. I recommend figuring out what happened first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 10:03 PM
02-05-2009 10:03 PM
Re: Cluster problem
i have found network cable was faulty on lan4(second heartbeat)..i ahve replace now ping everything working,but still i am getting below error while running cmcheckconf
Gathering network information
IP netmasks don't match, interface lan4 on test1
IP netmasks don't match, interface lan4 on test2Beginning network probing (this may take a while)
Completed network probing
my netmask for lan4 on both nodes are ffffff00 and ip address for lan4 is 10.22.129.9 and 10.22.129.10 .
psl let me know how to proceed further ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2009 01:32 AM
02-06-2009 01:32 AM
Re: Cluster problem
Please post these from both the nodes.
#netstat -rnv
and
#cat /etc/cmcluster/
And also the IP addresses as mentioned in all the package control and SUBNET mentioned in the Package Config files.
There surely is some Network IP addr subnet mismatch.
Also post the
#cmviewcl -v
Regards
Sujit