1826490 Members
3773 Online
109692 Solutions
New Discussion

lanadmin .

 
SOLVED
Go to solution
Chapaya
Frequent Advisor

lanadmin .

Hello ,

how do i set 100 FD AutoNego =off with lanadmin ?

Eran .
12 REPLIES 12
Jannik
Honored Contributor

Re: lanadmin .

lanadmin -X 100FD 0

if the interface is lan0. In /etc/rc.config.d you can set it permanent.

to look at the current speed use:

lanadmin -sx 0
jaton
RAC_1
Honored Contributor

Re: lanadmin .

lanadmin -S 100FD ppa_of_lan -- to set speed
lanadmin -X AUTO_OFF ppa_of_lan -- to set auto negotiation off.

(make sure you set it off at both ends-at nic and at switch)
There is no substitute to HARDWORK
Chapaya
Frequent Advisor

Re: lanadmin .

its lan0 card .

The current configuration is : 100 FD Manual .

I want to set it to autonego =off .

Eran.
Jannik
Honored Contributor

Re: lanadmin .

then do:
lanadmin -X 100FD 0

it works!!!
jaton
Jannik
Honored Contributor

Re: lanadmin .

in the file /etc/rc.config.d/hpbasetconf you can set the configuration at bootuptime. If it sayes manual then its manual and not Autoneg.

Current Config = 100 Full-Duplex AUTONEG

this is how it looks on
lanadmin -sx 0
if you dont set it manually.
jaton
twang
Honored Contributor

Re: lanadmin .

To display current setting:
# lanadmin -x

To 100 FD AutoNego =off:
# lanadmin -X 100FD


And you would need to edit /etc/rc.config.d/hpbase100conf:

HP_BASE100_INTERFACE_NAME[0]=lan0
HP_BASE100_STATION_ADDRESS[0]=
HP_BASE100_SPEED[0]=100FD
Chapaya
Frequent Advisor

Re: lanadmin .

Twang ,

i looked for this file and i dont have it :( .

and nothing like *100* .

is it normal ?

Eran .
Michael Tully
Honored Contributor
Solution

Re: lanadmin .

# lanadmin -x 100FD 0

The file to be updated will depend entirely on the type of card. From you ioscan pick out which driver it is, then see the list below:

btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf Internal (core) LAN card
btlan4 hpgsc100conf
btlan5 hppci100conf "external" PCI card A5230A
btlan6 hpsppci100conf V-class PCI lan card
gelan hpgelanconf GigaBit card A4926A
Anyone for a Mutiny ?
Jannik
Honored Contributor

Re: lanadmin .

if you are using:
ether - /etc/rc.config.d/hpetherconf
base - /etc/rc.config.d/hpbasetconf
bt - /etc/rc.config.d/hpbtlanconf
etc.

so you need to now something about you hardware try:
ioscan -funC lan
and
lanscan

/Jannik

jaton
Chapaya
Frequent Advisor

Re: lanadmin .


I have this configuration on :
/etc/rc.config/hpbtlanconf

I have low networking performance on this server , i think that the problem is coming from the cisco switch .
On the switch side the configuration must be AutoNego=Off .

Eran .
W L Wong
Frequent Advisor

Re: lanadmin .

Is there a document from HP which lists all the available LAN cards and the corresponding hp*.conf files?

Thanks.
Dmitry G. Spitsyn
Trusted Contributor

Re: lanadmin .

PLSE see http://docs.hp.com/hpux/onlinedocs/B2355-90748/B2355-90748.html Document, Section "Manually Installing and Configuring LAN/9000"

BR,
Dmitry