Downloading a Software Image
You can download available software images and make them available in your Exadata Cloud Service environment by using the cswlib download subcommand of the dbaascli utility as follows:
-
Connect to a compute node as the
opcuser.For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH).
-
Start a root-user command shell:
$ sudo -s # -
Execute the
dbaasclicommand with thecswlib downloadsubcommand:# dbaascli cswlib download [--version software_version] [--bp software_bp]In the above command:
-
software_version— optionally specifies an Oracle Database software version. For example,11204,12102, or12201. -
software_bp— optionally identifies a bundle patch release. For example,APR2018,JAN2018, orOCT2017.
Without the use of any optional arguments, the
dbaascli cswlib downloadcommand downloads the latest available software image for all available Oracle Database software versions. -
-
Exit the root-user command shell:
# exit $