Oracle® ILOM 系统监视和诊断用户指南(固件发行版 3.2.x)

退出打印视图

更新时间: 2015 年 10 月
 
 

查看子组件级信息和运行状态 (CLI)

可在 /System 目标下查看子组件的主机运行状态 CLI 属性。

  • 要从 CLI 访问子组件级运行状况详细信息,请键入:

    show /System/subcomponent-category-name

    其中 subcomponent-category-name 等于 show /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 属性中,将采用以下格式描述 "part_number" 的值:Oracle_part number, vendor_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
      

相关信息