- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't configure node: hacl-cfg service not working...
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
11-02-2004 12:18 AM
11-02-2004 12:18 AM
I've been trying to configure a node into a cluster but keeps getting:
# cmquerycl -v -C cluster1.config -n pompel -n marvin -q pilt
Begin checking the nodes...
Looking for other clusters ... Done
Error: Unable to establish communication to node pompel
Failed to gather configuration information.
---
I have checked that all SG files / configurations are in place:
-/etc/cmcluster/cmclnodelist
-/etc/inetd.conf and services
-/etc/nsswitch.conf , hosts
Now I'm testing the hacl-cfg connection and its not working:
# telnet localhost hacl-cfg
Trying...
telnet: Unable to connect to remote host: Connection refused
On my working nodes this connects and hangs (expected behavior)
What is wrong with my inetd configuration?
# grep hacl /etc/inetd.conf
hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/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
# grep hacl /etc/services
hacl-hb 5300/tcp # High Availability (HA) Cluster heartbeat
hacl-gs 5301/tcp # HA Cluster General Services
hacl-cfg 5302/tcp # HA Cluster TCP configuration
hacl-cfg 5302/udp # HA Cluster UDP configuration
hacl-probe 5303/tcp # HA Cluster TCP probe
hacl-probe 5303/udp # HA Cluster UDP probe
hacl-local 5304/tcp # HA Cluster Commands
hacl-test 5305/tcp # HA Cluster Test
hacl-dlm 5408/tcp # HA Cluster distributed lock manager
rgds
Andreas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 12:34 AM
11-02-2004 12:34 AM
Re: Can't configure node: hacl-cfg service not working?
on the faulty node gives no result !
On my working nodes:
tcp 0 0 *.hacl-probe *.* LISTEN
tcp 0 0 *.hacl-cfg *.* LISTEN
Have checked inetd.conf and restarted inetd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 12:49 AM
11-02-2004 12:49 AM
Re: Can't configure node: hacl-cfg service not working?
see the following link
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=209467
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 12:55 AM
11-02-2004 12:55 AM
Solutionif you are using NIS client see the following link.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57853
specially authors remark at the end.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 01:09 AM
11-02-2004 01:09 AM
Re: Can't configure node: hacl-cfg service not working?
Having been thru the inetd.conf and nsswitch setup several times, and each time restarting inetd with inetd -c without result I finaly killed the inetd and restarted it from /sbin/init.d/inetd and then the hacl-cfg LISTEN processes showed up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 01:11 AM
11-02-2004 01:11 AM