ONTAP tools for VMware vSphere 9.12
Upgrade to the latest release of ONTAP tools
You can perform an in-place upgrade to the latest release of ONTAP tools from your existing 9.10 or later release following the instructions provided here.
What you will need
-
You must have downloaded the .iso file for the latest release of ONTAP tools.
-
You must have reserved at least 12 GB of RAM for the ONTAP tools to work optimally after the upgrade.
-
You must clean the vSphere Client browser cache.
Perform the following steps to validate the .iso file if required. This is an optional step:
-
Extract the public key from the code signing certificate you got issued from DigiCert (OTV_ISO_CERT.pem)
openssl x509 -in OTV_ISO_CERT.pem -pubkey -noout > csc-prod-OTV-SRA-TGZ.pub -
Verify the signature in the digest using the public key (this step should happen in end user system prior to installing the binary. Certificate bundle should be included in the deployment package)
openssl dgst -sha256 -verify csc-prod-OTV-SRA-TGZ.pub -signature fujitsu-ontap-tools-for-vmware-vsphere-9.12-9352-upgrade-iso.sig fujitsu-ontap-tools-for-vmware-vsphere-9.12-9352-upgrade.iso
The status of VASA Provider from the existing deployment is retained after the upgrade. You should manually enable or disable VASA Provider based on your requirement after you upgrade. However, it is best to enable VASA Provider even if VMware Virtual Volumes (vVols) are not in use, as it enables storage capability profiles for datastore provisioning, and storage alarms.
You can perform an in-place upgrade to the latest release of ONTAP tools only from your existing 9.10 or later versions. |
As part of ONTAP tools 9.12 upgrade all storage systems authentication and communication process is changed from basic authentication to certificate based authentication by auto trusting the ONTAP storage certificates. No action required from the user. |
Adding a Storage system without certificate authentication is restricted.
If the storage system is added with custom created cluster scoped user using the json file and you want to upgrade to 9.12, then run the below commands on the ONTAP CLI before upgrade to enable the certificate based communication between ONTAP tools for VMware vSphere and ONTAP:
-
security login role create -role <role-name> -cmddirname "security login show" -access all
-
security login role create -role <role-name> -cmddirname "security certificate show" -access all
-
security login role create -role <role-name> -cmddirname "security certificate install" -access all
If the storage system is added with custom created SVM scoped user using the json file and you want to upgrade to 9.12, then run the below commands on the ONTAP CLI with cluster admin access before upgrade to enable the certificate based communication between ONTAP tools for VMware vSphere and ONTAP:
-
security login role create -role <role-name> -cmddirname "security certificate install" -access all -vserver <vserver-name>
-
security login role create -role <role-name> -cmddirname "security certificate show" -access all -vserver <vserver-name>
Steps
-
Mount the downloaded .iso file to the ONTAP tools:
-
Click Edit Settings > DVD/CD-ROM Drive.
-
Select Datastore ISO file from the drop-down list.
-
Browse to and select the downloaded .iso file, and then select the Connect at power on checkbox.
-
-
Access the Summary tab of your deployed ONTAP tools.
-
Click to start the maintenance console.
-
At the “Main Menu” prompt, enter option
2
for System Configuration, and then enter option8
for Upgrade.After the upgrade finishes, the ONTAP tools restarts. ONTAP tools is registered to the vCenter Server with the same IP address as before the upgrade.
-
If you want ONTAP tools to be registered with the vCenter Server with the IPv6 address, then you must perform the following:
-
Unregister ONTAP tools.
-
Register the IPv6 address of ONTAP tools to vCenter Server using the Register page.
-
Regenerate VSC and VASA Provider certificates after the registration.
IPv6 is supported only with vCenter Server 6.7 and later. -
-
Log out and re-login to the vSphere Client to view the deployed ONTAP tools.
-
Log out from your existing vSphere web client or vSphere Client and close the window.
-
Log in to the vSphere Client.
It might take a few minutes for the plug-in to be updated in the vSphere Client.
-
|