1830619 Members
2590 Online
110015 Solutions
New Discussion

Re: cmquerycl

 
jpcast_real
Regular Advisor

cmquerycl

I am trying to install a single node of MC/SG 11.15 but I have a problem . Cmqerycl does not recognize the product:

hpuxserv:/etc/cmcluster> cmquerycl -v

Begin checking the nodes...
Looking for ServiceGuard nodes ...
cmquerycl : Unable to find any configuration information
hpuxserv:/etc/cmcluster> swlist -l product | grep -i serviceguard
ATS-CORE A.11.15.00 ServiceGuard Advanced Tape Services
PHKL_27532 1.0 ; ServiceGuard/vsar incompatibility removed
PHKL_28114 1.0 timeout; ServiceGuard TOC
SG-Manager A.03.00.01 ServiceGuard Java GUI
SG-Manager-Addon A.03.00.01 ServiceGuard Manager/OpenView Integration Add-on
SG-Manager-Cntl A.03.00.01 ServiceGuard Manager
ServiceGuard A.11.15.00 ServiceGuard
Here rests one who was not what he wanted and didn't want what he was
7 REPLIES 7
melvyn burnard
Honored Contributor

Re: cmquerycl

you need to supply a node name
man cmquerycl
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Hoefnix
Honored Contributor

Re: cmquerycl

If no cluster is configured yet this will be the result i think.
Try:
cd /etc/cmcluster
cmquerycl -v -n node1 -C clusterA.config

Regards,
Peter
jpcast_real
Regular Advisor

Re: cmquerycl

Thank you for your help..

It was just a simple communication problem . The .rhosts was not configured . I thought that as it were just a single node this would not be necessary..

Regards
Here rests one who was not what he wanted and didn't want what he was
Hoefnix
Honored Contributor

Re: cmquerycl

Huu....??
I did not know that that makes a difference.
I removed my localhost from the local .rhost file of the root user and then runned the command again cmquerycl -v and it still works OK.

Could be a version difference, because I am using SG 11.14

Regards,
Peter
Karthik S S
Honored Contributor

Re: cmquerycl

Instead make a entry in ,

/etc/cmcluster/cmclnodelist

for your localhost IP.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
James Randall
Frequent Advisor

Re: cmquerycl

Most of the MC/SG commands do a network connection to the cluster deamon. (Even cmquerycl)

You can see if a cm* command has connected to your system in syslog.

[inetd[#####]: hacl-cfg/tcp:....etc.]


No news is good news
Srinivas Thokala_1
Frequent Advisor

Re: cmquerycl

Instead of making entries in .rhosts file
I would say better to create the file
/etc/cmcluster/cmclnodelist, the function is similar for MCSG and also fulfill the security policy of restrictiong 'r' commands.

-Srini
Srinivas Thokala