- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC card setting on reboot
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-12-2003 06:37 PM
02-12-2003 06:37 PM
Have a system in which the NIC card is using btlan3 and I have the hpbase100conf configured with interface, MAC address, and 100FD for the speed. When the system boots is comes up at 100HD?
I have no other files in the rc.config.d directory except what is there to begin with. No .sav, .bak, .orig, etc...,m just the original files.
The system is a L2000 running HPUX 11.00. Have other systems with the same card and driver and they boot to 100FD just fine - but not this one.
I have had a couple set of eyes look at this to ensure that the info is correct. What else is happening?
Many thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:09 PM
02-12-2003 07:09 PM
Re: NIC card setting on reboot
I found out who did it then confronted him. I'll never forget his words - "Oh yeah, it did that to test something. Why? did it cause any problems". I think the death penalty IS a deterrent, because that's the only reason I didn't kill him.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:15 PM
02-12-2003 07:15 PM
Re: NIC card setting on reboot
Do your network people have the switch port locked down to 100FD AND have Auto Negotiation OFF?
If it's negotiating it may be forcing half-duplex.
Negotiations are notoriously unreliable - make sure it's OFF on the switch.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:17 PM
02-12-2003 07:17 PM
SolutionI'm sure your eyes are fine ;^)
Here's my conf file. Only thing I can think of at this stage is either patch differences or you utilising an incorrect station address..... As you can see I don't use one. Another dumb question, what is the lan port set as ?
Cheers
Michael
HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=100FD
###########################################################################
# The HP_BASE100_INIT_ARGS are reserved by HP. They are NOT user changable.
HP_BASE100_INIT_ARGS="HP_BASE100_STATION_ADDRESS HP_BASE100_SPEED"
# End of hpbase100conf configuration file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 09:07 AM
02-13-2003 09:07 AM
Re: NIC card setting on reboot
I have removed the HP_BASET_SPEED[0]
Now what I have is just
HP_BASE100_SPEED[0]=100FD
On the surface this would appear to work - it would seem that logically the syntax is correct.
But hell - I am not Mr Spock.
I am taking the route based on another system we have (same setup and boots to 100FD fine) and based on what I have seen in the posts above.
Next time the system boots I will check out.
Many thanks to all!