Go to main content
Oracle EDR InfiniBand 交换机和虚拟化 I/O 系统管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

显示电源信息 (Oracle ILOM CLI)

使用此任务可以查询交换机的两个 PS 中的任意一个的存在情况和位置。

  1. 发现是否存在特定 PS。
    -> show -d properties /SYS/PSslot/PRSNT
    

    其中 slot01,对应于要显示其信息的 PS。

    例如,要确定 PS 0 是否存在,可键入:

    -> show -d properties /SYS/PS0/PRSNT
     /SYS/PS0/PRSNT
     	Properties:
     		type = Entity Presence
     		ipmi_name = PS0/PRSNT
     		class = Discrete Sensor
     		value = Present
     		alarm_status = cleared
    ->
    
  2. 显示 PS 的 FRU 信息。
    -> show -d properties /SYS/PS0/
     /SYS/PSO
     	Properties:
     		type = Power Supply
     		ipmi_name = PS0
     		fru_manufacturer = Delta Electronics
     		fru_part_number = 7065505-01
     		fault_state = OK
     		clear_fault_action = (none)
    ->
    
  3. 显示电源 FRU 信息。

    其中 slot 是电源插槽(01)。

    -> show -d properties /System/Power/Power_Supplies/Power_Supply_slot
    

    例如,键入 :

    -> show -d properties /System/Power/Power_Supplies/Power_Supply_0
     /System/Power/Power_Supplies/Power_Supply_0
     	Properties:
     		health = OK
     		health_details = -
     		part_number = 7065505-01
     		serial_number = C94928
     		manufacturer = Delta Electronics
     		location = PS0 (Power Supply 0)
     		input_power = Present
     		output_power = 93 watts
    ->
    

相关信息