- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OnlineDiag error message
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
09-23-2002 09:06 AM
09-23-2002 09:06 AM
I have on my entire machines this software bundle
OnlineDiag B.11.00.18.09 HPUX 11.0 Support Tools Bundle, Sep 2001
When I try to go into it in SAM, I get error message:
??Client connect fail, an error occurred while trying to connect to remote system, invalid argument??
Where can I find the right patch to fix it
Thanks ,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 09:17 AM
09-23-2002 09:17 AM
Solution1) /etc/services
Does it has the entry ..
registrar 1712/tcp
registrar 1712/udp
2) Try to restart EMS ..
# cd /etc/opt/resmon/lbin
# ./monconfig
==> Choose "K" to kill it and then "E" to enable it.
Now try the SAM part again ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 01:38 PM
09-23-2002 01:38 PM
Re: OnlineDiag error message
1.) Check /etc/inetd.conf file and verify the following line is there
and it is uncommented:
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/
lbin/registrar
2.) Check /etc/services file and verify that port 1712 is setup for
registrar.
registrar 1712/tcp
registrar 1712/udp
3.) Run inetd -c
4.) Run netstat -a |grep registrar and this should come back with:
tcp 0 0 *.registrar *.* LISTEN
5.) If it is still failing, stop and start inetd.
NOTE: sometimes inetd -c isn't enough
/sbin/init.d/inetd stop
/sbin/init.d/inetd start
Tracy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 05:32 AM
09-24-2002 05:32 AM
Re: OnlineDiag error message
I didn???t have the configuration you referred to but even when I add them nothing happened.
The problem is somewhere else I guess .
It use to work in the past and suddenly it stopped and it give the same error message on all my servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 06:45 AM
09-24-2002 06:45 AM
Re: OnlineDiag error message
typing, cstm or mstm? If either of these go into stm without displaying any errors then your problem may be with sam and not stm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 06:10 AM
09-26-2002 06:10 AM
Re: OnlineDiag error message
I am able to lunch stm.
when I try to disable onlinediag by using. /monconfig
I cannot its hang as enable all the time although I kill it .
Thanks,
Amir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 08:29 AM
09-26-2002 08:29 AM
Re: OnlineDiag error message
/etc/services & /etc/inetd.conf
Thank you all for the help my problem was solved
A.K.