- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: connection problem
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-10-2005 06:15 PM
11-10-2005 06:15 PM
connection problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:20 PM
11-10-2005 06:20 PM
Re: connection problem
Have a look at the console output and syslog.log of your servers and search for network related messages like "network disconnected due to ...".
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:34 PM
11-10-2005 06:34 PM
Re: connection problem
To start with you can look at nettl.LOGxx files in /var/adm
netfmt -f /var/adm/nettl.LOGxx
Also syslog.log, dmesg
glance metrics about network would also be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:49 PM
11-10-2005 06:49 PM
Re: connection problem
Is there any hp-ux, linux,solaris machine which is unaffected with this network trouble? if so, put cron job for pinging all theses 20 machines in every minute. Redirect the output to some file. Do this for one day and observe the results..
Check the syslog for any kind of network related errors.
Network information regarding ports, ip's and cables should always be documeted and maintained properly, else it will be the biggest nightmare for any administrator.
Regardsd
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 06:52 PM
11-10-2005 06:52 PM
Re: connection problem
I will check the reason of disconnect , but is there a way such as ping from one of these servers to each servers , if found any server is diconnected , then inform me by mail , is it possible ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 02:35 AM
11-14-2005 02:35 AM
Re: connection problem
Here's a script that will check a list of servers and 1) see if they are up, and 2) see if any filesystem is over 90% full. You can modify it for your particular situation.
I have to agree with the previous answers, though; you need to find out why your network is so flaky. Systems shouldn't just disconnect for no reason.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 02:37 AM
11-14-2005 02:37 AM
Re: connection problem
You may also want to change the remsh commands to ssh, for security reasons.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 08:33 PM
11-14-2005 08:33 PM
Re: connection problem
Awadhesh