View the Power Allocation Plan for a Managed Device

  1. To view the Power Allocation Plan properties from the 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

    • 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/CPU n

        Where n is the installed location number of the CPU.