OCI DBaaS: Kernel Patches missing in DBCS instance using dbcli utility
Applies To:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
Symptoms:
On OCI DBCS instance "dbcli get-availableospatches
" shows no updates available, so it won't patch the current DBaaS image.
Cause:
dblci
tool is unable to install and download target kernel UEK4 4.1.12-124.70.2.el7uek.x86_64 because there was already a higher version of kernel UEK6 5.4.17-2136.311.6.el7uek.x86_64 installed. The intended DBaaS image should be based on UEK4 and have this yum repository [ol7_UEKR6]
enabled.
Solution:
Manually remove the higher version of kernel UEK6 5.4.17-2136.311.6.el7uek.x86_64. Then, rerun "dbcli get-availableospatches
".
0