- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: EMS: Client connect failed
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
07-17-2003 09:50 AM
07-17-2003 09:50 AM
I tried monconfig and got the same message when I tried to "Check detailed monitoring status."
It worked the last time I tried it a month or so ago. Any ideas what's wrong and how to fix it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 09:52 AM
07-17-2003 09:52 AM
Re: EMS: Client connect failed
/sbin/init.d/ems stop
/sbin/init.d/ems start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 10:03 AM
07-17-2003 10:03 AM
Re: EMS: Client connect failed
I would also check the log files in /etc/opt/resmon/log for clues - specifically the client.log file
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 10:13 AM
07-17-2003 10:13 AM
Solutionregistrar 1712/tcp # resource monitoring service
registrar 1712/udp # resource monitoring service
And this in /etc/inetd.conf
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/
lbin/registrar
And make sure there are NO registrar entries in /var/adm/inetd.sec that could be preventing connections.
You may also want to see if there is already a registrar process bound - run
netstat -an | grep 1712
If EMS is not running BUT you do have something bound to port 1712, that may be preventing the client connection.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 10:35 AM
07-17-2003 10:35 AM
Re: EMS: Client connect failed
----------|------------------------------------------------------------
Cause A: | The /etc/inetd.conf file is not complete.
Answer A: | Ensure that /etc/inetd.conf contains the following
| information:
|
| registrar stream tcp nowait root | /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar
|
----------|------------------------------------------------------------
Cause B: | The inetd process is not running.
Answer B: | Re-start inetd.
|
----------|------------------------------------------------------------
Cause C: | A /var/adm/inetd.sec setting clogged your port.
Answer C: | Verify that /var/adm/inetd.sec allows access to port 1712.
|
----------|------------------------------------------------------------
If none of the above causes and solutions apply to your situation:
1. Re-execute the netstat command:
netstat -an | grep 1712
2. Ensure that your system contains the /var/adm/inetd.sec and
/etc/inetd.conf files.
3. Enable inetd logging:
inetd -k; inetd -l
Regards,
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 03:45 AM
07-18-2003 03:45 AM
Re: EMS: Client connect failed
Uncommenting it and running inetd -c fixed things.
/sbin/init.d/ems stop produces the message "This script doesn't stop EMS." I think you have to use monconfig to stop it.
Now I nave to figure out who or what modified the inetd.conf file.
Coleman