- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC/Service Guard cmquerycl
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
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
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-2005 07:51 PM
тАО01-31-2005 07:51 PM
MC/Service Guard cmquerycl
Currently, I have to setup a MC/Service Guard pair (Primary nodeA Secondary nodeB) running HP-UX 11.00 on Service Guard 11.14
I am trying to generate the /etc/cmcluster/cluster.conf on the primary node A using the command
cmquerycl -w full -v -C /etc/cmcluster/cluster.conf -n nodeA -n nodeB
I had also added the hostname to /root/home/root/.rhosts on both servers
Query: I am getting the following errors upon running the cmquerycl command.
Begin checking the nodes...
Error: Permission denied to 127.0.0.1
Error: Permission denied to 16.173.22.38
Looking for other clusters ... Done
Error: Unable to establish communication to node nodeA
Failed to gather configuration information.
#nslookup 16.173.22.38
node2
Can anyone help advise?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 07:56 PM
тАО01-31-2005 07:56 PM
Re: MC/Service Guard cmquerycl
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 07:59 PM
тАО01-31-2005 07:59 PM
Re: MC/Service Guard cmquerycl
Usually this is done by enabling passwordless rlogings through .rhosts.
Although I think that newer MC/SG releases also support passwordless SSH logins.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 08:34 PM
тАО01-31-2005 08:34 PM
Re: MC/Service Guard cmquerycl
take following step
1. check .rhosts. If you use posfix shell it locate adn /.rhost ( you use /root/home/root/.rhosts, it look to be invalid.)
#vi /.rhost
nodeA root
nodeB root
2. Check /etc/hosts file
#vi /etc/hosts
16.173.22.38 nodeA
16.173.22.39 nodeB
3. Quyery again
#cmquerycl -v -C /etc/cmcluster/cluster.conf -n nodeA -n nodeB
IF ERROR STILL HAPPEND. PLS POST THE MESSAGE.
TIENNA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 08:46 PM
тАО01-31-2005 08:46 PM
Re: MC/Service Guard cmquerycl
Serviceguard will use its own authentication anyway - create a file called /etc/cmcluster/cmclnodelist on both nodes an make sure the entries are as follows:
nodeA root
nodeB root
That should resolve any authentication problems...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 08:55 PM
тАО01-31-2005 08:55 PM
Re: MC/Service Guard cmquerycl
create a file called cmclnodelist in each node in the path
/etc/cmcluster/
the contents of the file must look like
# cat /etc/cmcluster/cmclnodelist
serverA root
serverB root
also check /etc/inetd.conf file for lines containing hacl
all line related to hacl must be enabled
also ensure both the nodes are listed in /etc/hosts file of both systems.
this must solve the problem.
regards
Shantaram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 01:29 AM
тАО02-01-2005 01:29 AM
Re: MC/Service Guard cmquerycl
See "Managing MC/ServiceGuard" for detailed steps:
http://docs.hp.com/en/B3936-90065/index.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 05:02 AM
тАО02-01-2005 05:02 AM
Re: MC/Service Guard cmquerycl
2 lines really stand out in your original question, though no-one seems to have commented on it:
cmquerycl -w full -v -C /etc/cmcluster/cluster.conf -n nodeA -n nodeB
#nslookup 16.173.22.38
node2
Shouldn't "node2" be "nodeB"?
Likewise, is nodeA defined as "node1" in some places? Discrepancies between DNS & /etc/hosts & .rhosts can cause all kinds of funny problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 07:00 AM
тАО02-01-2005 07:00 AM
Re: MC/Service Guard cmquerycl
Ff remsh is not woking , you have to fix it first.
Check remsh nodeA from nodeB . If this does not work then update your .rhosts with correct nodename.
Also try by creating "/etc/cmcluster/cmclnodelist" file with entry "+" in it . This should work.
If possible upload your cluster config file in Forum.
Thanks,
bl.