R1soft CDP backup is disk-based data protection that provides periodical data storage to a central backup management server. It protects your hosting data by using replica and synchronization over the network.
R1soft CDP backup allows for full server backup, and you can use it to perform bare metal restoration. However, once we upgrade the Kernal version on the server, we may encounter the following error while running the backup,
An exception occurred during the request - The replication driver was not detected (detail: An error occurred while loading the hcpdriver module, please check your system logs; Please run “r1soft-setup –get-module ” on your Agent to install one.
- Firstly, load the hcp driver using the below command,
Code:
lsmod | grep hcp
- Now, verify the kernel version using the below command,
Code:
uname -r
- Then, verify Kernel-devel & Kernel-headers packages. It should correspond to the installed Kernel version.
Code:
rpm -qa | grep kernel
- Next, If the matching kernel version is not installed or found, then install via the below command,
Code:
r1soft-setup --get-module r1soft-setup --get-module --no-binary
- Now, restart the CDP agent once with the following command,
Code:
/etc/init.d/cdp-agent restart
- Lastly, load the hcp driver again by running the following command,
Code:
lsmod | grep hcpdriver
Thus, by implementing the above steps, you can locate the value in return, and the backup should run fine using R1Soft. I hope the above ways help you to fix R1Soft while loading the hcpdriver module error.
------------------
Regards,
Rex Maughan
Leave a comment: