- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with starting cluster from one node.
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-20-2004 09:44 PM
12-20-2004 09:44 PM
Problem with starting cluster from one node.
Following is the startup log from Node 1:
moldb1:/#cmruncl -v
cmruncl : Validating network configuration...
Gathering configuration information ..
Gathering Network Configuration ..... Done
Error: Permission denied accessing node moldb2.
Error: Permission denied accessing node moldb2.
Error: Unable to determine network configuration: failed to setup for probing the network on node moldb2: Permission denied
Failed to probe network
Error: Detected a partition of IP subnet 10.10.10.0.
Partition 1
moldb1 lan1
Partition 2
moldb2 lan1
Error: Detected a partition of IP subnet 10.1.0.0.
Partition 1
moldb1 lan3
Partition 2
moldb2 lan3
Failed to evaluate network
cmruncl: Failed to validate the network configuration as reported above but will try to start the cluster anyway.
cmruncl : Network validation complete
cmruncl failed: Permission denied
.........moldb1:/#
I am new to MC/Serviceguard. Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 10:00 PM
12-20-2004 10:00 PM
Re: Problem with starting cluster from one node.
You could start one node:
cmruncl -n moldb1
This only starts one node, but make sure the DNS changes and the lock disk gets fixed. If not to the original settings mind that it will take a cluster restart to alter the lock disk parameter.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 08:02 PM
12-21-2004 08:02 PM
Re: Problem with starting cluster from one node.
It's always a bad idea to mess with hostnames/nodenames in a cluster.
Change every occurence of the old name to
the new one (/etc/hosts,/etc/cmcluster/cmclnodelist,
/etc/cmcluster/cmclconfig.ascii...)
and re-apply the cluster configuration!
Hope this helps,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 12:08 AM
12-22-2004 12:08 AM
Re: Problem with starting cluster from one node.
Obviosly you have a cluster-configuration problem with network. Pay attention on your lan-configuration:
#lanscan
#netstat -in
#lanadmin
#vi /etc/rc.config.d/netconf
The check your cmcluster.ascii /net-part:lans, IPs/ and after that create newcluster-configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 09:29 AM
12-23-2004 09:29 AM
Re: Problem with starting cluster from one node.
Load /etc/cmcluster/cmclnodelist with both (SIMPLE) hostnames - on both nodes. eg:
node1 root
node2 root
Don't use fully qualified names
Determine if the same IP is assigned to different NICs (check both nodes)
-sd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 05:21 PM
12-23-2004 05:21 PM
Re: Problem with starting cluster from one node.
http://docs.hp.com/en/B3936-90079/ch01.html
2. check /etc/cmcluster/cmclnodelist. this file has format
hostname1 username1
hostname2 username1
hostname: hostname or IP of nodes in cluster
username: user you login and run cmruncl and other cluster command.
After checking and correct this file any problem you encouter. pls post again
Regard
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:27 PM
12-28-2004 10:27 PM
Re: Problem with starting cluster from one node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 01:06 AM
12-29-2004 01:06 AM
Re: Problem with starting cluster from one node.
Create a new cluster.ascii file (full cmquerycl) and compare it to the result of a cmgetconf - if the network configurations do not match (particularly the comments at the bottom of each node section), then the network configuration is different than when the cluster was created.
-SD