Adabas Cluster 7.2.0 | Maintenance | Updating | How to Upgrade an Existing Cluster
 
How to Upgrade an Existing Cluster
*To upgrade an existing cluster while maintaing availability, perform the following steps for each node of the cluster:
1. In your current environment:
a. Check the cluster health using the following command:
adaopr dbid=dbid display=cluster
All nodes must be in status SYNCED.
b. Shut down the node. Always shut down the primary node last.
c. Back up the database (optional).
2. In your new environment:
a. Convert the node with the following command:
adacvt dbid=dbid convert=vNN
b. Restart the node to rejoin it to cluster with the following command:
adastart dbid
All changes in the cluster are recorded as writeset and transferred to the restarting node via 'Incremental State Transfer (IST)'.