Posts

Showing posts from October, 2016

Linux Agent - Error - Replication Driver Missing

Linux Agent - Error - Replication Driver Missing If any policy fails in R1soft, then you need to click on the failed policy and check the field "Alerts". If you see error related to "hcpdriver module", like ============================ 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. ). ============================ Then you need to make sure you have installed Kernel-devel & Kernel-headers on your "Agent Server". Run (On clients server); # lsmod | grep hcp If it returns no value, then the hcpdriver not running on your client machine. After that you need perform below steps, 1. Check the current running Kernel # uname -r 2. Check you installed correct Kernel-devel & Kernel-headers # rpm -qa | gre