- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting up a cluster from scratch
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
11-16-2005 10:02 AM
11-16-2005 10:02 AM
Setting up a cluster from scratch
# cmquerycl -v -n ussbcsv1 -n ussbcsv2 -C cyclonedev.ascii
Begin checking the nodes...
Looking for other clusters ... Done
Gathering configuration information ..
Gathering storage information ..
.....
Gathering Network Configuration ..... Done
Error: Unable to connect to node ussbcsv1: Not owner
Error: Unable to connect to node ussbcsv2: Not owner
Warning: Not probing node ussbcsv1 as it is currently unreachable.
This may cause network partitions to be reported.
Warning: Not probing node ussbcsv2 as it is currently unreachable.
This may cause network partitions to be reported.
Failed to gather configuration information.
ussbcsv1:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 10:11 AM
11-16-2005 10:11 AM
Re: Setting up a cluster from scratch
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=803313
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 10:35 AM
11-16-2005 10:35 AM
Re: Setting up a cluster from scratch
search the forums for something like "unable to connect to node not owner" and go over the mc/sg docs for the ver you're working with at http://docs.hp.com
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=865029
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 10:47 AM
11-16-2005 10:47 AM
Re: Setting up a cluster from scratch
ServiceGuard is A.11.16.00
Servers are both 11.11
Thanks for the help so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:25 AM
11-16-2005 11:25 AM
Re: Setting up a cluster from scratch
ssh to one of the nodes and do 'who -muR' and compare the hostname with what's in your rhosts file. If they're not the same this could be a problem. you could use the ip address in the rhosts -vs- hostnames if there's a diff between the rhosts entry and name resolution.
Can you also see what's logged in the syslog.log when it fails.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:35 AM
11-16-2005 11:35 AM
Re: Setting up a cluster from scratch
to speed things along... can you post the cmclnodelist, /etc/hosts entries for the nodes and verify /etc/nsswitch.conf points to files first.
/etc/hosts should have "ip_addr host host.fqdn" and cmclnodelist would have
node1 root
node2 root
on both nodes.
any details from syslog.log would help troubleshoot to. Chances are it could be name resoultion prob and that's why you see "Not owner" for both nodes when running the cmquerycl... or an identd related config prob could be slowing you down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 03:38 PM
11-16-2005 03:38 PM
Re: Setting up a cluster from scratch
check hostname/ip lookup BOTH ways using nslookup, checking that you get the ip you expect for the hostname, and vice versa.
Ensure you have all th econfigured lan card ips of each node in your /etc/hosts file across all cluster nodes, and have /etc/nsswitch.conf pointing at files first, and then DNS (if used).
Also when using cmclnodelist, have all your possible hostname/ip addresses for the cluster nodes included, and if using ip addresses, make sure SG is patched as 11.16 had an issue that it would only work with hostnames in the cmclnodelist file.
Finally, make sure you read through the 11.16 manuals, and the security manuals/white papers available at http://docs.hp.com/en/ha under Serviceguard section