- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmquery error "Permission denied to 127.0.0.1"
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
02-29-2008 08:38 AM
02-29-2008 08:38 AM
cmquery error "Permission denied to 127.0.0.1"
Permission denied to 127.0.0.1
Permission denied to 192.9.200.11
Warning: Unable to determine local domain name for COSMOPRD
Looking for other clusters ... Done
Node COSMOPRD is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
COSMOPRD 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 COSMOPRD resolves the IP address correctly.
Failed to gather configuration information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 08:54 AM
02-29-2008 08:54 AM
Re: cmquery error "Permission denied to 127.0.0.1"
to cmclnodelist file, and add the nodes and the nodes in hosts.equiv as well.
if the above steps wont help you, try checking the user manual for the proper patches installed as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 10:20 AM
02-29-2008 10:20 AM
Re: cmquery error "Permission denied to 127.0.0.1"
COSMOPRD root
COSMOAPP root
2. Add following entry in "/etc/hosts"
127.0.0.1 localhost loopback
3. # more /etc/inetd.conf | grep auth
auth stream tcp6 wait root /usr/lbin/identd identd
by default it will be bin instead of root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 02:56 AM
03-02-2008 02:56 AM
Re: cmquery error "Permission denied to 127.0.0.1"
usually those error indicate problem with resolving.
please check all nodes can resolve other nodes IP and name, it's good idea to put them in /etc/hosts.
Check also /etc/cmcluster/cmclnodelist.
But I'm pretty sure if you add all nodes with all of thier IP/names in /etc/hosts your problem will be fixed.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 06:46 PM
03-02-2008 06:46 PM
Re: cmquery error "Permission denied to 127.0.0.1"
post output :
# nslookup COSMOPRD
let see if the above command show the hostname can be resolve by the server DNS.
It may relate to settings in /etc/nsswitch.conf
Check whether search is in order. If you set up resolve the hostname via dns, the order should be:
hosts: dns files
If not, it should be the other way around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 08:22 PM
03-02-2008 08:22 PM
Re: cmquery error "Permission denied to 127.0.0.1"
In this version we need to do an entry of "+" sign in cmclnodelist file and not the name of nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 02:13 AM
03-03-2008 02:13 AM
Re: cmquery error "Permission denied to 127.0.0.1"
If it works using a + which allows access from any node, it is a wildcard, it indicates you did not include all the hostnames or host IP addresses into the cmclnodelist file or you have interface addresses on your systems which do not resolve to your hostname. Yes all of them need to resolve to the hostname (or if you have the latest patch you can have the hostname as an alias as in the older releases). This is documented.