Go to main content

Oracle® ILOM User's Guide for System Monitoring and Diagnostics Firmware Release 3.2.x

Exit Print View

Updated: April 2018
 
 

View Subcomponent-Level Information and Health Status (CLI)

The host health status CLI properties for sub-components are viewable under the /System target.

  • To access subcomponent-level health details from the CLI, type:

    show /System/subcomponent-category-name

    Where subcomponent-category-name equals one of the subcomponent target names under show /System.


    Note - For Oracle's multi-domain SPARC systems, use the following CLI path to view subcomponent-level health details for a PDomain: /Servers/PDomains/PDomain_n/System/subcomponent-category-name

    For example:

    • To view the subcomponent health status for memory modules on a single server SP system, type:

      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
      
    • To view the subcomponent health status for a specific DIMM on a single server SP, type:

      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 
      

      Note -  In the DIMM_n properties, as of Oracle ILOM 3.1.2, the following format will be used to describe the value for the part_number = Oracle_part number, vendor_part_number. For example: 5111616-01,M393B5270DH0-YK0; where: 5111616-01 is the Oracle part number and M393B5270DH0-YK0 is the vendor part number.
    • To view health status details for all blades in a blade system chassis, type:

      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
      

Related Information