Add an ONTAP Select image to Deploy
You can add an ONTAP Select image to your instance of the Deploy administration utility. After the image has been installed, you can use it when deploying an ONTAP Select cluster.
Before adding any new ONTAP Select images to Deploy, you should first remove any unneeded images.
|
|
You should only add an ONTAP Select image with a version that is earlier than the original version included with your instance of the Deploy utility. Adding later versions of ONTAP Select as they become available from NetApp is not a supported configuration. |
Step 1: Download the install image
To begin the process of adding an ONTAP Select image to an instance of the Deploy utility, you must download the install image from the NetApp Support Site. The ONTAP Select install image is formatted as a single compressed file.
-
Access the NetApp Support Site using a web browser and select Support Quick Links.
-
Select Download Software under Top Tasks and sign in to the site.
-
Select Find your product.
-
Scroll down and select ONTAP Select.
-
Under Other Available Select Software select Deploy Upgrade, Node Upgrade, Image Install.
-
Select the desired release of the upgrade package.
-
Review the End User License Agreement (EULA) and click Accept & Continue.
-
Select and download the appropriate package, responding to all prompts as needed for your environment.
Step 2: Upload the install image to Deploy
After acquiring the ONTAP Select install image, you must upload the file to the Deploy virtual machine.
You must have the install image file available on your local workstation. You must also have the password for the Deploy 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, upload the image file to the Deploy virtual machine, as shown in the following examples:
scp image_v_93_install_esx.tgz admin@10.234.81.101:/home/admin (provide password when prompted)
sftp admin@10.234.81.101 (provide password when prompted) put image_v_93_install_esx.tgz exit
The node install file is stored in the home directory of the admin user.
Step 3: Add the install image
Add the ONTAP Select installation image to the Deploy images directory so it is available when deploying a new cluster.
You must know which directory the install image file has been placed in at the Deploy utility virtual machine. It is assumed the file is in the administrator's home directory.
-
Sign in to the Deploy utility CLI using SSH with the administrator (admin) account.
-
Start the Bash shell:
shell bash
-
Place the install image file into the images directory, as shown in the following example:
tar -xf image_v_93_install_esx.tgz -C /opt/netapp/images/
Step 4: Display the available install images
Display the ONTAP Select images that are available when deploying a new cluster.
-
Access the online documentation web page at the Deploy utility virtual machine and sign in using the administrator (admin) account:
http://<FQDN|IP_ADDRESS>/api/uiUse the domain name or IP address of the Deploy virtual machine.
-
Navigate to the bottom of the page and select Deploy and then select GET /images.
-
Select Try it out! to display the available ONTAP Select images.
-
Confirm that the desired image is available.