1836652 Members
2101 Online
110102 Solutions
New Discussion

Re: Speed net card

 

Speed net card

Hi,

As I can know to that speed this transmitting the card of net of a HP9000 D390?

Thanks,

O.O.
Orlando Oliveira
7 REPLIES 7
Helen French
Honored Contributor

Re: Speed net card

Hi,

If you are looking for a command that will list you the LAN card details, including the speed, use this:

# lanadmin
# man lanadmin - for more details

HTH,
Shiju
Life is a promise, fulfill it!
Helen French
Honored Contributor

Re: Speed net card

Alex Glennie
Honored Contributor

Re: Speed net card

To display the card's current speed and duplex, issue the command:
lanadmin -x NMID/PPA

* You get the NMID (10.20) or PPA (11.0) for the card by running the
lanscan command.

Re: Speed net card

Hello,

Thank you for their quick answer.

I have a card of net of 10/100. But their current speed is of 10 Mbits per second. As I can change the speed to 100 Mbits per second?

O.O.
Orlando Oliveira
Helen French
Honored Contributor

Re: Speed net card

Hi,

You can use 'lanadmin' for changing the speed too !

Check this document for useful steps/information:

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e6b53f620af7aab5c6/screen=ckiDisplayDocument?docId=200000046055225

HTH,
Shiju

Life is a promise, fulfill it!
Darrell Allen
Honored Contributor

Re: Speed net card

You can set the speed with:
lanadmin -X 100FD ppa#

You must also verify the switch port has had auto-negiotiation turned off and is set to 100FD.

You also need to configure your HP to set 100FD when you boot.

Identify the lan driver:
ioscan -fnC lan

Then edit the appropriate configuration file in /etc/rc.config.d

I've attached a reference file for you.

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
fg_1
Trusted Contributor

Re: Speed net card

Orlando

To change the interface to its full capacity do: lanadmin -X 100FD {NMID/PPA#}

Good luck.

FG.