- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmview - Error: Permission denied
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
12-10-2009 08:17 PM
12-10-2009 08:17 PM
cmview - Error: Permission denied
from node hpux03
# cmviewcl
CLUSTER STATUS
cluster1 up
NODE STATUS STATE
hhpux02 up running
hpux03 up running
#
and from node hhpux02
# cmviewcl
Error: Permission denied to 128.1.247.3
CLUSTER STATUS
cluster1 up
NODE STATUS STATE
hhpux02 up running
hpux03 up running
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 09:25 PM
12-10-2009 09:25 PM
Re: cmview - Error: Permission denied
Check for this file on noth nodes:
/etc/cmcluster/cmclnodelist
Check the contents and see if they are identical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 09:29 PM
12-10-2009 09:29 PM
Re: cmview - Error: Permission denied
The ownership should be:
-rw------- 1 root sys 283 Sep 19 01:40 .rhosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2009 05:23 AM
12-11-2009 05:23 AM
Re: cmview - Error: Permission denied
any node in that file exist
/etc/cmcluster/cmclnodelist
also to run cmruncl in node hpux03 working fine, but in node hhpux02
# cmruncl
cmruncl : Validating network configuration...
Not probing node hpux03 as it is currently unreachable.
cmruncl : Network validation complete
Error: Cannot reach node "hpux03".
# cmviewcl
Error: Permission denied to 128.1.247.3
sdfksd file permissions are the same on both servers.
-rw-rw-rw- 1 root sys 25 Dec 10 21:33 /.rhosts
# cat /.rhosts
hhpux02 root
hpux03 root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2009 07:36 PM
12-11-2009 07:36 PM
Re: cmview - Error: Permission denied
Need to check following files, probably compare with other node.
/etc/hosts
/etc/resolv.conf
/nsswitch.conf
/etc/cmcluster/cmclnodelist
/.rhosts
/etc/passwd #Ensure that the entry for the root user comes before any other entry with a UID of 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2009 07:39 PM
12-11-2009 07:39 PM
Re: cmview - Error: Permission denied
#tail -f /var/adm/syslog/syslog.log
And then on other session run:
#cmviewcl
Now see if any message is logged in its syslog.log related to cmclconf. This will provide a better hint on the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 04:46 AM
12-14-2009 04:46 AM
Re: cmview - Error: Permission denied
If you have a software contract, you have access to this document: emr_na-c01680756
Title: HPUX Serviceguard - Commands fail with "Unable to communicate with node ... Permission denied ..."
If this is a new cluster, create the /etc/cmcluster/cmclnodelist per the Managing Serviceguard manual at http://docs.hp.com/en/ha.html#Serviceguard
If you don't have a software support contract, adhere to the requirements called out in this document:
Securing Serviceguard, March 2009
http://docs.hp.com/en/5874/securingserviceguard0903.pdf
After modifying the servers' network files according to the document, and still seeing trouble, search the ITRC FORUM for additional causes.