View CMM Power Management Metrics Using the ILOM CLI

The following procedure explains how to view power management metrics that are managed by the Chassis Monitoring Module (CMM) 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 /CMM/powermgmt

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

    -> show /CMM/powermgmt
    	/CMM/powermgmt
    Targets:
    	1 (Consumed Power)
    	2 (Ticketed Power)
    	3 (Available Power)
    	4 (Reserve Power)
    	5 (/CH/BL1 Consumed Power)
    	6 (/CH/BL2 Consumed Power)
    	7 (/CH/BL3 Consumed Power)
    	8 (Other Consumed Power)
    Properties:
    	reserve_psus = 0
    	total_psus = 2
    Commands:
    	cd
    	set
    	show

  3. To view a value of a target, type:

    -> show /CMM/powermgmt/n

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

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

Related Topics