LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   change to 1000MB full duplex for Solaris 10 ce (https://www.linuxquestions.org/questions/solaris-opensolaris-20/change-to-1000mb-full-duplex-for-solaris-10-ce-581545/)

rockcharles1 09-01-2007 06:17 PM

change to 1000MB full duplex for Solaris 10 ce
 
I am running Solaris with two NICs in the box ce0 ce1. Is there any way to get full duplex 1000

FYI


bash-2.05# netstat -k ce0 | egrep 'link_speed|link_status|link_duplex'
lp_cap_asmpause 1 lp_cap_pause 0 link_T4 0 link_speed 1000
link_duplex 2 link_asmpause 0 link_pause 0 link_up 1 mac_mtu 1522

bash-2.05# netstat -k ce1 | egrep 'link_speed|link_status|link_duplex'
lp_cap_asmpause 0 lp_cap_pause 0 link_T4 0 link_speed 10
link_duplex 1 link_asmpause 0 link_pause 0 link_up 1 mac_mtu 1522

See in ce1 link speed is 10 mpbs its should be same as that ce0 , please help me ,

when i tried to set

ndd -set /dev/ce1 adv_1000fdx_cap 1
open of /dev/ce1 failed: No such file or directory


Charles

jlliagre 09-02-2007 02:41 AM

Try these commands:
Code:

# ndd -set /dev/ce instance 1
# ndd -set /dev/ce adv_1000fdx_cap 1
# ndd -set /dev/ce adv_autoneg_cap 1

By the way, you cannot force an interface to run at 1GB/S like you can do with 100Mb/s or lower. This speed must be negotiated according to the IEEE standard.

rockcharles1 09-02-2007 06:26 AM

after added the command ce1 still shows same 10x only

Aug 31 16:52:23 eqoas322 genunix: [ID 611667 kern.info] NOTICE: ce1: xcvr addr:0x01 - link up 10 Mbps half duplex
Aug 31 17:04:58 eqoas322 genunix: [ID 611667 kern.info] NOTICE: ce1: xcvr addr:0x01 - link up 10 Mbps half duplex

jlliagre 09-02-2007 07:52 AM

Are you sure this interface is connected to a properly configured and working gigabit network ?

rockcharles1 09-02-2007 09:19 AM

yep interface are ok cable and switch are ok.. ce1 card 1000mbps but it show always 10 mbps , but see ce0 automatically converted to 1000 , but only problem with ce1

jlliagre 09-02-2007 09:35 AM

So if you swap the cables plugged to ce0 and ce1, what does dmesg reports ?

rockcharles1 09-06-2007 12:56 PM

Problem Solved!!!!



The network cable is wrongly connected to gmaamm RSC Vice versa , after changing gmaamm mgt and gmaamm RSC it shows 1000





netstat -k ce1 | egrep 'link_speed|link_status|link_duplex'

lp_cap_asmpause 1 lp_cap_pause 0 link_T4 0 link_speed 1000

link_duplex 2 link_asmpause 0 link_pause 0 link_up 1 mac_mtu 1522

$
Note (gmaamm mean server name)

Thanks for every one help


All times are GMT -5. The time now is 02:05 AM.