Go to main content

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

Exit Print View

Updated: September 2018
 
 

View the Power Allocation Plan for a Managed Device

Before You Begin

  1. To view the Power Allocation Plan properties from the CMM or SP web interface, click Power Management > Allocation.

    The Power Allocation Plan for the managed device appears.

  2. To view the Power Allocation Plan properties from the SP CLI, perform the following:

    Note - CLI paths for SPARC multi-domain servers are not included in this step. To view power properties for a specific PDomain, append /Servers/PDomains/PDomain_n/ to the beginning of the CLI paths listed below.
    • View SP System Power Specification properties:
      1. To view the Allocated Power and Peak Permitted power property values, type:

        show /SP/powermgmt/ allocated_power permitted_power

      2. To view property value for Target Limit (this property is not supported on all servers), type:

        show /SP/powermgmt/budget powerlimit

      3. To view the property for Power Supply Maximum, type:

        show /SP/powermgmt/ available_power


        Note - The power wattage property value for Installed Hardware Minimum on an Oracle CPU blade server is viewable only from the Allocation Plan in the Oracle ILOM web interface.
    • View SP Per Component Map properties:
      1. To view a list of power allocated components configured on a managed server, type:

        show /SP/powermgmt/powerconf/

      2. To view power allocated property values for a specific server component, type:

        show /SP/powermgmt/powerconf/component_type/component_name

        Where component_type is the name of the component category and component_name is the name of the component.

        For example, to view the power allocated to a specific CPU, you would type:

        show /SP/powermgmt/powerconf/CPUs/CPUn

        Where n is the installed location number of the CPU.

  3. To view the Power Allocation Plan properties from the CMM CLI, perform the following:
    • View CMM System Power Specification properties:
      1. To view the Allocated Power and Peak Permitted power property values, type:

        show /CMM/powermgmt/ allocated_power permitted_power

      2. To view the Power Supply Maximum property value, type:

        show /CMM/powermgmt available_power

      3. To view the Redundant Power property value, type:

        show /CMM/powermgmt redundant_power

    • View CMM Blade Power Map properties:
      1. To view the Grantable Power properties, type:

        show /CMM/powermgmt/ grantable_power


        Note - The property for Unfilled Grant Requests is only viewable from the Allocation Plan in the ILOM web interface.
      2. To view the Grant Limit and Granted Limit property values per blade slot, type:

        show /CMM/powermgmt/powerconf/bladeslots BLn

        Where n is the blade slot location in the Oracle blade chassis.

      3. To view the Required Power property for a specific blade slot, type:

        show /CMM/powermgmt/advanced/n

        Where n is the blade slot location in the Oracle blade chassis.

      4. To view the Granted Power property value for all chassis blade slots and the Reserved Power property value for all I/O chassis blade slots, type:

        show /CMM/powermgmt/powerconf/bladeslots granted_power reserved_power

      5. To view power allocated property values for a specific component installed in a chassis slot, type:

        show /CMM/powermgmt/powerconf/component-type/component-name

        Where component_type is the name of the component category and component-name is the name of the component

        Example:

        show /CMM/powermgmt/powerconf/NEMs/NEMn

        Where n is the NEM slot location in the Oracle blade chassis.

Related Information