View SP Power Management Metrics Using the ILOM CLI

The following procedure describes how to view power management metrics that are managed by the service processor (SP) using the ILOM command-line interface (CLI).

What To Do

  1. Log in as root to the ILOM CLI.

  2. At the command prompt, type:

    -> show /SP/powermgmt

    The SP power management targets and properties appear. For example:

    -> show /SP/powermgmt
    

    The Server SP’s power management targets and properties appear. For example:

    -> show /SP/powermgmt
    /SP/powermgmt
    	Targets:
    		1 (Consumed Power)
    		2 (Ticketed Power)
    	Properties:
    	Commands:
    		cd
    		show
  3. To view the value of a target, type:

    -> show /SP/powermgmt/n

    Where n is the number associated with the target value. For example, to view the Consumed Power property, type:

    -> show /SP/powermgmt/1
    
    /SP/powermgmt/1
       Targets:
    
       Properties:
           name = Consumed Power
           unit = Watts
           value = 0
    
       Commands:
           cd
           show 

Note

The Available Power and Reserve Power metrics are managed for all chassis components through the Chassis Monitoring Module (CMM). Therefore, these power management metrics are not displayed for the individual Server Modules (blades).

Related Topics