1830608 Members
3152 Online
110015 Solutions
New Discussion

Force lan to 100FULL

 
SOLVED
Go to solution
uadm26
Super Advisor

Force lan to 100FULL

Hi,
I'ld like to know how can i force an ethernet lan 10/100 only to 100, like people say (100full), in a SO hp-ux 11.11. On GSP I have 3 choices ( 10, auto, 100). But I can't find that configuration on my SO. I think lanadmin don't resolve my question.
6 REPLIES 6
Kent Ostby
Honored Contributor

Re: Force lan to 100FULL

Joel -- Take a look at this message string:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183037
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Alan Meyer_4
Respected Contributor

Re: Force lan to 100FULL

I always turn off auto_negotiation and set speed to 100 and full duplex within SAM.
" I may not be certified, but I am certifiable... "
DCE
Honored Contributor

Re: Force lan to 100FULL

I agree with Alan - SAM is the quickest and easiest way to set it.
Mel Burslan
Honored Contributor
Solution

Re: Force lan to 100FULL

Are you talking about the GSP ethernet port speed or the system network interfaces speed ? The two are different things.

for system NICs procedure is quite simple
1. Make sure Switch port the NIC is connected to is set to 100FD
2. run
ioscan -fnC lan
and determine your driver type for the interface. (let's say you found them to be btlan)
3. edit /etc/rc.config.d/hpbtlanconf
find or create a block referring to this NIC instance as follows

HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD

making sure index in square brackets is unique for each interface throughout this file. Save the file
4. run commands:

/sbin/init.d/hpbtlan stop
/sbin/init.d/hpbtlan start

5. verify the speed by running

lanadmin -x PPA_No

where PPA_No is 0 for lan0, 1 for lan1 and so on.


if you are talking about the speed of the GSP interface, I am not sure if you have any control over that one. As I hardly ever use it, and the stuff you do over GSP is so low volume, 10 Mbit is more than anyone can ever need on that thing in my opinion.
________________________________
UNIX because I majored in cryptology...
uadm26
Super Advisor

Re: Force lan to 100FULL

thanks, i've try sam and the file configuration, that's all.
Mel Burslan
Honored Contributor

Re: Force lan to 100FULL

One thing you need to be careful when you use sam for these changes: sam puts the station address into the middle line, as in the mac address of your interface. Should you happen to change the interface in the future due to a failure or something, you either need to do this sequence, using sam again, or after finishing the sam session, you go in and delete the station address (set it to nothing) and restart the drivers as described in my previous posting, in order not to pull hair 2 years down the road, figuring out why the inteface keep losing its 100 FD setting or not able to hold it. I am sure either you will not be around or forgot this little speed setting incidence by that time.
Just a word of caution.
________________________________
UNIX because I majored in cryptology...