NIC speed setup error !!!

We are running the ce0 NIC card configured on

v490S.

I tried to confiig the speed by

createing the S99ce script in /etc/rc2.d

Setup following parameteres

ndd -set /dev/ce instance 0

ndd -set /dev/ce adv_1000fdx_cap 1

ndd -set /dev/ce adv_100fdx_cap 0

ndd -set /dev/ce adv_100hdx_cap 0

ndd -set /dev/ce adv_10fdx_cap 0

ndd -set /dev/ce adv_10hdx_cap 0

ndd -set /dev/ce adv_autoneg_cap 0

We are running the cisco blade that supports

1gb network enviornmetn

I reooted the server .

It got worse

I was not able to ping any of my server

by turning off the auto.

Please adivse.

Thanks again.

From

p

[930 byte] By [pthaker] at [2007-11-25 22:42:16]
# 1

Let me rephrase the questions :

tried to confiig the speed by

createing the S99ce script in /etc/rc2.d

Setup following parameteres in the script :

ndd -set /dev/ce instance 0

ndd -set /dev/ce adv_1000fdx_cap 1

ndd -set /dev/ce adv_100fdx_cap 0

ndd -set /dev/ce adv_100hdx_cap 0

ndd -set /dev/ce adv_10fdx_cap 0

ndd -set /dev/ce adv_10hdx_cap 0

ndd -set /dev/ce adv_autoneg_cap 0

We are running the cisco blade that supports

1gb network enviornment

I reooted the server .

I was not able to ping any servers.

Am I missing something here ?

Please adivse.

Thanks again.

From

P

pthaker at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...
# 2
I believe that you must update the /etc/system file to make this a permenant change. I am having difficulty with selecting the proper driver.
nthomas at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...
# 3
Your network switch may be acting as a gigabit slave, check with your networking team for this setting. If that is the case, you would have to set the link_master parameter to 1.
n0b0dy at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...
# 4
may be you are missing ndd-set /dev/ce adv_1000hdx_cap 0 try out and post it back thanks susesun
susesun at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...
# 5
No the parameter is set properly. I am going to try the /etc/system now.. From P
pthaker at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...
# 6

To Set Driver Parameters Using a ce.conf File

Set the parameters for the above devices in the /platform/sun4u/kernel/drv/ce.conf file.

adv_autoneg_cap=0 adv_1000fdx_cap=0 adv_1000hdx_cap=0 adv_100fdx_cap=1 adv_100hdx_cap=0 adv_10fdx_cap=0 adv_10hdx_cap=0;

Note: The above line is one long string of text, (use spaces, not TABs) and a semi-colon at the end.

loschiavoj at 2007-7-5 14:20:56 > top of Java-index,General,Network Configurations...