- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what does this mean?
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
12-24-2002 06:36 AM
12-24-2002 06:36 AM
what does this mean?
I got these messages out of my syslog this morning. What do these mean and if any action need to be taken.
%AMDP2_FE-5-LATECOLL: Ethernet1/5 transmit error
%AMDP2_FE-5-LATECOLL: Ethernet1/5 transmit error
Any help is greatly appreciated and points will be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 06:41 AM
12-24-2002 06:41 AM
Re: what does this mean?
Are the times consistent? Do they vary? Do they increase in ms over the course of time?
NIC problems come to mind.
Run a dmesg and see if you get any errors.
Try these links for help.
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xe9920627c8ddd61190050090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2fd494f22a31d6118fff0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcc32bd08c7ddd61190050090279cd0f9,00.html
This an itrc search for your error message, there are a lot of hits.
http://us-support3.external.hp.com/emse/bin/doc.pl/sid=305ccfc106cb1bdb41?todo=search&searchtext=%25AMDP2_FE-5-LATECOLL%3A+Ethernet1%2F5+transmit+error+&searchcriteria=allwords&searchtype=SEARCH_TECH_DOCS&searchtype=SEARCH_FORUMS&searchtype=SEARCH_BSD&searchcategory=ALL&rn=25&presort=rank&x=37&y=10
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
12-24-2002 06:43 AM
12-24-2002 06:43 AM
Re: what does this mean?
What is your speed and duplex setting on your LAN port and at the port on the other end [switch/router]?
What is the output of your 'netstat -i' command?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 06:59 AM
12-24-2002 06:59 AM
Re: what does this mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 07:25 AM
12-24-2002 07:25 AM
Re: what does this mean?
You've got a NIC problem, port problem or a speed/duplex mismatch.
My guess would be the mismatch.
Run
lanadmin -x PPA#
to get that NIC's settings & compare to the switch port & if different match them - preferrably to dull duplex NO autonegotiation.
Happy Holidays,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 06:27 AM
12-26-2002 06:27 AM
Re: what does this mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 06:33 AM
12-26-2002 06:33 AM
Re: what does this mean?
your NIC's speed and dulpex mode must match with the network switch speed and duplex mode. If not ask you n/w guys to set that port to same as that of NIC's speed and duplex mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 06:55 AM
12-26-2002 06:55 AM
Re: what does this mean?
netstat -rn
To check the current settings:
lanadmin -x 0 # or your PPA number
To make a change:
lanadmin -X 100fd 0 # or your PPA number
Note the lower case and upper case x/X option.