Installing DKMS on SLES 15 SP6
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
Continuing to use 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 ...
Renaming the cloud agent image in Hystax Acura
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, ...
Setting the receiver timeout for replication agents
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 ...
Checking cloud performance on Azure
Task Check the performance of Azure cloud platform if you have noticed considerable delays or failures in Cloud Site creation or replications. The following test is useful if you would like to see the actual timings of cloud operations like resource ...
Interpreting replication and performance data with 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 ...