본문 바로가기

0과 1 그 끝없는 세상/IBM AIX

[vmo] 가상메모리 옵션 [root@ ] # vmo -a 더보기
[DNS] 호스트 찾는 순서 1. DNS 찾는 순서를 바꾸고 싶다면 - DNS(/etc/resolv.conf)와 /etc/hosts 파일 둘다 사용 한다면 /etc/netsvc.conf를 수정한 후, inetd를 재시작 한다. - /etc/netsvc.conf hosts=local,bind - refresh -s inetd 2. DNS 설정, 즉 resolv.conf가 설정되어 있지 않다면, 알아서 /etc/hosts에서 호스트명을 찾게 된다. 더보기
[NTP] HP-UX xntpd server configuration HP-UX xntpd server configurationxntpd server (daemon) is used by HP-UX. Open file /etc/rc.config.d/netdaemons: # vi /etc/rc.config.d/netdaemons Make sure following variables are defined and XNTPD is set to 1: export NTPDATE_SERVER='ntp.mycorp.com pool.ntp.org in.pool.ntp.org' export XNTPD=1 export XNTPD_ARGS= Save and close the file. Where, NTPDATE_SERVER : space-separated list of timeserver / I.. 더보기
[NTP] ntpq: read: A remote host refused an attempted connect operation. xntpd 가 구동 중인지 확인 [jhdetc01:root] / > ntpq -p ntpq: read: A remote host refused an attempted connect operation. 더보기
[SMT] smtctl 명령을 이용한 SMT 확인, 설정법 1. Core 갯수 확인 root@localhost / # lsdev -Cc processor 2. SMT 설정 확인 root@localhost / # smtctl This system is SMT capable. SMT is currently enabled. SMT boot mode is set to enabled. SMT threads are bound to the same virtual processor. proc0 has 2 SMT threads. Bind processor 1 is bound with proc0 Bind processor 2 is bound with proc0 proc2 has 2 SMT threads. Bind processor 0 is bound with proc2 Bind .. 더보기
[ntp] time server와 동기화 정보 보기 ntpq -p when : 가장 최근 동기화 후 지난 시간 (s) poll : 동기화 interval (s) 더보기
[bindprocessor,smtctl] SMT, topas에서 CPU 갯수가 실제 Core 갯수보다 많을 때 AIX에서 물리적 Core를 논리적으로 다시 나눌 수 있다. (SMT) 기본 enable 이고, 각 Core를 2개로 나눈다. 이 경우, topas > c > c 해서 보는 CPU 갯수가 Core 갯수보다 많게 나온다. 다음 명령어로 SMT 확인이 가능하다. root@localhost # smtctl OR root@localhost # bindprocessor -q PS > 실제 Core 갯수 확인 root@localhost # lsdev -Cc processor 더보기
[HP-UX] 장비 시리얼 찾기 machinfo 더보기
[lscfg] 서버(하나의 Building Block)에 장착된 메모리의 개당 용량 확인 lscfg -vp |grep -e DIMM -e Size or lscfg -vp |grep Size 더보기
[lscfg] Adapter 위치정보 보는 명령어 lsdev -Cc adapter lscfg -vl ADAPTER_Name 더보기