Previous Topic: dpmce ceconfig -setalias Command--Set AliasNext Topic: dpmce ceconfig -setnode Command--Set Intervals for a Host


dpmce ceconfig -setglobal Command--Set Data Center Intervals

The dpmce ceconfig -setglobal command lets you set the data center level collection, recording, and retention intervals and thresholds.

This command has the following format:

dpmce ceconfig -setglobal [-sc sc_url] -recording_interval value 
-retention_sec value -retention_day value 
-lower_threshold lowerthreshold -upper_threshold upperthreshold
[-ws_user username -ws_password password][-locale iso629value]
-sc sc_url

(Optional) Defines the URL for the service controller host.

Example: https://hostname:port/...

hostname

Defines the fully qualified host where the service controller is installed.

Example: localhost.ca.com

port

Defines the listening port for the service controller server.

Example: 80

-recording_interval value

Defines the recording interval. This value is required if retention_day or retention_sec is not defined.

Unit: seconds

-retention_day value

Defines how long to store the average of the daily data in the Performance DB (daily rollup data retention). This value is required if recording_interval or retention_sec are not defined.

Unit: days

-retention_sec value

Defines how long to store the polled data in the Performance DB (polled data retention). Consider the number of managed systems, services, and metrics collected when defining this number. The stored polled data objects accumulate over time and can impact performance. If performance issues arise, decrease the number of retention days. This value is required if recording_interval or retention_day are not defined.

Unit: days

-lower_threshold lowerthreshold

Defines the lower overall usage threshold for the Data Center. The lower threshold must always be less than the upper threshold.

Limits: 0-100%

-upper_threshold upperthreshold

Defines the upper overall usage threshold for the Data Center. The upper threshold must always be greater than the lower threshold.

Limits: 1-100%

-ws_user username -ws_password password

(Optional) Specifies the credentials to use for the web service security check. If you do not include credentials, you are prompted to enter them. Avoid the prompt for credentials by setting up your own session using caaipsecurity.

-locale iso639value

(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".

Example: Set Collection and Recording Intervals for the Data Center

This example sets the collection and recording intervals for the data center.

dpmce ceconfig -setglobal -recording_interval 120

Example: Set Thresholds for the Data Center

This example sets the lower and upper thresholds for the data center.

dpmce ceconfig -setglobal -lower_threshold 10 -upper_threshold 90