- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmquerycl problem ...
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
10-29-2002 01:16 AM
10-29-2002 01:16 AM
cmquerycl problem ...
Both the nodes have .rhosts and cmclnodelist entries as follows,
------------------------------
ram root
shyam root
------------------------------
And I have also created a VG on node "ram" exported it to "shyam"
But, when I try to create the Cluster configuration file I am getting the following error,
------------------------------------------------------------
ram:/etc/cmcluster>cmquerycl -v -C cluster.asc -n ram -n shyam
Begin checking the nodes...
Looking for other clusters ... Done
Error: Unable to establish communication to node shyam
Failed to gather configuration information.
------------------------------------------------------------
The syslog.log output of the node "ram" is,
------------------------------------------------------------
Oct 29 14:14:59 ram cmclconfd[5094]: Unable to stat /etc/cmcluster/cmclconfig, N
o such file or directory
------------------------------------------------------------
Though I have not configured any cluster earlier on this machine. And there is no
cmclconfig file under /etc/cmcluster directory. I tried after creating a empty cmclconfig
file then also the cmquerycl throws the same error.
What could be the problem?
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 01:18 AM
10-29-2002 01:18 AM
Re: cmquerycl problem ...
and then nslookup
likewise on shyam, do nslookup ram and nslookup
Also, what happens if you run the same cmquerycl command on node shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 01:20 AM
10-29-2002 01:20 AM
Re: cmquerycl problem ...
first, from 'ram' do rlogin to 'shyam' if it asks you for a password then enter it and after you login to 'shyam' do a who -u to check the name that 'ram' identifies the other server as. If it is only IP address, make sure you enter it in the hosts file correctly. Also, the .rhosts needs to be in the root home directory. If the home directory is /home/root and you create /.rhosts then it won't work. Do vi ~/.rhosts and then enter then info. Also, you need to have an /etc/cmcluster directory on both servers. When finished with 'shyam' do the same thing for the other server (rlogin).
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 01:22 AM
10-29-2002 01:22 AM
Re: cmquerycl problem ...
The problem is:
'Error: Unable to establish communication to node shyam
Is shyam up and running?
Is it on the same subnet as ram?
Are you able to rlogin to each server from the other without being prompted for a password?
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 01:40 AM
10-29-2002 01:40 AM
Re: cmquerycl problem ...
+Check the inetd.conf - maybe hacl-cfg is missing.
+nslookup problems - /etc/hosts should not start with the FQDN but with the short name then followed by the FQDN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 02:01 AM
10-29-2002 02:01 AM
Re: cmquerycl problem ...
1. When I do a nslookup on both the nodes to the other it returns the corresponding IP.
2. I am able to do a rlogin to without being asked for the password (on both the nodes). When I do " who -u " after doing a rlogin it returns the correct hostname .rhosts is under root's home directory that is "/" on both the nodes.
3. I have tried running cmquerycl on the other node shyam but the results are the same !!
4. Both the nodes are on the same subnet and the heartbeat is configured using loopback cable on a different subnet.
I am really surprised what could be the problem ...
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 02:03 AM
10-29-2002 02:03 AM
Re: cmquerycl problem ...
check if inted works correctly - check entries in inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 02:18 AM
10-29-2002 02:18 AM
Re: cmquerycl problem ...
Another question, do you have a router or any network device within the configuration that may be stopping UDP broadcasts?
Also, check the config for each of the lan cards, doo they have the same broadcast address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 02:34 AM
10-29-2002 02:34 AM
Re: cmquerycl problem ...
Seems like a really silly question, but is MCSG installed on the other node??? I would assume it is otherwise the vgimport -s would not work...
The "Not found" error is wierd, as a cmclconfig will only be created on a cmapplyconf....
See if you can start the cluster daemon on shyam
/sbin/init.d/cmcluster start
MND
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 03:22 AM
10-29-2002 03:22 AM
Re: cmquerycl problem ...
The problem is solved J
I just leant that one of my colleague has converted the node ???shyam??? as nisplus client. And in the nsswitch.conf he configured the hosts lookup as DNS. So we never doubted the configuration. Thanks for all your help.
Regards
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 03:39 AM
10-29-2002 03:39 AM
Re: cmquerycl problem ...
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 03:58 AM
10-29-2002 03:58 AM
Re: cmquerycl problem ...
Sorry for the dealy. I was supposed 2 assign the points ... but just went out for a coffee ... ( in a relief that I could successfully configure the Cluster :-)
Anyways I will not assign any points to your last posting :-)
Thanks and regards,
Karthik