Oracle® ILOM 시스템 모니터링 및 진단을 위한 사용 설명서 펌웨어 릴리스 3.2.x

인쇄 보기 종료

업데이트 날짜: 2015년 10월
 
 

하위 구성 요소 레벨 정보 및 건전성 상태 보기(CLI)

하위 구성 요소에 대한 호스트 건전성 상태 CLI 등록 정보는 /System 대상에서 볼 수 있습니다.

  • CLI에서 하위 구성 요소 레벨 건전성 세부정보에 액세스하려면 다음을 입력합니다.

    show /System/subcomponent-category-name

    여기서 subcomponent-category-nameshow /System 아래의 하위 구성 요소 대상 이름 중 하나입니다.


    주 - Oracle 다중 도메인 SPARC 시스템에서는 다음 CLI 경로를 사용하여 PDomain에 대한 하위 구성 요소 레벨의 건전성 세부정보를 확인합니다. /Servers/PDomains/PDomain_n/System/subcomponent-category-name

    예를 들면 다음과 같습니다.

    • 단일 서버 SP 시스템에서 메모리 모듈에 대한 하위 구성 요소 건전성 상태를 보려면 다음을 입력합니다.

      show /System/Memory

      /System/Memory
         Targets:
            DIMMs
       
         Properties:
            health = OK
            health_details = -
            installed_memory = 16 GB
            installed_dimms = 2
            max_dimms = 16
       
         Commands:
            cd
            show
      
    • 단일 서버 SP에서 특정 DIMM에 대한 하위 구성 요소 건전성 상태를 보려면 다음을 입력합니다.

      show /System/Memory/DIMMs/DIMM_n

       /System/Memory/DIMMs/DIMM_0    Targets:    Properties:        health = OK        health_details = -        part_number = 001-0003        serial_number = 00AD0111232F6E432B        location = P0/D0 (CPU 0 DIMM 0)        manufacturer = Hynix Semiconductor Inc.        memory_size = 8 GB    Commands:        cd        show 
      

      주 -  Oracle ILOM 3.1.2부터 DIMM_n 등록 정보에서는 Oracle_part number, vendor_part_number 형식으로 part_number에 대한 값이 설명됩니다. 5111616-01,M393B5270DH0-YK0을 예로 들 수 있습니다. 여기서 5111616-01은 Oracle 부품 번호이며, M393B5270DH0-YK0은 공급업체 부품 번호입니다.
    • 블레이드 시스템 섀시의 모든 블레이드에 대한 건전성 상태 세부정보를 보려면 다음을 입력합니다.

      show -level all /System/Blades

      /System/Blades
         Targets:
            Blade_0
            Blade_1
       
        Properties:
            health = Service Required
            health_details = BL1 (Blade 1) is faulty. 
            Type 'show /System/Open_Problems' for details.
            installed_blades = 2
            max_blades = 10
       
      /System/Blades/Blade_0
         Targets:
       
         Properties:
           health = OK
           health_details = -
           type = Storage Blade
           model = ASSY,BLADE,X6275
           location = BL0 (Blade 0)
           actual_power_consumption = 10 watts
           system_identifier = (none)
           address = Not Available
           part_number = 375-3604-01
           serial_number = Not Available
       
      /System/Blades/Blade_1
         Targets:
       
         Properties:
           health = Service Required
            health_details = A device necessary to support a configuration
           has failed. Type ???show /System/Open_Problems' for details.
           type = Server Blade
           model = SUN BLADE X6270 M2 SERVER MODULE
           location = BL1 (Blade 1)
           actual_power_consumption = 56 watts
           system_identifier = ORACLESP-1044FMN00B
           address = Not Available
           part_number = 511-1418-03
           serial_number = 000000-1042B903A6
       
         Commands:
          cd
          show
      

관련 정보