- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with sending lan interface down inform...
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-15-2007 12:50 AM
11-15-2007 12:50 AM
I found that sending information about lan port failure beeing a member of APA (just logging apa) is available in newer APA release than I have. Is there any idea to monitor interface status to syslog.
Id like just information that interface assigned to APA is down or cames up.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 01:08 AM
11-15-2007 01:08 AM
Re: Problem with sending lan interface down information to syslog
tail -f /var/adm/syslog/syslog.log
Unplug the NIC cable on one of the two interfaces.
Take a look at the output.
You can then write a simple grep script that monitors the log for you.
You can also probably monitor this status and receive notification with EMS, configurable with SAM.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 01:11 AM
11-15-2007 01:11 AM
Re: Problem with sending lan interface down information to syslog
Good point. Im not 100% sure but I thought there is no information send to syslog
when lan cable is simple disconnected
Am I wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 04:35 AM
11-15-2007 04:35 AM
SolutionAPA interface status information can be checked from nettl.log
/var/adm/nettl.LOG000
Example:
========
<1006> HP Auto-Port Aggregation product found that ports in failover
group lan901 are no longer connected to each other. Port 7 did
not receive any poll packets.
**********************Auto-Port Aggregation/9000 Networking*****************@#%
Timestamp : Wed Oct 24 BST 2007 14:01:53.415266
Process ID : [ICS] Subsystem : HP_APA
User ID ( UID ) : -1 Log Class : DISASTER
Device ID : 901 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<1006> HP Auto-Port Aggregation product found that ports in failover
group lan901 are no longer connected to each other. Port 8 did
not receive any poll packets.
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 07:01 PM
11-15-2007 07:01 PM