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 [-ws_user username -ws_password password][-locale iso629value]
(Optional) Defines the URL for the service controller host.
Example: https://hostname:port/...
Defines the fully qualified host where the service controller is installed.
Example: localhost.ca.com
Defines the listening port for the service controller server.
Example: 80
Defines the recording interval. This value is required if retention_day or retention_sec is not defined.
Limits: seconds
Defines the retention period for the day table. This value is required if recording_interval or retention_sec are not defined.
Defines the retention period for the second table. This value is required if recording_interval or retention_day are not defined.
(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.
(Optional) Specifies an IS0 639_3166 combination (for example: fr_FR for French) to override the default English output. 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
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |