HMC Manual Reference Pages  - LSPWRMGMT (1)

NAME

lspwrmgmt - list power management settings

CONTENTS

Synopsis
Description
Options
Examples
Environment
Bugs
Author
See Also

SYNOPSIS

To list power saver mode settings:
lspwrmgmt [-m managed-system] -r sys
[-F [attribute-names] [--header]] [--help]

To list dynamic or idle power saver parameters:
lspwrmgmt -m managed-system -r sys -t {dynamic_parms | idle_parms}
[-F [attribute-names] [--header]] [--help]

DESCRIPTION

lspwrmgmt lists the power management settings for managed systems.

OPTIONS

-m The name of the managed system for which to list power management settings. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*sssssss, where tttt is the machine type, mmm is the model, and sssssss is the serial number of the managed system. The tttt-mmm*sssssss form must be used if there are multiple managed systems with the same user-defined name.

When listing power saver mode settings, if this option is omitted power saver mode settings for all of the systems managed by this Hardware Management Console (HMC) will be listed.

This option is required when listing dynamic or idle power saver parameters.

-r The type of resources for which to list power management settings. The only valid value is sys for managed systems.
-t The type of power saver parameters to list. Valid values are dynamic_parms to list dynamic power saver tuning parameters, and idle_parms to list idle power saver parameters.
-F A delimiter separated list of attribute names for the desired attribute values to be displayed. If no attribute names are specified, then values for all of the attributes will be displayed.

When this option is specified, only attribute values will be displayed. No attribute names will be displayed. The attribute values displayed will be separated by the delimiter which was specified with this option.

This option is useful when only attribute values are desired to be displayed, or when the values of only selected attributes are desired to be displayed.

--header Display a header record, which is a delimiter separated list of attribute names for the attribute values that will be displayed. This header record will be the first record displayed. This option is only valid when used with the -F option.
--help Display the help text for this command and exit.

EXAMPLES

List the power saver mode settings for all systems managed by this HMC:

lspwrmgmt -r sys

List just the supported power saver mode types for managed system system1:

lspwrmgmt -r sys -m system1 -F supported_power_saver_mode_types

List the dynamic power saver tuning parameters for managed system 8286-42A*1234567:

lspwrmgmt -r sys -m 8286-42A*1234567 -t dynamic_parms

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin

SEE ALSO

chpwrmgmt


Linux LSPWRMGMT (1) "November 2015"
Generated by manServer 1.07 from lspwrmgmt.1 using man macros.