1833772 Members
2339 Online
110063 Solutions
New Discussion

G-Ethernet

 
SOLVED
Go to solution
hpuxrox
Respected Contributor

G-Ethernet

I am having an issue with slow uploads from on of my servers. trafic "to" the box works fine but "from" is terrible. I have seen issues with 100Base FD and such, setting Auto-neg to off blaa, blaaa...
7 REPLIES 7
Santosh Nair_1
Honored Contributor

Re: G-Ethernet

Most of the issues that I've seen in terms of poor performance with ethernet cards have either dealt this faulty hardware or incompatible settings. Generally speaking auto-negotiation and auto-detect don't work too well. Its much better to hardcode the speed and duplex of the connection at both the card and the switch, e.g. set both end to 100FD. You can check the setting on the card by using the command:

lanadmin -x {PPA}

(You can get the PPA by looking at the output from lanscan). Hope this helps.

-Santosh
Life is what's happening while you're busy making other plans
Uday_S_Ankolekar
Honored Contributor

Re: G-Ethernet

Hi,

Try lanadmin -X 100FD Card instance Number

(lanscan will give card instance number.)

Also check the speed at switch level.

lanadmin -X is temperory settings. Change in /etc/rc.config.d/hpbase100conf for permanent change

-Goodluck
-USA..


Good Luck..
MANOJ SRIVASTAVA
Honored Contributor

Re: G-Ethernet

Hi Yates

The post starts with G so I thought it was a fibre , for the copper or the 100 mbps port you have to do the following :



1. Identify the LAN Interface using the lanscan command to know the interface.
2. Check for the speed set already using the lanadmin -x < ppa or the lan > command.
3. Use the command lanadmin ???X 100fd nmid or the ppa to change it to the desired one.
4. Check the setting using the lanadmin command again.
5. To change it permanently go to /sbin/rc.config.d.hpbase100conf .

and you are good to go.


Manoj Srivastava


hpuxrox
Respected Contributor

Re: G-Ethernet

it is fibre. Everyone answered what I already knew about coper.
MANOJ SRIVASTAVA
Honored Contributor

Re: G-Ethernet

Hi Yates

Try doing a lanadmin to looka t the errors , if you obeserve lots of collisions then may be you have look at the interface , cable or the port where the fibre is plugged into as such I have not come across such issues with fibre .

All the best.


Manoj srivastava
Helen French
Honored Contributor
Solution

Re: G-Ethernet

Hi,

This document may help you (TKB #BHERRKBRC00006817):

http://us-support.external.hp.com/cki/bin/doc.pl/sid=124bcd9c01a1f22ea1/screen=ckiDisplayDocument?docId=500000000092174

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

Re: G-Ethernet

Hi,

What speed you see when you run fcmsutil..?

/opt/fcms/bin/fcmsutil /dev/devname

would give you the link speed ..

run ioscan -fnC fc to get device name

-Goodluck
-USA..
Good Luck..