Skip to main content
A newer release of this product is available.

Upgrade a Deploy instance

Contributors

You can upgrade an existing Deploy utility virtual machine in-place using the command line interface.

Before you begin

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.

Download the upgrade package

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.

Steps
  1. Access the NetApp Support Site using a web browser and click Support Quick Links.

  2. Click Download Software under Top Tasks and sign in.

  3. Click Find your product.

  4. Scroll down and click ONTAP Select Deploy Upgrade.

  5. Select the desired release of the upgrade package.

  6. Review the End User License Agreement (EULA) and click Accept & Continue.

  7. Select and download the appropriate package, responding to all prompts as needed for your environment.

Related information

NetApp Support

Upload the package to the Deploy virtual machine

After acquiring the upgrade package, you must upload the file to the Deploy virtual machine.

Before you begin

You must have the upgrade file available on your local workstation. You must also have the password for the administrator user account.

About this Tasks

This task describes one method for uploading the file to the Deploy virtual machine. There may be other options more suitable for your environment.

Steps
  1. 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)
Result

The upgrade file is stored in the home directory of the admin user.

Apply the upgrade package

After the upgrade file has been uploaded to the Deploy virtual machine, you can apply the upgrade.

Before you begin

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.

Steps
  1. Sign in to the Deploy utility CLI using SSH with the administrator account.

  2. 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
After you finish

After the upgrade procedure completes, you are asked to create a backup of the Deploy virtual machine configuration. You should also clear the browser cache to be able to view the newly created Deploy pages.