로그인
Sign in
선결조건으로 최신 Lan cumulative patch가 install되어 있어야 하고 lan card의 speed와 duplex mode를 바꿀때는 주의 하여야 한다. 만약 switch가 새로 바뀔 speed와 duplex mode가 card와 맞지 않으면 HP와 연결되지 않는다.


l    HP-UX 10.20

1.    lanscan으로 NMID값을 알아낸다. 예로 5라고 가정하자.

2.    lanadmin으로 speed와 duplex를 setting한다. 선택할 수 있는 값은 100FD, 100HD, 10FD, 10HD, AUTO_ON이고 숫자는 Mbps이다.
FD : Full Duplex, HD : Half Duplex
AUTO_ON : switch와 auto negotiation을 사용하겠다는 의미
예로 100 Mbps Full duplex로 setting하고 싶을때는
#lanadmin -X 100FD 5  <--- step 1에서 얻은 NMID


HP-UX 11.0

1.    lanscan으로 PPA값을 알아낸다. 예로 3이라고 가정하자.

2.    lanadmin으로 speed와 duplex를 setting한다
예로 100 Mbps Half duplex로 setting하고 싶을때는
#lanadmin -X 100HD 3  <--- step 1에서 얻은 PPA

이상의 setting은 rebooting하면 원래의 값으로 바뀐다. 영구적인 setting을 하려면 /etc/rc.config.d directory에 "hp"로 시작해서 "conf"로 끝나는 file중에서 자신의 lancard와 같은 종류의 file을 editing 해야한다. 예를들어 HP-PB 100BT card이면 /etc/rc.config.d/hpbasetconf file을 고쳐야 함.

################################################
# @(#) hpbasetconf $Revision: 1.3 $ $Date: 98/04/16 13:01:27 $
# hpbasetconf :  contains configuration values for HP 100Mb interfaces
#
# HP_BASET_INTERFACE_NAME   Name of interface (lan0, lan1...)
# HP_BASET_STATION_ADDRESS  Station address of interface
#                            configured through lanadmin(1m)
#                            Prefixed with "0x".
#
# HP_BASET_SPEED      Manually set the driver's speed.  Can be one
#                           of: 10HD, 10FD, 100HD, 100FD, auto_on
#
# The interface name, major number, card instance and nmid may be
# obtained from the lanscan(1m) command.
#
# The station address and duplex are set through the lanadmin(1m) command.
#
#####################################################################

HP_BASET_INTERFACE_NAME[0]=lan5
HP_BASET_STATION_ADDRESS[0]=
HP_BASET_SPEED[0]=100FD

###########################################################################
#  The HP_BASET_INIT_ARGS are reserved by HP.  They are NOT user changable.

HP_BASET_INIT_ARGS="HP_BASET_STATION_ADDRESS HP_BASET_SPEED"

# End of hpbasetconf configuration file
조회 수 :
913
추천 수 :
6 / 0
등록일 :
2007.12.05
15:55:35 (*.236.3.225)
엮인글 :
http://bestceok.com/xe/index.php?mid=unix_com&document_srl=2725&act=trackback&key=e59
게시글 주소 :
http://bestceok.com/xe/index.php?mid=unix_com&document_srl=2725
List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 자주 사용하는 명령어 제비게릴라 2019-06-27 179
72 console 에 뿌려지는 message를 file로 받고자 합니다. 하록 2008-03-04 550
71 syslog.conf설정하기 하록 2008-02-26 3446
70 OS백업을 받을때 /data가 있는 쪽만 빼고 vg00전체를 다 받고자 할때... 하록 2008-02-13 487
69 ll 명령어로 알파벳 대소문자 구분없이 정렬해서 출력하기... 하록 2008-02-01 530
68 ndd로 fin_wait_2 를 지울때 "invalid argument" message나올때 하록 2008-02-01 906
67 glance 기간별 평균 구하기... 하록 2008-01-29 593
66 glance 한달 평균 구하기... 하록 2008-01-29 463
65 LVM 방법 하록 2007-12-18 1352
64 shell command상에서는 잘 돌아가는데 cron을 통하면 작업이 잘 안 될때.. 하록 2007-12-05 529
63 cron log file에 return code가 나오는데 code number 의 의미 하록 2007-12-05 695
62 tftp서버 구축하기 하록 2007-12-05 478
» 100BT card의 speed와 duplex mode를 바꾸는 방법 하록 2007-12-05 913
60 TCP error에는 어떤 것이 있고 그 의미 하록 2007-12-05 1081
59 netstat -a'로 보아 어떤 port는 fin_wait2에 빠져 사용할 수 없는데 조치방법 하록 2007-12-05 447
58 automatic ftp 를 설정하는 방법 하록 2007-12-05 407
57 Disk Array 1개에서 alter Path로 디스크가 2개 보일때 루트 미러링 잡는 방법 하록 2007-09-12 599
56 dd 사용법 [5] 하록 2007-08-13 1972
55 리눅스 rsh 설정 방법 하록 2007-03-05 3297
54 Trust system에서 패스워드 삭제... 하록 2007-02-15 638
53 LSOF 설치 및 사용가이드 하록 2006-12-04 766