os runlevel 관련 명령어

2010.05.11 11:35

조인상 조회 수:18109

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

출처 : http://cafe.naver.com/aix/5934


Here are some useful commands for determining which AIX software packages are installed and their version/fix levels.

List all installed filesets with their version level
#  lslpp -L

AIX maintenance level
#  oslevel

List known AIX maintnenance levels
#  oslevel -q

List filesets that are below the AIX 4.3.2.0 maintenance level
#  oslevel -l 4.3.2.0

Determine whether a fix is installed (for example. fixes IX38794 and IX48523), and what it fixes (-a).
#  instfix -iak IX38794

Determine if a maintenance package is installed
#  instfix -ik 433-02_AIX_ML

Determine which filesets need updating to reach the 4.3.3.0-02 level
#  instfix -ciqk 4330-02_AIX_ML | grep ":-:"


================================================================================

한국 IBM 공병찬 님이 작성한 내용입니다.

# instfix -i | grep ML
    All filesets for 5.3.0.0_AIX_ML were found.
    All filesets for 5300-01_AIX_ML were found.
    All filesets for 5300-02_AIX_ML were found.
    All filesets for 5300-03_AIX_ML were found.
    All filesets for 5300-04_AIX_ML were found.
    All filesets for 5300-05_AIX_ML were found.

# instfix -i | grep SP
    All filesets for 5300-03-CSP_SP were found.
    All filesets for 5300-04-01_SP were found.
    All filesets for 5300-04-02_SP were found.
    All filesets for 5300-04-03_SP were found.

# instfix -icqk 5300-05_AIX_ML | grep ":-:"
  <== List lower level filesets (:-:)

# instfix -icqk 5300-05_AIX_ML | more
5300-05_AIX_ML:Java14.sdk:1.4.2.52:1.4.2.75:+:AIX 5300-05 Update  <== :+: higher level applied
5300-05_AIX_ML:X11.adt.imake:5.3.0.30:5.3.0.30:=:AIX 5300-05 Update <== :=: same level applied
5300-05_AIX_ML:X11.adt.include:5.3.0.50:5.3.0.50:=:AIX 5300-05 Update
[...]  <== if there is :-:, it means lower level applied

# instfix -ivk 5300-05_AIX_ML | more
5300-05_AIX_ML Abstract: AIX 5300-05 Update
    Fileset Java14.ext.commapi is not applied on the system.
    Fileset Java14.ext.java3d is not applied on the system.
    Fileset Java14.ext.javahelp is not applied on the system.
[...]
    All filesets for 5300-05_AIX_ML were found.

# instfix -icqk 5300-03-CSP_SP
5300-03-CSP_SP:X11.apps.config:5.3.0.31:5.3.0.50:+:AIX 5300-03-CSP Concluding Service Pack
5300-03-CSP_SP:X11.base.lib:5.3.0.31:5.3.0.50:+:AIX 5300-03-CSP Concluding Service Pack
5300-03-CSP_SP:bos.64bit:5.3.0.32:5.3.0.50:+:AIX 5300-03-CSP Concluding Service Pack
[...]

# instfix -ivk 5300-03-CSP_SP
5300-03-CSP_SP Abstract: AIX 5300-03-CSP Concluding Service Pack
    Fileset X11.apps.config:5.3.0.31 is applied on the system.
    Fileset X11.base.lib:5.3.0.31 is applied on the system.
    Fileset bos.64bit:5.3.0.32 is applied on the system.
[...]

# instfix -icqk 5300-04-03_SP
5300-04-03_SP:X11.motif.lib:5.3.0.42:5.3.0.50:+:AIX 5300-04-03 Service Pack
5300-04-03_SP:bos.64bit:5.3.0.41:5.3.0.50:+:AIX 5300-04-03 Service Pack
5300-04-03_SP:bos.adt.include:5.3.0.42:5.3.0.50:+:AIX 5300-04-03 Service Pack
[...]

# instfix -ivk 5300-04-03_SP | more
5300-04-03_SP Abstract: AIX 5300-04-03 Service Pack
    Fileset PEX_PHIGS.dev.pci.14101c02 is not applied on the system.
    Fileset PEX_PHIGS.dev.pci.14106e01 is not applied on the system.
    Fileset X11.motif.lib:5.3.0.42 is applied on the system.
[...]
    All filesets for 5300-04-03_SP were found.

# oslevel -g
Fileset          Actual Level      Maintenance Level
-----------------------------------------------
bos.rte            5.3.0.50            5.3.0.0

# oslevel -s
5300-05-00

# oslevel -r
5300-05

# oslevel
5.3.0.0

# uname -uM
IBM,9133-55A IBM,03063024H

# uname -aM
AIX blue 3 5 0002A1F9D600 IBM,9133-55A
번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 108387
111 SMIT Fast Paths 조인상 2010.05.11 19036
110 메뉴얼 링크 [1] 조인상 2010.05.11 19020
109 syslog 떨어 뜨리는 방법 조인상 2010.05.11 19004
108 Display System Environmental Sensors 조인상 2010.05.11 18668
107 AIX 기본 설치 사항 조인상 2010.05.11 18611
106 Command is Respawning Too Rapidly. 3A30359F 조인상 2010.06.17 18516
105 .sh_history 파일에 time stamp 찍는 법 조인상 2011.03.04 18515
104 p시리즈 장비별 설치/동작환경(site-planning nutshell) file 조인상 2010.05.11 18493
103 [매뉴얼] IBM p시리즈 머신에 레드햇리눅스 설치하기 file 조인상 2010.05.12 18231
102 AIX OS에서 time zone을 변경 하는 방법 조인상 2010.05.11 18125
» os runlevel 관련 명령어 조인상 2010.05.11 18109
100 BC & x시리즈 전력량 계산기 file 조인상 2010.05.11 17830
99 파일 시스템 용량 증가시 "물리적 구획이 부족합니다."(0516-1034) 라는 메세지가 오류메세지 조인상 2010.05.11 17830
98 expect 스크립트를 이용한 KLIS 서비스 내리기 file 조인상 2010.05.11 17809
97 AIX L1, L2, L3 cache 사이즈 확인하는 방법 조인상 2010.05.11 17703
96 LV name과 마운트 이름 변경하기 조인상 2010.05.11 17672
95 errpt 내용 삭제하는 법 조인상 2010.05.11 17634
94 DAT Tape 사양 로드맵 file 조인상 2011.08.08 17580
93 mksysb & savevg &alt_disk_install 조인상 2010.05.11 17480
92 IBM p670 Service Guide file 조인상 2010.05.11 17451
서버에 요청 중입니다. 잠시만 기다려 주십시오...