- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA failovers
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
06-23-2004 04:58 AM
06-23-2004 04:58 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 05:04 AM
06-23-2004 05:04 AM
Re: APA failovers
EMS might be configured to email on issues as well.
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
06-23-2004 05:11 AM
06-23-2004 05:11 AM
Re: APA failovers
if you have a monitoring solution watching over either of syslog.log or dmesg output periodically, it will catch it. If you don't you can write a small script and run it every few minutes to see if such a thing happened and if it did you can try to warn some people via email or something like that.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 02:40 AM
06-24-2004 02:40 AM
Re: APA failovers
We did find something which can tell if we have a failover. If you have two ports in an apa group and they are both working, they do not show up in a lanscan, but it does not show up in syslog/dmesg.
Should a message be logged if one port is unplugged ?
Could this be an issue with the level of logging that is defined in /etc/syslog.conf
..Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 05:05 AM
06-24-2004 05:05 AM
SolutionIf a failover happens and there are still up ports, it is logged in nettl as a warning message,which is turned off by default.
To turn it on, run "nettl -log w -e hp_apa"
To view the logs, run "netfmt nettl.LOG000". (Note: the exact log filename may vary).
NetTL also has other nice features for filtering. Please check out the man page.
Below is the sample messages when I unplug port 4:
**********************Auto-Port Aggregation/9000 Networking*****************@#%
Timestamp : Thu Jun 24 MDT 2004 10:12:06.421375
Process ID : [ICS] Subsystem : HP_APA
User ID ( UID ) : -1 Log Class : WARNING
Device ID : 4 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<3002> HP Auto-Port Aggregation product detected port 4 went down in
link aggregation 902.
**************************100 Mb/s LAN/9000 Networking**********************@#%
Timestamp : Thu Jun 24 MDT 2004 10:12:06.421432
Process ID : [ICS] Subsystem : BTLAN
User ID ( UID ) : -1 Log Class : ERROR
Device ID : 4 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<7002> 10/100BASE-T driver detected bad cable connection between
the adapter in slot(Crd In#) 4 and the hub or switch.
**********************Auto-Port Aggregation/9000 Networking*****************@#%
Timestamp : Thu Jun 24 MDT 2004 10:12:09.647289
Process ID : [ICS] Subsystem : HP_APA
User ID ( UID ) : -1 Log Class : DISASTER
Device ID : 902 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<1006> HP Auto-Port Aggregation product found that ports in failover
group lan902 are no longer connected to each other. Port 5 did
not receive any poll packets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 05:19 AM
06-24-2004 05:19 AM
Re: APA failovers
**********************Auto-Port Aggregation/9000 Networking*****************@#%
Timestamp : Thu Jun 24 MDT 2004 10:12:06.421375
Process ID : [ICS] Subsystem : HP_APA
User ID ( UID ) : -1 Log Class : WARNING
Device ID : 4 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<3002> HP Auto-Port Aggregation product detected port 4 went down in
link aggregation 902.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 06:47 AM
06-24-2004 06:47 AM
Re: APA failovers
Just what I was looking for.