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
# 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.