Upgrade Orchestrator Software
You can upgrade Orchestrator software for an on-prem installation or an installation in the cloud.
Upgrade On-Prem Orchestrator
If you are using on-prem Orchestrator 8.6.0 or later and want to upgrade to a newer version, complete the following steps.
WARNING: An upgrade that fails can cause Orchestrator to be in a corrupt state. Back up Orchestrator before you start the upgrade process.
-
Create an SSH shell to Orchestrator.
-
Open an SSH session to Orchestrator.
-
Log in as admin or a user with administrator privileges.
-
Switch to root:
su - root
-
Enter the root password when prompted. If you do not know your root password, contact Support.
-
Enter
cd /home
Depending on your environment, you can upgrade Orchestrator in either of the following ways:
NOTE: Upgrading via SCP is only available for versions 8.10.20 and later.
Upgrade via HTTP
If you have an HTTP URL to the Orchestrator installation file, enter the following in the existing SSH console to run the install script and point it to the hosted installation file:
/home/gms/gms/setup/install_orchestrator.sh <HTTP URL of the Orchestrator Installation File>
NOTE: The upgrade process can take several hours to complete.
Upgrade via SCP
If you do not have an HTTP server, copy the Orchestrator installation file to Orchestrator by using SCP, run the install script, and point it to the local installation file.
NOTE: This procedure assumes that the scp programs on both ends are patched for CVE-2020-15778 and/or you trust the remote server from which you will scp the installation file. From the Orchestrator SSH console, enter the following as root:
-
From the Orchestrator SSH console, enter the following:
mv /bin/scp-local /bin/scp #
-
From your local PC console, do one of the following:
-
If you are running Orchestrator release 9.1.9, 9.2.10, 9.3.3, 9.4.x, or later, do the following:
-
Enter
scp <Orchestrator Installation file> admin@<orchestrator_ip_address>:/home/admin
-
From the Orchestrator SSH shell console, enter
mv /home/admin/<Orchestrator Installation file> /home/gms/
-
From the Orchestrator SSH shell console, enter
chown gms.gms /home/gms<Orchestrator Installation file>
-
-
If you are running an Orchestrator release earlier than those listed above, enter
scp <Orchestrator Installation file> admin@<orchestrator_ip_address>:/home/gms
-
-
From the Orchestrator SSH shell console, enter the following:
/home/gms/gms/setup/install_orchestrator.sh <full_path_to_Orchestrator_Installation_file>
NOTE: The upgrade process can take several hours to complete.
Upgrade Orchestrator in the Cloud
Complete the following steps to upgrade Orchestrator in the cloud.
-
Using Orchestrator in the cloud, navigate to Orchestrator > Software & Setup > Upgrade > Upgrade Orchestrator.
The Upgrade Orchestrator dialog box opens.
-
Click in the Select Version field to display a drop-down list of Orchestrator versions you can upgrade to, and then select the appropriate version.
-
Click Upgrade.
You will receive an email message indicating that the Orchestrator version upgrade has started. Orchestrator service is not available during the upgrade process. When the process completes, you will receive another message indicating that the upgrade was successful. If a failure occurs, however, you will receive a failure message with instructions to contact HPE Networking support.