본문 바로가기

Solaris

Package Administration [17, Aug, 09]

< Managing Software Patches on the Solaris 10 OS >
#more /var/sadm/install/contents


이곳을 보게되면 설치되어있는 패키지를 확인할수 있다. 많아서 스크롤압박

pkgadd 로 패키지 설치하게되면
/var/sadm/install/contents 으로 인스톨되게 된다.

#pkgchk -l -p showrev 치면 나오게되어있으나

-p 옵션을 대문자로 입력해야 나오게된다.

#pkgchk -l -P showrev[경로를 확실히 지정]

Pathname: /usr/bin/showrev
Type: regular file
Expected mode: 0755
Expected owner: root
Expected group: sys
Expected file size (bytes): 28160
Expected sum(1) of contents: 8608
Expected last modification:  3월 28 오전 03시 31분 18초 2009
Referenced by the following packages:
        SUNWadmc
Current status: installed

Pathname: /usr/share/man/man1m/showrev.1m
Type: regular file
Expected mode: 0644
Expected owner: root
Expected group: root
Expected file size (bytes): 3835
Expected sum(1) of contents: 64380
Expected last modification:  8월 11 오전 07시 41분 36초 2008
Referenced by the following packages:
        SUNWman
Current status: installed

이런식으로 나옴

<Package Format>
file system <-- subdirectory 가 포함된 설치파일일경우
data stream<-- 단일파일일경우(FTP 전송을 쉽게 하기 위해서 사용된다)

pkgchk   패키지 체크(명령어사용시 설치가 되어있으면 화면에 아무것도 안나온다.
pkginfo   패키지정보확인
pkgadd   패키지 설치
pkgrm     패키지 삭제

#pkginfo -l  <--- library 버전 확인시 유용

[sunedu165][/]#pkginfo -l SUNWaudh
   PKGINST:  SUNWaudh
      NAME:  Audio Header Files
  CATEGORY:  system
      ARCH:  i386
   VERSION:  11.10.0,REV=2005.01.21.16.34
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  SunOS C/C++ header files for audio drivers and applications
    PSTAMP:  on10ptchfeatx20090316224630
  INSTDATE:  8월 17 2009 10:50
   HOTLINE:  Please contact your local service provider
    STATUS:  설치 완료
     FILES:       23 설치된 경로 이름
                   3 공유 경로 이름
                   5 디렉토리
                 490 블록이 사용됨 (추정치)

#uname -i     <--컴퓨터 ver.정보확인
#uname -i
i86pc

이런식으로 나옴


#pkginfo | wc -l <-- 패키지가 몇게 설치되어있는제 확인하는법


#more /var/sadm/install_data/Solaris_10_Recommendaed_log    
패치한 내용 확인가능.




            < Executing Boot PROM Commands >

stop + d

Nomal -- POST(Power-on Self Test) boot device 는 1번이 disk 2번이 net
Diagnostic -- 상세 test 1번이 diag-device 2번이 net

stop +N
Reset NVRAM

stop + A     잠시 서비스를 중지하고 prom 상태로 됨.
abort (go 입력시 돌아가짐)

시스템을 내릴때는 #init 0

#kbd -a diable/enable   abort 키를 막는법

공공장소에 서버를 두는경우 abort키를 이용하여 루트패스워드를 바꿀 위험성이 있으므로
막아둠으로써 안전성을 높인다.

printenv
setenv

probe-scsi
probe-ide
probe-scsi-all

nvalias
nvunalias
show-disks
devalias
set-default
.registers
sifting text
reset-all
show-devs

boot -s
boot -cdrom -s
boot -a
boot -r     boot -v    boot -rv   boot -sv

help

'Solaris' 카테고리의 다른 글

9월 17일  (0) 2009.09.17
9월 16일  (0) 2009.09.16
9월15일  (0) 2009.09.15
17, aug ,09  (0) 2009.08.17
First Step_ What's Solaris 10 Aug, 09  (0) 2009.08.10