Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Cluster Configuration (CHGCLUCFG) command is used to tune cluster performance and configuration parameters. The command provides a base level of tuning support where the cluster will adjust to a predefined set of values identified for maximum, minimum, and normal timeout and messaging interval values. If an advanced level of tuning is desired, usually anticipated with the help of IBM support personnel, then individual parameters may be tuned over a predefined range of values using the Change Cluster Resource Services (QcstChgClusterResourceServices) API.
Values for current settings may be retrieved using the Display Cluster Information (DSPCLUINF) command.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CLUSTER | Cluster | Name | Required, Positional 1 |
LEVEL | Level | *NORMAL, *MIN, *MAX | Optional |
Top |
Specifies the cluster for which the configuration and tuning will be changed.
This is a required parameter.
Top |
Specifies the desired cluster communications configuration tuning sensitivity level. Provides a simple way to set cluster performance and configuration parameters.
Top |
CHGCLUCFG CLUSTER(MYCLUSTER) LEVEL(*MIN)
This command changes the configuration and tuning level of the cluster MYCLUSTER. The tuning level is set to the minimum sensitivity level.
Top |
Top |