sidebar | permalink | keywords | summary |
---|---|---|---|
sidebar |
task_cli_upgrade_deploy.html |
administer, administering, cli, deploy, upgrade deploy |
You can upgrade an existing Deploy utility virtual machine in-place using the command line interface. |
You can upgrade an existing Deploy utility virtual machine in-place using the command line interface.
Make sure that Deploy is not used to perform any other tasks during the upgrade. You should see the current release notes for information and restrictions about upgrading the Deploy utility.
Note
|
If you have an older instance of the ONTAP Select Deploy administration utility installed, you should upgrade to the current release. The ONTAP Select node and ONTAP Select Deploy component are upgraded independently. See Upgrade the ONTAP Select nodes for further details. |
To begin the upgrade process, you must download the appropriate Deploy virtual machine upgrade file from the NetApp Support Site. The upgrade package is formatted as a single compressed file.
-
Access the NetApp Support Site using a web browser and choose Downloads from the Downloads menu.
-
Scroll down and select ONTAP Select Deploy Upgrade.
-
Select the desired release of the upgrade package.
-
Review the End User License Agreement (EULA) and select Accept & Continue.
-
Select and download the appropriate package, responding to all prompts as needed for your environment.
After acquiring the upgrade package, you must upload the file to the Deploy virtual machine.
You must have the upgrade file available on your local workstation. You must also have the password for the administrator user account.
This task describes one method for uploading the file to the Deploy virtual machine. There may be other options more suitable for your environment.
-
In a command shell on your local workstation, use the scp utility to upload the image file to the Deploy virtual machine.
Example
scp ONTAPdeploy2.12_upgrade.tar.gz admin@10.228.162.221:/home/admin (provide password when prompted)
The upgrade file is stored in the home directory of the admin user.
After the upgrade file has been uploaded to the Deploy virtual machine, you can apply the upgrade.
You must known which directory the upgrade file has been placed in at the Deploy utility virtual machine. Also, assure that Deploy is not used to perform any other tasks while the upgrade is performed.
-
Sign in to the Deploy utility CLI using SSH with the administrator account.
-
Perform the upgrade using the appropriate directory path and file name:
deploy upgrade -package-path FILEPATH
Example
deploy upgrade -package-path /home/admin/ONTAPdeploy2.12_upgrade.tar.gz
Before the upgrade procedure completes, you are asked to create a backup of the Deploy virtual machine configuration. Also, you should clear the browser cache so you can view the newly created Deploy pages.