Logon as root user
$ sudo -s
#
Check your current version of cloud tooling
# rpm -qa|grep -i dbaastools
dbaastools_exa-1.0-1+22.2.1.1.0_220713.1149.x86_64
Check whether any cloud tooling updates are available
# sudo dbaascli admin showLatestStackVersion
DBAAS CLI version 22.2.1.1.0
Executing command admin showLatestStackVersion
Job id: 7cf1c287-3617-4d9b-990b-7b2147d1e164
{
"description" : "DBAAS Tools for Oracle Public Cloud",
"version" : "22.3.1.0.1_220831.2106",
"baseVersion" : "22.3.1.0.1"
}
dbaascli execution completed
# dbaascli patch tools list
DBAAS CLI version 22.2.1.1.0
Executing command patch tools list
Checking Current tools on all nodes
exaccnode1: Patchid : 22.2.1.1.0_220713.1149
Available Patches
Patchid : 22.3.1.0.1_220831.2106(LATEST)
Install the latest version of dbaastools by using the command: dbaascli admin updateStack
exaccnode2: Patchid : 22.2.1.1.0_220713.1149
Available Patches
Patchid : 22.3.1.0.1_220831.2106(LATEST)
Install the latest version of dbaastools by using the command: dbaascli admin updateStack
exaccnode3: Patchid : 22.2.1.1.0_220713.1149
Available Patches
Patchid : 22.3.1.0.1_220831.2106(LATEST)
Install the latest version of dbaastools by using the command: dbaascli admin updateStack
exaccnode4: Patchid : 22.2.1.1.0_220713.1149
Available Patches
Patchid : 22.3.1.0.1_220831.2106(LATEST)
Install the latest version of dbaastools by using the command: dbaascli admin updateStack
All Nodes have the same tools version
Upgrading Prechecks
# dbaascli admin updateStack --prechecksOnly --version LATEST
DBAAS CLI version 22.2.1.1.0
Executing command admin updateStack --prechecksOnly --version LATEST
INFO : Review log file => /var/opt/oracle/log/tooling/Update/Update_yyyy-mm-dd_hh24:mi:ss.nnnnnnnnnnnn.log
============ Starting RPM update operation ===========
Loading PILOT...
Session ID of the current execution is: 274
Log file location: /var/opt/oracle/log/tooling/Update/pilot_mm-dd_hh24:mi:ss-PM
-----------------
Running Plugin_initialization job
Completed Plugin_initialization job
-----------------
Running Default_value_initialization job
Completed Default_value_initialization job
-----------------
Running Rpm_version_validation job
Completed Rpm_version_validation job
-----------------
Running Rpm_source_validation job
Completed Rpm_source_validation job
-----------------
Running Disk_space_download_validation job
Completed Disk_space_download_validation job
-----------------
Running Rpm_download job
Skipping. Job is detected as not applicable.
-----------------
Running Rpm_validation job
Skipping. Job is detected as not applicable.
-----------------
Running Rpm_disk_space_validation job
Skipping. Job is detected as not applicable.
-----------------
Running Rpm_local_installation job
Skipping. Job is detected as not applicable.
-----------------
Running Rpm_remote_installation job
Skipping. Job is detected as not applicable.
-----------------
Running Installed_rpm_backup job
Skipping. Job is detected as not applicable.
-----------------
Running Cleanup_downloaded_rpm job
Skipping. Job is detected as not applicable.
-----------------
Running Cleanup_legacy_rpms job
Skipping. Job is detected as not applicable
Upgrade Cloud Tooling
# dbaascli admin updateStack --version LATEST
...
..
.
Check your current version of cloud tooling
# rpm -qa --last|egrep -i "dbaastools_exa|dbcs"
dbaastools_exa-1.0-1+22.3.1.0.1_220831.2106.x86_64 Fri 16 Sep 2022 02:14:38 PM AEST
dbcs-agent-update-exacc-22.2.1.1.0-220713.1149.x86_64 Thu 28 Jul 2022 01:25:22 PM AEST
dbcs-agent-exacc-2.8OL7-21.1.1.0.2_210408.1900.x86_64 Wed 07 Jul 2021 08:07:29 PM AEST
Check Available Updates
# dbaascli admin showLatestStackVersion
DBAAS CLI version 22.3.1.0.1
Executing command admin showLatestStackVersion
Job id: 886e630e-f911-425d-9219-936d62e5ab5e
{
"description" : "DBAAS Tools for Oracle Public Cloud",
"version" : "22.3.1.0.1_220831.2106",
"baseVersion" : "22.3.1.0.1"
}
dbaascli execution completed
# dbaascli patch tools list
DBAAS CLI version 22.3.1.0.1
Executing command patch tools list
Checking Current tools on all nodes
exaccnode1: Patchid : 22.3.1.0.1_220831.2106
No applicable tools patches are available
exaccnode2: Patchid : 22.3.1.0.1_220831.2106
No applicable tools patches are available
exaccnode3: Patchid : 22.3.1.0.1_220831.2106
No applicable tools patches are available
exaccnode4: Patchid : 22.3.1.0.1_220831.2106
No applicable tools patches are available
All Nodes have the same tools version
Like this:
Like Loading...
Related