Update Kernels
Pre requisites:
All target nodes should be running RHEL, Rocky Linux, or Ubuntu OS.
Download the kernel packages using
local_repo.yml.Verify that the cluster nodes are in the
bootedstate.
Install kernel updates to cluster nodes
Go to
utils/software_updateand editsoftware_update_config.yml, as per the parameters table below.
Parameter |
Details |
|---|---|
|
|
|
|
|
|
To run the playbook, run the following commands:
cd utils/software_update ansible-playbook software_update.yml -i inventory
Note
Inventory should contain the IP/hostname/service tag of the target nodes. For example,
10.5.0.101
10.5.0.102
- After execution is completed, verify that kernel packages are on the nodes using:
For RHEL/Rocky Linux:
rpm -qa | grep kernelFor Ubuntu:
dpkg -l | grep linux-generic
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.