Operating System - HP-UX
1827007 Members
2559 Online
109712 Solutions
New Discussion

Gig Nic card configuration

 
David Hunnicutt
New Member

Gig Nic card configuration

I have installed a gig nic card on an HP 9000 server running Unix. The sam command will only allow you set the speed at either 10/100. How do I configure it at 1000? The card is working fine.
10 REPLIES 10
Warren_9
Honored Contributor

Re: Gig Nic card configuration

Hi,

GB NIC cannot fix at speed 1000, you need to set it to AUTO. if other side is a switch, you could fix the speed on there.

GOOD LUCK!
Hein van den Heuvel
Honored Contributor

Re: Gig Nic card configuration


Please indicate the exact adapter number you are trying to use and your OS version and patch levels.
Is the IGELAN driver enabled?

In the mean time, you may want to check out:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950254

I found this, and a few more prior topic, which appear to discuss a similar problem, with google looking for:
+SAM +gigabit +site:itrc.hp.com

hth,
Hein.
David Hunnicutt
New Member

Re: Gig Nic card configuration

HP-UX B.11.00 U
lan0

rick jones
Honored Contributor

Re: Gig Nic card configuration

Gigabit cards are not meant to be "hardcoded" when operating at gigabit speeds. If it is working fine, might be best to leave it well enough alone :)
there is no rest for the wicked yet the virtuous have no pillows
Mel Burslan
Honored Contributor

Re: Gig Nic card configuration

If you let the setting to float rather than fixing it, which by the was is not possible for 1000mbps rate on the interface card, and letting the switch port float to autonegotiate, they will find the 1 gb speed setting. Depending on the cabling quality and switch firmware level, you may end up in half duplex mode. I have not figured it out myself yet why and when it sets to half duplex and why to full duplex as networking devices are not under my group's control to play with them. So far, it is a crapshoot for me.
________________________________
UNIX because I majored in cryptology...
Devesh Pant_1
Esteemed Contributor

Re: Gig Nic card configuration

David,
you can set the speed for the lan card by using the following command

lanadmin -S 1000 1 or whatever the lan PPA number it is

to check the speed you can do a
lanadmin -s 1
for lan1

thanks
Devesh
Raj D.
Honored Contributor

Re: Gig Nic card configuration

Hi David ,

You can check the current speed by ,

1. #lanadmin -s 0 [ assuming PPA no. is 0]

( PPA no, can be found by #lanscan command)

To change.

2. #lanadmin -S 1000 0

You can try this , Hope this will work ,

Cheers ,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Stephanie Nicholls
Frequent Advisor

Re: Gig Nic card configuration

Mel

We've had this exactproblem as well, especially with Enterasys switches. It seems from our troubles with it that the NIC goes through some re-negotiation at some point and steps down to half-duplex after a while. Its really frustrating. Our fix for it has been to hard code the switch ports to fullduplex as its the only way to stop them re-negotiating the settings.

Steph

David Hunnicutt
New Member

Re: Gig Nic card configuration

Thanks to everyone for their help. I was able to use your advice to solve the problem.
David Hunnicutt
New Member

Re: Gig Nic card configuration

Thanks