- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service guard
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
03-19-2003 10:07 AM
03-19-2003 10:07 AM
get error with the cmclquery command persmission denied
Begin checking the nodes...
Error: Permission denied to 127.0.0.1
Looking for other clusters ... Done
Error: Unable to establish communication to node sapsolm1
Failed to gather configuration information.
How can i correct the error to the loopback address.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 10:22 AM
03-19-2003 10:22 AM
Re: Service guard
Several things to check...
1) Make sure you can resolve the short hostnames of all cluster members. Having all members in /etc/hosts as well DNS is recommended.
2) Check your /etc/hosts file for proper entries - like
127.0.0.1 localhost loopback
111.222.111.222 hostname1 hostname.company.com
111.222.111.223 hostname2.company.com
etc......
3) MC/SG also needs either a .rhosts or cmclnodelist file of the form
hostname1 root
hostname2 root
etc...
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 10:57 AM
03-19-2003 10:57 AM
Re: Service guard
As indicated by Jeff, you will need to have either .rhosts or cmclnodelist that includes the localhost.
#cd ~/root
#cat .rhosts
host1 root
host2 root
or
#cd /etc/cmcluster
#cat cmclnodelist
host1 root
host2 root
For security reasons, maintaining cmclnodelist is preferred.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 03:43 AM
03-20-2003 03:43 AM
Re: Service guard
Thank you for the suggestions. I have the necceary enteries on /etc/hosts file and ./rhosts . I can perform rlogin without passowrd from nodeA and nodeB.
I don't have the cmclnodelist file but created one as suggested. But the error still occurs .I think there must some other simply reason. Knowing well I am new to this I open to your suggestion.
Many thanks
- on the path to learning about service guard.
Samuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 05:24 AM
03-20-2003 05:24 AM
Re: Service guard
In your .rhosts file do you have ALL the hosts/nodes involved listed. Now that means on NodeA you must also have NodeA listed in your .rhosts file..same for others.
You must have ALL nodes listed in every .rhost file.
You need to only do the .rhosts -OR- the cmclnodelist...NOT BOTH.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 05:44 AM
03-20-2003 05:44 AM
Re: Service guard
set_parms initial
...and verify and remake your LAN configuration files.
This problem appears to be confined to LAN 0 and not your 2ndary LANS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 10:30 AM
03-20-2003 10:30 AM
Re: Service guard
As I indicated before, you would need either .rhosts or cmclnodelist and the later takes precedence if both exist.
Since you are still getting the permission denied error, you may want to look at your syslog.log to see if there are any more errors.
One another place I would check is /var/adm/inetd.sec. Make sure you are not disallowing hacl-cfg. Look in /etc/inetd.conf for these entries as well.
If you enable connection logging of inetd using "inetd -l" option, you will get more details.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 02:04 PM
03-20-2003 02:04 PM
Re: Service guard
Check inetd.conf on each node for:
hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd cmomd -f /var/opt/
cmom/cmomd.log
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
When I installed the A11.13 MC Service Guard on one of my nodes, the "configure" scripts didn't appear to have run from the depot install.