- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to initialize HOSTNAME_ADDRESS_FAMILY.
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
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
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
08-07-2013 05:25 AM - last edited on 08-07-2013 08:03 PM by Liuqing
08-07-2013 05:25 AM - last edited on 08-07-2013 08:03 PM by Liuqing
Unable to initialize HOSTNAME_ADDRESS_FAMILY.
root #/var/adm/cmcluster >cmcheckconf -v -C /etc/cmcluster/cmclconfig.ascii
Unable to receive reply from local cmclconfd. Connection timed out
Unable to initialize HOSTNAME_ADDRESS_FAMILY.
11.19 SG , hpux 11i v2
Removed all the pid, lck, and socket files belonging to the SG daemons and cmrunnode except cmsnmpd and cmcd files under /var/adm/cmcluster.
-HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2013 06:10 AM
08-08-2013 06:10 AM
Re: Unable to initialize HOSTNAME_ADDRESS_FAMILY.
One fix is in these patches:
PHSS_42459 - s700_800 11.23 Serviceguard A.11.19.00
PHSS_42460 - 11.31 Serviceguard A.11.19.00
Also insure /etc/cmcluster.conf has only the default content in it.
The message may also occur when Serviceguard-related network services (hacl or identd/auth) are stuck in CLOSE_WAIT state.
$ netstat -a | grep CLOSE_WAIT
If the node is NOTrunning Serviceguard, stop the cmsnmpd daemon:
$ /sbin/init.d/cmsnmpagt stop
or just kill the PID (which is what the script does)
Also kill any cmclconfd processes, then restart inetd:
$ inetd -k ; inetd [-l]
Then restart cmsnmpd using:
$ /sbin/init.d/cmsnmpagt start
And test cmcheckconf.