1. systemctl stop acronis_mms
2. dkms status
3. dkms remove snapapi26/0.8.58 -k $(uname -r) #check for the latest snapapi kernel and remove. Can get that from the dkms status command
4. dkms install snapapi26/0.8.65 -k $(uname -r) # reinstall the latest snapapi kernel
5. Unload the old SnapAPI module from system memory:
~]# rmmod snapapi26
6. Load the new 0.8.65 module into memory:
~]# modprobe snapapi26
7. systemctl start acronis_mms


