- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't see the second 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
06-30-2003 09:44 AM
06-30-2003 09:44 AM
I am trying to build up a 2-nodes (node1 and node2) cluster with MC/SerrviceGuard.
Both nodes are HPUX 11.0 and the same version of SG (A.11.14).
I installed SG, configured the common volume group on an external SCSI, but when I try to create a cluster configuration with SAM I can see only node1 in the nodes available (even if I try to configure a cluster from node2 I get only node1 available).
if I try cmquerycl without parameters I get:
Cluster Name Node Name
UNUSED
node1
And if I try:
cmquerycl -v -C /etc/cmcluster/lpcluster.config -n node2
Begin checking the nodes...
Looking for other clusters ... Done
Error: Unable to establish communication to node node2
Failed to gather configuration information.
Does anyone have any idea?
Thanks a lot,
Cristi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:48 AM
06-30-2003 09:48 AM
Re: can't see the second node
Have you created .rhosts file on both the nodes?
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:49 AM
06-30-2003 09:49 AM
Re: can't see the second node
Also, look into /var/adm/syslog/syslog.log for more info on the problem in addition to cluster log.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 09:51 AM
06-30-2003 09:51 AM
Re: can't see the second node
If you haven't, make sure that either a correct '.rhosts' or '/etc/cmcluster/cmclnodelist' file is configured.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 10:12 AM
06-30-2003 10:12 AM
Re: can't see the second node
I have configured the /etc/cmcluster/cmclnodelist file and /.rhosts file(even if I thought it is not really necessary)
they look like this:
node1.domain.com root #HPUXNLCluster
node2.domain.com root #HPUXNLCluster
both nodes are resolved well by the DNS
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 10:17 AM
06-30-2003 10:17 AM
Re: can't see the second node
From node1, can you successfully execute a command on node2 using 'remsh'?
node1# remsh node2 bdf
or something like that, and also from node2
to node1?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 10:43 AM
06-30-2003 10:43 AM
Re: can't see the second node
thanks all for your prompt help.
i got it to work.
maybe it was important and I forgot to tell you, but the HP servers have configured a NIS client.
and I got into the Name Service Switch settings and I changed some lines, but I think the one who made it work was to look for services in /etc/services first (by default it looked on NIS first)
thanks,
Cristi