HMC Manual Reference Pages  - CHLPARUTIL (1)

NAME

chlparutil - change utilization data collection settings

CONTENTS

Synopsis
Description
Options
Examples
Environment
Bugs
Author
See Also

SYNOPSIS

chlparutil -r config [-m managed-system] -s sample-rate
[--help]

DESCRIPTION

chlparutil changes the Hardware Management Console (HMC) settings for utilization data collection for managed systems.

OPTIONS

-r The type of utilization data collection resources to change. The only valid value is config for configuration settings.
-m The name of the managed system for which the settings for utilization data collection are to be changed. The name may either be the user-defined name for the managed system, or be in the form tttt-mmm*ssssssss, where tttt is the machine type, mmm is the model, and ssssssss is the serial number of the managed system. The tttt-mmm*ssssssss form must be used if there are multiple managed systems with the same user-defined name, or if the HMC does not currently have a connection to the managed system.

If this option is not specified, then the HMC settings for utilization data collection for all of the systems currently managed by this HMC, and for all of the systems for which utilization data has been previously collected by this HMC will be changed. Even though utilization data collection is enabled for a managed system, the HMC will only collect utilization data for that managed system if the HMC currently has a connection to that managed system.

This command only changes the settings for utilization data collection for this HMC. Utilization data collection by other HMCs for the same managed systems is not affected.

-s The rate, in seconds, at which to sample the utilization data. Sample rates of 0, 30 (30 seconds), 60 (60 seconds), 300 (5 minutes), 1800 (30 minutes), and 3600 (1 hour) are supported. A sample rate of 0 disables utilization data collection.
--help Display the help text for this command and exit.

EXAMPLES

Enable the collection of utilization data with a sample rate of 1 hour for all managed systems:

chlparutil -r config -s 3600

Enable the collection of utilization data with a sample rate of 60 seconds for the managed system mySystem:

chlparutil -r config -s 60 -m mySystem

Disable the collection of utilization data for the managed system with the type, model, and serial number 9406-520*98765432:

chlparutil -r config -s 0 -m 9406-520*98765432

ENVIRONMENT

None

BUGS

None

AUTHOR

IBM Austin

SEE ALSO

lslparutil, rmlparutil


Linux CHLPARUTIL (1) April 2008
Generated by manServer 1.07 from chlparutil.1 using man macros.