- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A3495 in K-Class won't come up in 100HD/FD mode
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
01-23-2002 09:54 AM
01-23-2002 09:54 AM
A3495 in K-Class won't come up in 100HD/FD mode
I recently added an A3495 to a K-class HP-UX 11.0 box. As far as I know the correct driver, latest patches, and config settings are in place.
The board self-tests fine, and works fine in either 10HD or 10FD mode. When I try to switch it to 100mbit mode using: "lanadmin -X 100FD 1" the command returns normally; however, the link is dropped. The FDX and 100MB LED's on the port on my (non-HP) switch flash, and the LINK LED is off.
Same result if I try to use auto-sense (which appears to try to switch into 100FD anyway).
When I do lanadmin -X 10FD 1 it reinitializes fine and the link comes back up.
Is there some known issue/patch preventing this adapter from working in 100FD mode?
No errors spotted in rc.log or syslog.log. Cable is new 2m Cat-5 (switch is in same rack as server) so it is not a length issue.
Any tips? Thanks...
- Tags:
- NIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:01 AM
01-23-2002 10:01 AM
Re: A3495 in K-Class won't come up in 100HD/FD mode
The consensus in the Forums is to NOT use auto negotiation for anything. Hard set the speed on both the switch and the NIC and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:07 AM
01-23-2002 10:07 AM
Re: A3495 in K-Class won't come up in 100HD/FD mode
1. Install all the latest patches related to 100BT.
2. Set the switch port to AUTO-ON.
3. On the server do
lanadmin -X 100FD nmid (or ppa if it is 11.0)
4. Make sure the interface is up and you can ping.
5. Set the switch port to 100FD (AUTO-OFF)
6. Verify the connectivity again.
Edit /etc/rc.configd./hpbasetconf and make changes.
Points only if the above works for you.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:14 AM
01-23-2002 10:14 AM
Re: A3495 in K-Class won't come up in 100HD/FD mode
It's a "low-end" switch that I don't know much about; hopefully it has a way to defeat the auto-sense.
I may also try a different switch or hub to help isolate the problem.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 12:49 AM
01-24-2002 12:49 AM
Re: A3495 in K-Class won't come up in 100HD/FD mode
Just an extra thing to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 04:41 AM
02-08-2002 04:41 AM
Re: A3495 in K-Class won't come up in 100HD/FD mode
On the server, edit the /etc/rc.config.d/hpbase100conf and change the following to:
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=100FD
If the card is an addon as you say, the hpbase100conf may be hppci100conf or hpsppci100conf or whatever. Make the same changes there. Do a lanscan to determine what lan card your looking at and the NMID or ppa.
# 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 0x001083F5A5C9 0 UP lan0 snap0 1 ETHER Yes 119
0/4/0/0 0x0060B0B3B5E9 1 UP lan1 snap1 2 ETHER Yes 119
Have the switch locked down to 100FD autonegotiate off as well. Reboot your server and things will settle down to 100FD. Do this on ALL our workstations as well that rely on 100FD. If you don't you will experience EXTREME performance issues, loss of data unhappy customers, etc. etc. etc...
Good luck!
Jerry