You must upgrade the operating system package for Oracle Linux 8.9 on the bare metal server to enable RHCK kernel.
- Log on to the bare metal server.
- Disable all the current repositories. Enter:
sudo dnf config-manager --disable '*'
- Enable the Oracle Linux 8.9 repository. Enter:
sudo dnf config-manager --add-repo=http://yum.oracle.com/repo/OracleLinux/OL8/9/baseos/base/x86_64
sudo dnf config-manager --enable
Note: You must enable the repository only for Oracle Linux 8.9.
- Clear the yum cache. Enter:
- Update the operating system package. Enter:
sudo dnf update
https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/getPackage/kernel-4.18.0-513.24.1.el8_9.x86_64.rpm
- Reboot the bare metal server to apply the changes.
- Relogin to the bare metal server as a root user and verify the kernel version. Enter:
[root@scpodc-esxi204 ~]# uname -r
Sample output:
4.18.0-513.24.1.el8_9.x86_64