- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Core LAN adaptor failed??
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
03-11-2001 10:52 PM
03-11-2001 10:52 PM
Core LAN adaptor failed??
Please help with following concern.
I got A-class server (A400) with 3 UTP connectors: one for 10BASE-T lan console, one for 10/100BASE-T lan and one for web console. All was working fine. Then server had some transportation. Afterward first time I turn it on I receive this dmesg:
[..skipped..]
btlan3: NOTE: MII Link Status Not OK - Switch Connection to AUI at 0/0/0/0....
btlan3: timeout: DMA timeout occurred at 0/0/0/0
btlan3: reset state is 550 at 0/0/0/0....
btlan3: WARNING: AUI Loopback Failed at 0/0/0/0....
btlan3: NOTE: MII Link Status Not OK - Switch Connection to AUI at 0/0/0/0....
btlan3: timeout: DMA timeout occurred at 0/0/0/0
btlan3: reset state is 550 at 0/0/0/0....
btlan3: WARNING: AUI Loopback Failed at 0/0/0/0....
[..skipped..]
.. and lan at 0/0/0/0 is not working. No "link" LED, no nothing. Although ioscan shows this hardware path to be OK. Lan console and web-console are working fine.
What is it??
Thanks a lot
Eugene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2001 11:13 PM
03-11-2001 11:13 PM
Re: Core LAN adaptor failed??
I don't think this is a hardware problem, because you say that the cards is claimed and known by the kernel.
Possible solutions you can try,
1. Use another network cable, maybe the one you use is defect.
2. If you are connected to a switch, check is all the port values are fixed, like speed and duplexmode. So turn all auto-negotiation off on the port that the A-class is connected to.
Marcel Eken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 12:56 AM
03-12-2001 12:56 AM
Re: Core LAN adaptor failed??
LAN cable is good, I have checked it first as usual. In fact the same LAN cable is working fine with lan console and web console. Switch (I have HP ProCurve 2512) does not seem to be a problem too. LAN port is not working even after connecting server directly to hub (without switch). I know for sure that this configuration was OK before.
Anyway, thanks for your time!
Eugene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 01:58 AM
03-12-2001 01:58 AM
Re: Core LAN adaptor failed??
show the same on a K AUI->10BT transc.
But normally this is rare if you see it on the
ioscan and
lanscan ???
There should be no problem.
Make sure the ioscan instance number for
the lan adaptor is shown in the lanscan output
and that lanscan shows the interface up.
You can change the IP address with
ifconfig
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 02:34 AM
03-12-2001 02:34 AM
Re: Core LAN adaptor failed??
Yes, I can see it on ioscan:
# ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/0/0/0 btlan3 CLAIMED INTERFACE PCI Ethernet (10110019)
/dev/ether0
... and lanscan:
# lanscan -v
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E06F51B 0 UP lan0 snap0 1 ETHER Yes 119
Extended Station LLC Encapsulation
Address Methods
0x00306E06F51B IEEE HPEXTIEEE SNAP ETHER NOVELL
Driver Specific Information
btlan3
-------------------------------------------------------------------------------
Any idea?...
Thanks,
Eugene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 03:02 AM
03-12-2001 03:02 AM
Re: Core LAN adaptor failed??
# ifconfig lan0
report
Are all the IP?depinitions valid.
How are you assigning your IP..
bootp, dhcp or static.
Has you IP changed since the move?
Use
# set_params ip_address
if so and watch out for /etc/hosts
# lanadmin
can also help configuring/troubleshooting the
card itself.
Do you have OnlineDiagnostics installed?
This is the sure fire way to find out if
you got a hardware problem.
You can download it for free from:
http://www.software.hp.com/SUPPORT_PLUS/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 04:57 AM
03-12-2001 04:57 AM
Re: Core LAN adaptor failed??
Problem is solved. It was bad port connector + NIC misconfiguring (a mess with ethernet and 802.3....).
Thank you Marcel and Bill!
Take care,
Eugene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:42 AM
03-12-2001 06:42 AM
Re: Core LAN adaptor failed??
that was quick enough too!
Have fun,
Bill