Tag: aix

aix 5.3에 oracle 11g r2 설치하기.

aix 5.3 에 오라클 설치. 1. 화일 업로드시 문제 발생.  최대 화일 크기제한에 걸려 오라클 zip화일이 업로드 되지 않음. /etc/security/limits 화일을 에서 최대 화일 크기를 수정한다.(-1 이면 무제한)

Continue reading

aix bootinfo

aix 5.3 bootinfo usage: bootinfo { -a | -b | -B device | -c | -d | -e | -f device | -g device | i | -k | -K | -L | -m | -M | -o disk | -p | -q device | -Q number | -r | -s diskname [ -P 0 …

Continue reading

aix 서비스 시작 정지.

aix에서 현재 실행중인 서비스를 보려면, # lssrc -a Subsystem Group PID Status syslogd ras 17294 active sendmail mail 14738 active portmap portmap 14210 active …… i4llmd iforls inoperative dtsrc inoperative wsmrefserver inoperative

Continue reading

mirroring rootvg

1. 새 디스크 추가. # cfgmgr # lspv hdisk0 00064a4ad8be3db8 rootvg active hdisk1                                             none     None

Continue reading

AIX 새 디스크 추가하기.

1. 새 하드디스크 추가후 인식 # lspv hdisk0 00064a4a86b6e289 rootvg active # cfgmgr # lspv hdisk0 00064a4a86b6e289 rootvg active hdisk1 00064a4a8c50ac7f None

Continue reading

AIX 서비스 실행관련…

telnet 접속 안될때 확인 lssrc -a 로 실행중인 서비스 확인, telnet은 inetd가 제어하므로, lssrc -a | grep -i inetd active상태가 아니면 아래 커맨드로 시작. startsrc -s inetdd 만약, inetd가 실행중이라면, kill -HUP [inetd pid]와 같은 효과인 아래 커맨드 수행. refresh -s inetd 서비스 정지는 stopsrc -s inetd  

AIX disk mirror -링크

AIX에서 미러디스크 교체하는 방법. http://www.unix.com/aix/30039-replace-failed-root-disk-aix.html

Continue reading