| 104 |
AIX IPL progress codes
|
날개 | 58 | | 2010-09-04 |
|
POWER5 information.
http://publib.boulde-r.ibm.com/infocenter-/powersys/v3r1m5/ind-ex.jsp?topic=/ipha6_p5/diag1.htm
AIX IPL progress codes
This section provides descriptions for the numbers and characters that disp...
|
| 103 |
AIX V5.3 EOS table
|
날개 | 2624 | | 2010-03-14 |
|
Maintenance/Technolo-gy Levels
Release
Original Release
End of PTF support
End of interim fix support
Strategy Type
5.3.0 GOLD
08/13/2004
02/04/2005 no CSP
02/04/2005
original strategy
...
|
| 102 |
filemon을 이용한 I/O 성능 모니터링
|
장성윤 | 3123 | | 2009-09-22 |
|
시스템의 I/O 성능모니터링을 위해 다음을 수행한다.
30초 동안 시스템의 성능을 모니터링 하고 /tmp/fmon.out 파일에 결과를 남긴다.
trcstop 수행하면 I/O 활동 보고서를 작성하고 filemon 명령은 종료하게 된다.
#filemon -u ...
|
| 101 |
awk 사용법 고찰
|
장성윤 | 2944 | | 2009-09-16 |
|
Axil S/E-ljs063 1993.1.4 Lee Jin-Soo
SUBJECT: ...
|
| 100 |
find awk sed 조합 사용법
|
장성윤 | 3156 | | 2009-09-16 |
|
심볼링크 찾기
#find /etld101_old -type l -exec ls -la {} \; lrwxrwxrwx 1 50001 person 24 Apr 25 17:44 /etld101_old/BSC/COM-/CBS/bad -> /etld102/BSC/COM/CBS-/badlrwxrwxrwx ...
|
| 99 |
alt 복제 볼륨 (altinst_rootvg) 엑세스 방법
|
장성윤 | 3410 | | 2009-08-17 |
|
OS 패치전 기존 rootvg를 alt 복제 한 후
OS 패치 후 alt 복제볼륨에 엑세스를 할 경우 아래와 같이 수행한다.
[localhost@root:/] lspvhdisk0 000d32da0b9e6ec2&nbs-p; ro...
|
| 98 |
미러링된 rootvg 를 한개의 디스크로 alt 받기
|
장성윤 | 3191 | | 2009-08-05 |
|
----------------------------------------------------------------------------------------------
# cat alt_clone.ksh#!/bin/ksh# JaeBeom Park (pjb@kr.ibm.com)
if [ $# -ne 1 ] then tput smso ...
|
| 97 |
x.25 packet size change script
|
장성윤 | 3106 | | 2009-08-05 |
|
PVC size변경 스크립트 # X.25에 packet size change script # date : 2008.02.21 startpvc=1701 endpvc=2000 pvcno=1701 s256=1701 e256=1800 s512=1801 e512=1900 s1024=1901 e1024=2000 while [ $pvcno -ge $st...
|
| 96 |
lvcb가 존재하는 raw device를 zero-offset이 적용된 raw device로 dd copy 수행
|
장성윤 | 3433 | | 2009-07-28 |
|
목적 : Original VG의 lvcb가 존재하는 lv => BIG VG의 lvcb가 없는 lv로 dd copy 수행
첫번째 쉘입니다.
#cat dd_raw_device_1.sh ...
|
| 95 |
로그인시 AIX 버젼 숨기기 ( herald 설정 )
|
장성윤 | 3152 | | 2009-07-22 |
|
/etc/security/login.-cfg 에서
herald 부분을 추가해 준다.
default: sak_enabled = false logintimes = logindisable = 0 logininterval = 0 loginreenable...
|
| 94 |
DB의 end backup을 수동으로 하는 방법
|
장성윤 | 3042 | | 2009-07-05 |
|
DB를 내려야하는데 백업이 수행중일 경우 DB가 내려가지 않는다.
그러면 해당 tablespace에 대해 수동으로 end backup을 찍어줘야한다.
(물론 DBA가 있다면 상관없지만 그렇지 못한경우 알고 있으면 유용하다. ..그럴경우가 없길 ...
|
| 93 |
sshd 데몬 포트를 2개 사용하고자
|
장성윤 | 3273 | | 2009-07-01 |
|
sshd 데몬 포트를 2개 사용하고자 하실 경우에는 다음 절차와 같이 하시면 됩니다.
1. /etc/ssh/sshd_config-에 맨 마지막에 아래와 같이 추가(Port 30300, 30301 사용하고자 할 경우)
Port 30300Port 30301
2. sshd 변경된 설정 ...
|
| 92 |
dummy disk 만들기
|
장성윤 | 3170 | | 2009-06-02 |
|
mkdev -c disk -t '1000mb' -s 'scsi' -p 'scsi7' -w '0,0' -fmkdev -c disk -t '1000mb' -s 'scsi' -p 'scsi7' -w '0,0' -dmkdev -c disk -t '1000mb' -s 'scsi' -p 'scsi7' -w '0,0' -dmkdev -c disk -t '1000mb' -s '...
|
| 91 |
bosinst.data file nonprompted network installation
|
장성윤 | 3128 | | 2009-05-26 |
|
http://publib.boulde-r.ibm.com/infocenter-/systems/index.jsp?topic=/com.ibm.aix.install-/doc/insgdrf/bosinst-.data_file_nonprompt-ed_nw_install.htmNIM으로 클라이언트 설치시
일반적으로 부팅 후 콘솔 화면에서 OS 설치 옵션을 지정...
|
| 90 |
AIX TL04 이후 소개된 psmd 와 관련된 defec
|
장성윤 | 3461 | | 2009-05-18 |
|
AIX TL04 이후 소개된 psmd 와 관련된 defect 입니다.
1. Defect 657720 : System Hang due to psmd daemon
환경>
AIX5.3 TL08 SP2 이하 시스템
현상>
4k/64k 의 page 에 대한 promotion/demotion activity 가 높아짐으로...
|
| 89 |
파일시스템 full되었을때
|
장성윤 | 3094 | | 2009-05-18 |
|
로그가 많이 쌓이는 파일시스템의 경우
로그를 삭제 하여도 파일시스템의 free 영역이 늘어나지 않을 경우가 있다.
이런경우는 해당 로그파일이 open된 상태에서 삭제되고, 링크가 해제 되었지만
해당 자원을 clear하지 못할때 발생...
|
| 88 |
시스템 문제분석시 사용명령어
|
장성윤 | 3365 | | 2009-05-03 |
|
시스템 문제분석시 사용명령어
#### iptrace 수행 방법 ####
시작 : startsrc -s iptrace -a "-b -p 7700,7711 /sysmgr/tcpdump/iptr-ace/[`date +%m%d-%H%M%S`].trace"종료 : stopsrc -s iptrace
#### tcpdump 수행 방법 ####
tcpdump -ni...
|
| 87 |
root 파일시스템(/)이 점점 줄어드는데 뭐가 쌓이나..
|
장성윤 | 3327 | | 2009-04-10 |
|
root 파일시스템의 용량이 점점 늘어만 간다.
특별히 데이터를 여기다가 저정하지도 않는데 불구하고 용량을 갉아먹고있다..
확인 결과 OS 버젼이 v5.3 TL09이상일 경우
# lsitab -a 결과를 보면
이상생략...
perfstat:2:once:/usr-/lib/p...
|
| 86 |
Guide to Multiple Page Size Support on AIX 5L Version 5.3
|
장성윤 | 3119 | | 2009-04-03 |
|
http://www-03.ibm.com/systems/r-esources/systems_p_o-s_aix_whitepapers_mu-ltiple_page.pdfIntroduction / Overview
The POWER5+™ processor and AIX 5L™ Version 5.3 with the 5300-04 Recommended Maintenance Package intro...
|
| 85 |
IBM 32-bit SDK for AIX platforms, Java Technology Edition SDK Guide
|
장성윤 | 3253 | | 2009-04-03 |
|
http://www.ibm.com/d-eveloperworks/java/j-dk/aix/j532/sdkguide-.aix32.html Version 5 Release 0
Note
Before using this information and the product it supports, read the information in Notices.
Copyright information
T...
|