- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG Node failure
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
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
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
тАО01-02-2002 08:42 AM
тАО01-02-2002 08:42 AM
SG Node failure
HPUX: 10.20
SG: 10.10
Thanks in advance for your help. I am having a problem getting a Service Guard node active. When I run a cmclquery ???v ???n from the node (or any other node) I get ???Protocol failure talking with cmclconfd on omtest01: no such file or directory. Error: unable to establish communication to node ???
I have checked all the network configs, rhosts and etc/services and everything looks good and appears to be functioning correctly. In SAM the heartbeat shows ???unknown??? for both interfaces of that node and node???s state ???unreachable???. Syslog shows ???cmclconfd: unable to lookup any node information in CDB: No such file or directory???
Any ideas?
Thanks
Gross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 08:46 AM
тАО01-02-2002 08:46 AM
Re: SG Node failure
This problem has been known to occur when a cluster node is missing /var/adm/cmcluster/.cm_start_time.
Recreating this file on the node that no longer has a copy.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 08:49 AM
тАО01-02-2002 08:49 AM
Re: SG Node failure
Try shutting down ServiceGuard and verify that all processes ('ps -ef|grep -i cm') are gone. Then restart and try again.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 08:50 AM
тАО01-02-2002 08:50 AM
Re: SG Node failure
Thanks for your response, but I forgot to mention that I also tried that without success.
Any other ideas.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 08:58 AM
тАО01-02-2002 08:58 AM
Re: SG Node failure
Thanks too ... I tried killing all ps with -9. When restarting the daemon, it looks like it tries to form the cluster but then fails. The syslog shows retries every two minutes.
Let me know if you have any other suggestions.
THANKS!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 09:10 AM
тАО01-02-2002 09:10 AM
Re: SG Node failure
I can think of few cases.
1. .rhosts or cmclnodelist is missing on the node. It happened on my systems when my security dept removed .rhosts entries without letting me know.
2. inetd.conf info is incorrect. Like hacl-cfg is missing.
3. nslookup problems. Make sure the hosts are nslookable. /etc/hosts should not start with the fully qualified domain name but with the short name and optionally followed by the fully qualified domain name.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 09:19 AM
тАО01-02-2002 09:19 AM
Re: SG Node failure
There is a (usually) ten-minute AUTO_START_TIMEOUT before cluster formation will occur. Have you let this expire before manually initiating the cluster?
Also: What changed before your 'cmclquery' failure?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2002 09:19 AM
тАО01-02-2002 09:19 AM
Re: SG Node failure
Check if you can resolve the hosts by nslookup.
Also check the entries are present in .rhosts or cmnodelist file.
If possible, remove the old cluster configuration binary file cmclconfig from all
hosts, revalidate the cluster ASCII configuraton file and re-apply it by cmcheckconf and cmapplyconf
-USA..