Oracle® Solaris 11.2에서 시스템 및 연결된 장치의 보안

인쇄 보기 종료

업데이트 날짜: 2014년 9월
 
 

TPM 문제 해결

이 절에 설명된 명령을 사용하여 성공적으로 TPM을 사용하고 TPM 문제를 해결할 수 있는 다른 운영 구성 요소를 모니터합니다.

  • tcsd 데몬이 실행 중인지 확인합니다.

    # svcs tcsd
    STATE      STIME      FMRI
    online     Nov_07     svc:/application/security/tcsd:default
  • TPM 장치가 설치되었는지 확인합니다.

    # ls -alF /dev/tpm
    lrwxrwxrwx 1 root 39 Dec 27 2011 /dev/tpm -> ../devices/pci@0,0/isa@1/tpm@1,1670:tpm
  • TSS 소프트웨어 패키지가 설치되었는지 확인합니다.

    # pkg info trousers
    Name: library/security/trousers
    Summary: TrouSerS TCG software to access a TPM device
    Description: The TrouSerS library provides a software stack from the
    Trusted Computer Group (TCG) that accesses a Trusted Platform Module
    (TPM) hardware device.
    Category: System/Security
    State: Installed
    Publisher: solaris
    Version: 0.3.6
    Build Release: 5.11
    Branch: 0.175.1.0.0.24.0
    Packaging Date: September 4, 2012 05:28:21 PM
    Size: 3.65 MB
    FMRI: pkg://solaris/library/security/
    trousers@0.3.6,5.11-0.175.1.0.0.24.0:20120904T1728212
  • 앞서 TPM이 다시 초기화된 후 요구 사항에서 TPM을 지웁니다.

    • Oracle Solaris 프롬프트에서 다음을 입력합니다.

       # tpmadm clear owner
    • Oracle ILOM 프롬프트에서 다음을 입력합니다.

      -> stop /SYS
      -> set /HOST/tpm forceclear=true
      -> start /SYS