You upgrade Cloud ONTAP by installing the software image from an HTTP or FTP server.
Steps
- From the CLI, run the following command to download and install the software image: system node image update -package location -setdefault true
See the man page for more details about the command.
Example
The following command updates the software image from a software package located at ftp://192.168.111.1/image.tgz: system node image update -package ftp://192.168.111.1/image.tgz -setdefault true
- After the upgrade is complete, reboot the system: system node reboot
The system boots the new image.