로그인
Sign in
This document describes how to force the Ge Interface card to work at 1000Mb for both full-duplex and half-duplex.


Full-duplex

You can force the interface card using the /etc/system file, or through the startup script /etc/rc2.d/S68ge_config. You can also force the interface card from the command line using ndd commands.

   In the /etc/system file, add the following entries:
set ge:ge_adv_1000autoneg_cap=0
set ge:ge_adv1000T4_cap=0
set ge:ge_adv_1000fdx_cap=1
set ge:ge_adv_1000hdx_cap=0

   Using ndd commands:
ndd -set /dev/ge instance 0
ndd -set /dev/ge adv_1000autoneg_cap 0
ndd -set /dev/ge adv_1000T4_cap 0
ndd -set /dev/ge adv_1000fdx_cap 1
ndd -set /dev/ge adv_1000hdx_cap 0
            
Half-duplex

You can force the interface card using the /etc/system file, or through startup script /etc/rc2.d/S68ge_config. You can also force the interface card from the command line using ndd commands.

   In the /etc/system file, add the following entries:
set ge:ge_adv_1000autoneg_cap=0
set ge:ge_adv_1000T4_cap=0
set ge:ge_adv_1000fdx_cap=0
set ge:ge_adv_1000hdx_cap=1

   Using ndd commands:
ndd -set /dev/ge instance 0   # This refers to forcing the ge0 only
ndd -set /dev/ge adv_1000autoneg_cap 0
ndd -set /dev/ge adv_1000fdx_cap 0
ndd -set /dev/ge adv_1000hdx_cap 1            
The above configuration will no longer be in effect when the system is rebooted. To make it effective at reboot, add the above entries to a startup script like /etc/rc2.d/S68ge_config.

조회 수 :
493
추천 수 :
31 / 0
등록일 :
2003.12.13
16:33:54 (*.193.52.140)
엮인글 :
http://bestceok.com/xe/index.php?mid=sun_faq&document_srl=2899&act=trackback&key=063
게시글 주소 :
http://bestceok.com/xe/index.php?mid=sun_faq&document_srl=2899
List of Articles
번호 제목 글쓴이 날짜 조회 수
31 JetAdmin for Unix 설치과정과 Auto 모드로 한글 출력방법 하록 2003-12-13 908
30 Removing SUN Workshop 하록 2003-12-13 508
29 Hostname 변경후 컴파일시 Error 발생 하록 2003-12-13 496
28 Demo license 신청및 설치 하록 2003-12-13 525
27 컴파일러 설치후 환경 셋팅 하록 2003-12-13 466
26 T3 console cable 구성도 하록 2003-12-13 505
25 OpenBoot 3.x 명령어 요약 하록 2003-12-13 481
24 E3500에 4000Mhz/8M Cache CPU 장착시 참고사항 하록 2003-12-13 519
23 ntp client setup 하록 2003-12-13 824
22 rcp 명령어 사용법 [7] 하록 2003-12-13 2602
» 기가비트 이더넷 모드를 강제로 설정하는 방법 하록 2003-12-13 493
20 Apache와 PHP 연동 하록 2003-12-13 524
19 Apache install & configuration 하록 2003-12-13 553
18 이더넷 카드 추가하기 하록 2003-12-13 454
17 hme interface speed 설정 하록 2003-12-13 492
16 하나의 네트웍 인터페이스에 여러개의 IP Address 부여 [4] 하록 2003-12-13 1046
15 E3500에서 Backup한 HDD로 부팅이 안될 때.. 하록 2003-12-13 493
14 Ultra5/10에 추가한 PGX 그래픽카드를 Default로 사용하려면 하록 2003-12-13 541
13 Clock TOD does not match TOD on any io board 하록 2003-12-13 546
12 INIT: Command is spawning too rapidly 하록 2003-12-13 436