Example using
scp
command:
scp software_file root@oda_host:/tmp
Example using
sftp
command:
sftp root@oda_host
Enter the
root
password, and copy the files.
put software_file
3. Update the repository with the server software:
[root@oda1 opt]# oakcli unpack -package path_to_patch_file
For example, for 18.3:
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_1of3.zip
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_2of3.zip
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_3of3.zip
4. Apply the server update:
[root@oda1 opt]# /opt/oracle/oak/bin/oakcli update -patch version --
server
For example, for 18.3:
[root@oda1 opt]# /opt/oracle/oak/bin/oakcli update -patch 18.3.0.0.0 --
server
5. Update the storage components.
[root@oda1 opt]# /opt/oracle/oak/bin/oakcli update -patch version --
storage
For example, for 18.3:
[root@oda1 opt]# /opt/oracle/oak/bin/oakcli update -patch 18.3.0.0.0 --
storage
6. To update the Oracle Database Appliance repository with 18.3 RDBMS Clone
files:
a. Download the RDBMS Clone software file
p28864456_18300_Linux-
x86-64.zip
to
/tmp
location and unpack the RDBMS Clone file software:
oakcli unpack -package /tmp/28864456_183000_Linux-x86-64.zip
Chapter 7
Patching Oracle Database Appliance Virtualized Platform
7-11