- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network failure message in glance
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
08-18-2004 05:35 AM
08-18-2004 05:35 AM
we have a little problem with our switch that keeps disconnecting my server (with HP-UX 11i). The switch will be replaced but i want to keep track of the network failures.
Is there a log where that info is stored? I do not want to look at galnce all day for that.
regards
Patrice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 05:41 AM
08-18-2004 05:41 AM
Re: network failure message in glance
while true
do
date >> /tmp/ping.log
ping "switch" -n1 >> /tmp/ping.log
sleep 3
done
Run the script in background. This will ping the switch every 3 sec and put details in a log file.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 05:47 AM
08-18-2004 05:47 AM
Re: network failure message in glance
thanks, but the problem is that i'm able to ping when the error happends.
Patrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 05:52 AM
08-18-2004 05:52 AM
Re: network failure message in glance
Most switches actually have logging facilities built into them. I have several HP ProCurve switches and I can use a web browser interface or telnet interface to connect directly to the switch and look at the log files on the switch itself. I can look at individual port statistics, warnings, hard errors, etc.
You should check with your switch manufacturer, or the manual for your switch, to see if telnet/web access is available for your switch model and then see if any logging facilities are available.
Even if web/telnet isn't available, most switches have RS-232 connections on them which allow you to connect directly with a serial cable. You could then use that connection to check the switch logs and statistics.
Hope this helps,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 05:54 AM
08-18-2004 05:54 AM
Re: network failure message in glance
What makes you think that there is a problem with switch???
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 07:07 AM
08-18-2004 07:07 AM
Re: network failure message in glance
Dave, thanks for the info, we'll look into it.
Anil, the message is fast and i'm able to see part of it (that's why i'm trying to find a log about it). But it's something like: "Alert, network failure as occured ...". sys admi thinks it's the switch because other users keeps losing the connection and they are are the same switch plus he checked it (few ports looks like dead on it).
what we're going to do is install another hub and transfer defect connection to it and see if we can locate the problem.
Everything was running fine until yesterday and nothing changed on the servers or on the network.
regards
Patrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 02:00 AM