- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmmquerry is giving error in A11.19 SG
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-2010 10:50 PM
06-30-2010 10:50 PM
cmmquerry is giving error in A11.19 SG
While doing the cmquerryscl for frming a cluster iam getting the following errors:
I hav 2 nodes:
Node1
Node2
# cmquerycl -v -C /etc/cmcluster/cluster.conf -n Node1 -n Node2 -q quorum
Warning: Unable to determine local domain name for Node1
Looking for other clusters ... Done
Node Node2 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
Node2 through either file-based authorization(pre-A.11.16 version) or
access control policies (version A.11.16 or higher)
and/or that the host name lookup on node Node2
resolves the IP address correctly.
Failed to gather configuration information.
thank you very much for yiour advice.
OS => 11.13
cmclnodelist is perfect
rgds Sree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 10:55 PM
06-30-2010 10:55 PM
Re: cmmquerry is giving error in A11.19 SG
What the system says when you say
#nslookup hostname ( as mentioned in cmclconfig)
what is there in your nsswitch.conf
Regards,
Sooraj
Please paste the output of #cat cmclnodelist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 11:12 PM
06-30-2010 11:12 PM
Re: cmmquerry is giving error in A11.19 SG
Do you have any network connectivity issues betwee nthe nodes ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 11:28 PM
06-30-2010 11:28 PM
Re: cmmquerry is giving error in A11.19 SG
cluster.conf file:
NODE_NAME is the specified nodename in the cluster.
It must match the hostname and both cannot contain full domain name.
rgs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 11:29 PM
06-30-2010 11:29 PM
Re: cmmquerry is giving error in A11.19 SG
Refer to the Securing Serviceguard manual and the Managing Serviceguard manuals on the document web site
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2010 11:35 PM
06-30-2010 11:35 PM
Re: cmmquerry is giving error in A11.19 SG
nodename/ip username #node1
nodename/ip username #node2
This should reside in /etc/cmcluster directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2010 03:55 AM
07-01-2010 03:55 AM
Re: cmmquerry is giving error in A11.19 SG
1) Insure all three hacl lines are uncommented in /etc/inetd.conf, 16 in /etc/services.
Insure the 'auth' line is uncommented in /etc/inetd.conf and has a partner line in /etc/services. If you modify the file, run 'inetd -c' to make inetd re-read the file.
2) Every fixed IP listed in "netstat -in" output must be aliased to the nodename on which it is assigned in /etc/hosts. (It is required per the Managing Serviceguard manual).
3) cmclnodelist must be configured with both hostnames/IPs for root on BOTH nodes.
4) If the server was Ignited from an image from another cluster node, remove the invalid cluster binary (/etc/cmcluster/cmclconfig)
5) Use the real hostnames in cmquerycl, including uppercase if any.
6) With the cluster down, kill old cmclconfd -p processes. If it keeps restarting, something keeps running SG commands, which can hold off cmquerycl etc.
7) If /var/adm/inetd.sec is configured to specifically 'allow' Serviceguard services, those lines must also include the loopback (127.0.0.1) IP.
Example:
auth allow 10.* 129.71.* 172.16.* 169.254.* 127.0.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2010 04:24 AM
07-01-2010 04:24 AM
Re: cmmquerry is giving error in A11.19 SG
I have used only primary lan and the heartbeat also just to start the cluster.
And now it started.
I will use it once the cluster start functioning.
I dont know y it happend. Any way worke d after making this change in NIC configuration.
Thanks all for your support.
I assigned poits as usual for your extreme support :--)
Thnks Rgds Sree