Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Cluster Version (CHGCLUVER) command is used to adjust the current version of the cluster. The current cluster version is the version at which the nodes in the cluster are actively communicating with each other. In addition, this value determines what nodes can join into the cluster and the cluster's ability to use new functions supported by the nodes potential node version. It is initially set when the cluster is created. This command adjusts the cluster version to be one level greater than the existing value. To view the current cluster version, use the Display Cluster Information (DSPCLUINF) command.
This command can only be used to adjust to a higher version. The only way to change the cluster to a lower version is to delete and recreate the cluster at the lower version.
This command will not cause the cluster resource group exit program to be called.
Restrictions:
Top |
Specifies the cluster being adjusted.
This is a required parameter.
Top |
CHGCLUVER CLUSTER(MYCLUSTER)
This command adjust the current version of cluster MYCLUSTER. If the current cluster version level was 2, it is set to 3 as a result of this command.
Top |
Top |