IBM/AIX2013. 7. 18. 10:15

기본적으로 aix는 host 검색시 /etc/resolv.conf 내의 dns 를 우선 참조한후 /etc/hosts를 검색한다.


이렇게 되면 불필요하게 dns 를 먼저 검색하여 시간이 딜레이 되는 문제가 발생


이부분은 /etc/netsvc.conf 에서 순서를 바꿔줄 수 있다.


host name을 해석하는 기본순서(default oder)는

1. BIND/DNS(named)


2. Network Information Services(NIS)


3. Local /etc/hosts file


hosts = bind, nis, local ->hosts = local, bind, nis




NSORDER 환경변수의 설정이 필요하며, 안되어 있다면 export

export NSORDER=bind,nis,local



/etc/resolv.conf file

Local resolver routine 위한 DNS name-server를 지정

nameserver 9.3.1.74
domain itsc.austin.ibm.com
search itsc.austin.ibm.com austin.ibm.com

'IBM > AIX' 카테고리의 다른 글

alt_disk_install  (0) 2013.09.09
vio 명령어  (0) 2013.08.14
HMC DLPAR Fail 조치  (0) 2013.06.24
AIX 파일분할 및 합치기 - split  (0) 2013.05.24
AIX vmstat 설명  (0) 2013.05.24
Posted by 신재중