- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cmquerycl:Permission denied Error.
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
09-04-2010 06:51 PM
09-04-2010 06:51 PM
Cmquerycl:Permission denied Error.
Nslookup is also working fine.
The is the new node which is going to be add in running 2 cluster node.
The new node HeartBeat cable is not connected with current running 2 node cluster and will plan when we have downtime arranged.
Meanwhile we are testing cluster prerequi and find that cmquerycl giving permission error
The service guard version is A.18
hp-ux v2
when we run cmquerycl -n newnode
it will not give any problem.
but when we run cmquerycl -n othernode(one from the currenly running cluster) it gives error
newnode ihasde01-only Primary ip connected with current nodes.Heart beat cable will be connected once downtime arranged
cureent nodes having cross Heartbeat cables ihasde01 and ihasde02
# cmquerycl -n ihasde01
Permission denied to 172.31.71.31
Warning: Unable to determine local domain name for ihasde03
Node ihasde01 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
ihasde01 through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node ihasde01 resolves the IP address correctly.
Failed to gather configuration information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2010 09:53 PM
09-04-2010 09:53 PM
Re: Cmquerycl:Permission denied Error.
Please check the entiries in /etc/hosts file of the node ihasde03 .. her's the hint
"on node ihasde01 resolves the IP address correctly"
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010 12:02 AM
09-05-2010 12:02 AM
Re: Cmquerycl:Permission denied Error.
This message is seen in conjunction with configuration oversights based on the document "Editing Security Files for Serviceguard" you can find it at this site :-
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02054412/c02054412.pdf
For Some Reason Serviceguard may be Disabled on the New Node, Check and Rectify it, Procedure to disable ServiceGuard. Follow the Reverse Order to Enable it.
==============================================================
You can disable Serviceguard on a system, by commenting out the following entries in /etc/inetd.conf:
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
Then force inetd to re-read inetd.conf:
/usr/sbin/inetd -c
You can check that this did in fact disable Serviceguard by trying the following
command:
cmquerycl -n nodename
where nodename is the name of the local system. If the command fails, you have
successfully disabled Serviceguard.
You can Refer the below document for your further reference.
http://docs.hp.com/en/B3936-90117/ch05s02.html
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02437444/c024374
44.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010 04:26 AM
09-05-2010 04:26 AM
Re: Cmquerycl:Permission denied Error.
Using /etc/hosts on: ihasde03
looking up FILES
Name: ihasde01
Address: 172.31.71.31
Aliases: ihasde01.ptcl.net.pk
# nslookup ihasde03
Using /etc/hosts on: ihasde03
looking up FILES
Name: ihasde03
Address: 172.31.71.37
Aliases: ihasde03.ptcl.net.pk
# cmquerycl -n ihasde01
Permission denied to 172.31.71.31
Warning: Unable to determine local domain name for ihasde03
Node ihasde01 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
ihasde01 through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node ihasde01 resolves the IP address correctly.
Failed to gather configuration information.
**************************************
One thing i have noted the /etc/resolv.conf file have doman entry
when i comment it,it will not give permission denied error but other errors related to service guard comunication comes.
i have checked all /etc/hosts file inface rcp file from running nodes but still problem same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010 05:05 AM
09-05-2010 05:05 AM
Re: Cmquerycl:Permission denied Error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010 10:18 AM
09-05-2010 10:18 AM
Re: Cmquerycl:Permission denied Error.
Please note, we did'nt do the vgimport of vglock till now.
does there any effect of this to the current "permission denied" errors. . . .
please comment . . .