Refer to the following steps to roll back the upgrade tool version:
Log in to any node in the corresponding cluster using the root account.
Upload the upgrade ISO file containing the upgrade tool version you want to roll back to, or the current cluster version ISO file, to the /home/arcfra/
path on this node.
Taking an uploaded ISO file named test.iso
as an example, execute the following command to perform the rollback operation of the upgrade tool:
nohup cluster-upgrade downgrade_tool --iso_path /home/arcfra/test.iso &
During the script execution, you can view the real-time log of the cluster upgrade tool rollback operation using the following command:
tail -f nohup.out
downgrade tool success.