Operating System - HP-UX
1751967 Members
4743 Online
108783 Solutions
New Discussion юеВ

Permanent Autonegotiation

 
raiden
Regular Advisor

Permanent Autonegotiation

Does the below command turns AutoNegotiation permanently on.

lanadmin -X AUTO_ON 1.

Or do i need to modify any file to reflect the change even after rebooting Server.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Permanent Autonegotiation

Shalom,

You may need to modify /etc/rc.config.d/hpbtlanconf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Krastev
Honored Contributor

Re: Permanent Autonegotiation

Or modify /etc/rc.config.d/hpietherconf.
Check what type is your network card and set the appropriate value. For example for hpigelanconf file use:

HP_IGELAN_SPEED[0]=auto_on


regards,
ivan

Ganesan R
Honored Contributor

Re: Permanent Autonegotiation

Hi,

Do it through SAM. That will make it permanent and does the file configuration changes.
Best wishes,

Ganesh.
Patrick Wallek
Honored Contributor

Re: Permanent Autonegotiation

>>You may need to modify /etc/rc.config.d/hpbtlanconf

Or whichever file is appropriate for your particular LAN card. It may or may not be the hpbtlanconf file. The exact file depends on the driver that your particular LAN card uses.

The following list is from a FORUMS thread of 4 years ago, so it may not be complete.

DRIVER CONFIG FILE in /etc/rc.config.d
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
igelan hpigelanconf
iether hpietherconf
??? hpetherconf
??? hpgelanconf

Pete Randall
Outstanding Contributor

Re: Permanent Autonegotiation

>Does the below command turns AutoNegotiation permanently on.

No.

>do i need to modify any file

The config files correspond to the driver used for the LAN card:

btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf

Be advised that the usual recommendation for 100Base/T cards is to hard code both the switch port and the card to 100FD. If you're dealing with 1000Base/T, then definitely auto-negotiate!


Pete

Pete