How to install dkms on SLES 15 SP 6
Task
Install DKMS on SLES 15 SP6.
Solution
SLES 15 SP6 does not include DKMS in its standard repository by default. However, DKMS is available for SP6 via the openSUSE:Backports:SLE-15-SP6 repository (or Package Hub), so it can still be installed on SLES 15 SP6:
1. Enable unsupported modules. Launch:
echo "allow_unsupported_modules 1" | sudo tee /etc/modprobe.d/10-unsupported-modules.conf
3. Install kernel symbols package.
Download and install the corresponding kernel-syms package for your kernel version.
4. Proceed with your DKMS-based module installation.
Once both packages are installed, you can continue installing or building DKMS modules as needed.
Related Articles
How to change the name of the cloud agent image
Task Change the name of the cloud agent image Solution "Hystax_CATI" is the default Cloud Agent image name used while we deploy Hystax Acura. Sequence of steps on an already deployed Acura: Rename the Cloud Agent image. Create a new customer, ...
How to interpret data using Grafana
Task How to interpret data using Grafana. Solution To access the Grafana dashboards log in at http://<ACURA_IP>:30082. User: grafana_user; password: LxY83mXr. On the Home Dashboard page find: the list of useful dashboards global replication speed and ...
How to change the volume type for each device in the cloud
Task Devices need to be replicated with a different type of volume in the cloud. Solution This instruction applies to AWS, K2 Cloud, Flexible Engine, and OpenStack clouds. The solution is available only for unprotected devices. To change the disk ...
How to set receiver timeout
Task Set receiver timeout. Solution Since version 4.2.2 there is an ability to specify a timeout for data transfer by replication agents. The default value is 60 minutes. The timeout parameter is stored in etcd. To configure it, use the following ...
How to continue using Acura after changing its public IP address
Challenge Acura requires a new public IP, and the replications should continue working as before. Solution This article covers the process from the start, so skip to #2 if you have already configured a new IP. #1 To change Acura's public IP: Go to ...