- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network speed in a model K380 and D370
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-11-2005 02:55 AM
01-11-2005 02:55 AM
network speed in a model K380 and D370
I'm working with two old models, D370 and K380. I think in these models, the default network speed is 10HD Half, but I'd like to increase it.
Is there anyone who knows how to increase it by command line?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 02:59 AM
01-11-2005 02:59 AM
Re: network speed in a model K380 and D370
some of this may help:
http://aa11.cjb.net/sun_managers/2000/07/msg00503.html
#turn off autonegotiation
ndd -set /dev/hme adv_autoneg_cap 0
#enable 100 full duplex
ndd -set /dev/hme adv_100fdx_cap 1
ndd -get /dev/hme link_mode
link_mode
0=half duplex
1=full duplex
ndd -get /dev/hme link_speed
link_speed
0=10BT
1=100BT
ndd -get /dev/hme link_status
link_status
0=down
1=up
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 03:02 AM
01-11-2005 03:02 AM
Re: network speed in a model K380 and D370
The d's and k's only have 10mb lan ports by default on the core io board.
Do you have optional lan cards in the system?
If not then you cannot increase past 10mb
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 03:02 AM
01-11-2005 03:02 AM
Re: network speed in a model K380 and D370
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 03:06 AM
01-11-2005 03:06 AM
Re: network speed in a model K380 and D370
Since these are HP servers the following steps can be done
1.Need to make sure that the card supports 100Mbps
2.Need to co-ordinate with the network team and move the cable to 100Mbps port
3.Once everything is taken care
assuming the lan card id is 1
# lanadmin -X 100FD 1
Don't forget to make the corresponding changes on the file in /etc/rc.config.d
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 03:13 AM
01-11-2005 03:13 AM
Re: network speed in a model K380 and D370
If you have other NIC's on these machines then you have other options but you need to identify the card(s) and the OS for a complete answer.
In all cases, the answer to your question is the lanadmin command with the -S option to set speed and the -X option to set duplex but these options may or may not be available depending upon your card/OS Release/Patches.
Man lanadmin for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 03:15 AM
01-11-2005 03:15 AM
Re: network speed in a model K380 and D370
For the K-box you can purchase either an HP-PB or an HSC 100Mb card if you have available slots.
For the D-box you can get an EISA 100Mb card, but it will ONLY work with 32-bit HP-UX (64-bit HP-UX has NO EISA card support). Some cards also only support 100Mb HALF-DUPLEX, so be aware of what you buy.