반응형

가끔 OS patch 확인할 필요가 있다.

그때마다 매번 검색 하기도...그렇다고 외우면 자꾸 잊고..쓸일도 없고...


노트의 필요성...


$instfix -i -k "IY68975"

    All filesets for IY68975 were found.

<-- 현재 설치 되어 있는 패치


$instfix -i -k "IZ41855"

    There was no data for IZ41855 in the fix database.

<--현재 설치 되어 있지 않는 패치





Usage: instfix [-R Path] [-T [-M platform]] [-s string] 

          [ -k keyword | -f file ] [-d device] [-S] 

          [-p | [-i [-c] [-q] [-t type] [-v] [-F]]] [-a] 


Function: Installs or queries filesets associated with keywords or fixes.


        -a Display the symptom text (can be combined with -i, -k, or -f).

        -c Colon-separated output for use with -i. Output includes keyword

           name, fileset name, required level, installed level, status, and

           abstract.  Status values are < (down level), = (correct level),

           + (superseded), and ! (not installed).

        -d Input device (not valid with flags -i or -a).

        -F Returns failure unless all filesets associated with the fix

           are installed.

        -f Input file containing keywords or fixes. Use '-' for standard input.

           The -T option produces a suitable input file format for -f.

        -i Use with -k or -f option to display whether specified fixes or 

           keywords are installed.  Installation is not attempted.

           If neither -k nor -f is specified, all known fixes are displayed.

        -k Install filesets for a keyword or fix.

        -M Use with -T option to display information for fixes present

           on the media that have to do with the platform specified.

        -p Use with -k or -f to print filesets associated with keywords.

           Installation is not attempted when -p is used.

        -q Quiet option for use with -i.  If -c is specified, no heading is 

           displayed.  Otherwise, no output is displayed.

        -R User Specified Install Location

        -S Suppress multi-volume processing.

        -s Search for and display fixes on media containing a specified string.

        -T Display fix information for complete fixes present on the media.

        -t Use with -i option to limit search to a given type.  Currently

           valid types are 'f' (fix) and 'p' (preventive maintenance).

        -v Verbose option for use with -i.  Gives information about each

           fileset associated with a fix or keyword.

           to the environment provided.


반응형

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

Topas Memory  (0) 2015.08.25
반응형


내가 관리하는 서버중에 가장 말이 많은 녀석이다.

지난 주 일요일에 6g 증설 하였다.

이전의 현황을 올리면 좋았을텐데...비교가 쉬울텐데..

어쨋든 보면 Memory 쪽을 많이 보게 되고, PAGING 을 많이 보게 된다.

여기서 오늘은 Memory 에 대해서 확인해 보고자 한다.

Real, MB : 현재 32g 로 설정되어 있다.

% Comp : 전산처리 페이지 프레임에 현재 할당되어 있는 실제 메모리의 백분율.

시스템에서 동작하는 프로세스들이 사용하고 있는 메모리 비율 (실제 사용)

% Noncomp : 비전산처리 프레임에 현재 할당되어 있는 실제 메모리의 백분율.

AIX가 I/O 작업 시에 사용하기 위해 캐시로 돌려놓은 메모리 양

% Client : 캐쉬 원격 마운트 파일에 현재 할당되어 있는 실제 메모리의 백분율.

NFS 원격 마운트 포인트가 없어도 JFS, JFS2 파일 시스템의 고정적인 저장 메모리 수치값

%Noncomp의 값과 같거나 작어야 하며, 더 크다면 비정상으로 점검이 필요


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

[시스템 전체 메모리 사용량 통계 확인]

$svmon -G

- 1페이지 가상 메모리의 4k 블록

- 1프레임은 실제 메모리의 4k 블록

size     : 전체 사이즈

inuse  : 페이지 포함 프레임 수

free    :  메모리 중 남은 공감(프레임)

pin    : 고정 페이지의 프레임 수

virtual : 가상 영역의 할당된 페이지 수
work : 작업 segment 페이지를 포함하는 프레임 수

pers : 영구 segment 페이지를 포함하는 프레임 수

client : client segment 페이지를 포함하는 프레임 수

pin : 고정된 페이지가 있는 실제 memory segment

in use : 사용중인 실제 memory segment
page 공간 사용을 설명하는 통계

전체 Memory size : 8388608 * 4096(bytes) / 1024 / 1024 = 32768 Mb(32g)

Free Memory size : 191695 * 4096(bytes) / 1024 / 1024 = 748 Mb

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

출처

http://blog.daum.net/vicinus/8304711

- http://estenpark.tistory.com/133

반응형

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

[AIX] OS Patch 확인  (0) 2015.10.21

+ Recent posts