- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmquerycl error "Not owner"
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-23-2006 03:48 AM
10-23-2006 03:48 AM
# cmquerycl -v -n rhuxutla -n rhuxutlb
Begin checking the nodes...
Gathering configuration information ..
Gathering storage information ..
.....
Gathering Network Configuration . Done
Error: Unable to connect to node rhuxutla: Not owner
Error: Unable to connect to node rhuxutlb: Not owner
Failed to gather configuration information.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 04:01 AM
10-23-2006 04:01 AM
Re: cmquerycl error "Not owner"
Usually .rhosts remote shell access is not configured correctly in this case.
SG requires password free access between nodes to get through the step listed above.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 04:42 AM
10-23-2006 04:42 AM
Re: cmquerycl error "Not owner"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 05:11 AM
10-23-2006 05:11 AM
SolutionThe cause of the problem could be the 'identd' line in /etc/inetd.conf does
not exist, or is not enabled.
It should look like this:
11.00, 11.11:
ident stream tcp wait bin /usr/lbin/identd identd
11.23:
auth stream tcp6 wait bin /usr/lbin/identd identd
After enabling the line, perform 'inetd -c' to cause inetd to re-read
the file.
Try this and let me know..
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 05:21 AM
10-23-2006 05:21 AM