- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIC SPEED
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-27-2003 12:48 PM
03-27-2003 12:48 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 12:54 PM
03-27-2003 12:54 PM
Solution2) lanadmin -S speed PPA
Man lanscan, lanadmin for details.
You really do not want the switch port set to auto-negotiate; that's one of those things that almost works well - the worst kind of problem to have. Hard set the speed/duplex on both ends.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 12:54 PM
03-27-2003 12:54 PM
Re: NIC SPEED
Use lanadmin as follows
lanadmin -X Y 100FD
Where Y = the lan instance - 0 for lan0, 1 for lan1, etc.
have the network team lock the port at 100 & NO auto-negotiate.
Then I'd recommend you determine just which /etc/rc.config.d/&&&conf file to edit to lock it down on the server.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 12:59 PM
03-27-2003 12:59 PM
Re: NIC SPEED
I saw your other posting. SAM does not do an excellent job related to NIC settings. So, I would not suggest using SAM for this task.
Most of the times HP will set it's speed to 100 HalfDuplex if the switch is set to Auto negotiatiate.
The command to find the speed is
lanadmin -x i
i is the lan card instance number. For ex., 0 is the instance number for lan0 on 11.x. However, on 10.20, it is the nmid and you have to do a lanscan to find the corresponding nmid.
To set the speed of the NIC to auto-negotiation, you would do
lanadmin -X AUTO_ON i
Here the lancard will negotiate with the switch port and set it's speed.
However, HP does not seem to work well with Autonegotiation. It is recommended to set yout switch to 100 Auto Off and then set your NIC to 100 Auto off. In this case, you would use the command
lanadmin -X 100FD i
To survive this setting on reboots, you would need to modify /etc/rc.config.d/hpXXX100conf. XXX is the type of the card. For Gsc, it would be hpgsc100conf. It also contains example entries and you can use
them.
Changing the speed will break the network for 11 secs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 01:00 PM
03-27-2003 01:00 PM
Re: NIC SPEED
To change the speed use
lanadmin -X 100FD nmid number
But this is temporary. You need to change in /etc/rc/config.d/hpbase100conf.
Example:
in hpbase100conf configuration file
HP_BASE100_INTERFACE_NAME[1]=lan0
HP_BASE100_STATION_ADDRESS[1]=
HP_BASE100_SPEED[1]=100FD
-USA..