[VEEAM] Failed to load module [veeamsnap] on Oracle Linux 8 with UEK R7 kernel - DouglasSouza54/knowledge GitHub Wiki

Check the version of Veeam Agent for Linux that is installed using the following command: Take note of the build number that is installed, it will be referred to in later steps as v.x.y.zzzz.

veeamconfig -v

Build veeamsnap/v.x.y.zzzz with dkms using GCC 11 SCL: Replace v.x.y.zzzz with the installed build number from Step 1.

scl enable gcc-toolset-11 -- dkms install -m veeamsnap/v.x.y.zzzz --force

KB4394