- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to tell if NIC is running at 10 Base T or 100 ...
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
02-09-2006 03:11 AM
02-09-2006 03:11 AM
We have experienced some network degredation and suspect our old HP server is possible the culprit.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:14 AM
02-09-2006 03:14 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:14 AM
02-09-2006 03:14 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
man lanadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:20 AM
02-09-2006 03:20 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
With the old 100MB Base T cards, using auto-negotiation was virtually guaranteed to lead to problems at some time.
Configure your card to 100MB full duplex and set your network switch to the same.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:27 AM
02-09-2006 03:27 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
run
# lanscan
to find all your LAN cards. In the output you'll find a column "CrdIn#". Use this value with lanadmin, e.g.
# lanadmin -x 0
and you will get this:
Current Speed = 100 Full-Duplex Auto-Negotiation-ON
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:32 AM
02-09-2006 03:32 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
Run the lanadmin command with the values obtained.
Example: '# lanadmin lan1'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 05:43 AM
02-09-2006 05:43 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:41 PM
02-09-2006 01:41 PM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
1, Determine LAN ID by
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E2C808B 0 UP lan0 snap0 1 ETHER Yes 119
0/2/0/0 0x00306E370901 1 UP lan1 snap1 2 ETHER Yes 119
2, Then
# lanadmin lan1
LOCAL AREA NETWORK ONLINE ADMINISTRATION, Version 1.0
Sat, Feb 18,2006 16:35:16
Copyright 1994 Hewlett Packard Company.
All rights are reserved.
Test Selection mode.
lan = LAN Interface Administration
menu = Display this menu
quit = Terminate the Administration
terse = Do not display command menu
verbose = Display command menu
Enter command: lan
LAN Interface test mode. LAN Interface PPA Number = 0
clear = Clear statistics registers
display = Display LAN Interface status and statistics registers
end = End LAN Interface Administration, return to Test Selection
menu = Display this menu
ppa = PPA Number of the LAN Interface
quit = Terminate the Administration, return to shell
reset = Reset LAN Interface to execute its selftest
specific = Go to Driver specific menu
Enter command: display
LAN INTERFACE STATUS DISPLAY
Sat, Feb 18,2006 16:36:00
PPA Number = 0
Description = lan0 HP PCI 10/100Base-TX Core [10BASE-T,HD,AU
TO,TT=1500]
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 10000000
Station Address = 0x306e2c808b
Administration Status (value) = up(1)
Operation Status (value) = up(1)
Last Change = 2113327
Inbound Octets = 9018258
Inbound Unicast Packets = 8045
Inbound Non-Unicast Packets = 118442
Inbound Discards = 0
Inbound Errors = 0
Inbound Unknown Protocols = 43
Outbound Octets = 1882867
Outbound Unicast Packets = 8282
Outbound Non-Unicast Packets = 88
Outbound Discards = 0
Outbound Errors = 0
Outbound Queue Length = 0
Specific = 655367
Press
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 07:33 AM
02-10-2006 07:33 AM
Re: How to tell if NIC is running at 10 Base T or 100 Base T
lanadmin -s NM ID
root@myserver>/dp # lanscan
root@myserver>/dp # lanadmin -s 1
Speed = 100000000
root@myserver>/dp # lanadmin -s 2
Speed = 10000000