[SOLVED] FAILED R1soft HCP module hcpdriver-cki-4.18.0-193.14.2.el8_2.x86_64.ko on CentOS 8

This tutorial will show you how to install R1Soft Agent + HCP Module (hcpdriver-cki-4.18.0-193.14.2.el8_2.x86_64.ko) on your CentOS 8 server. [[email protected] ~]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) [[email protected] ~]# cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# vim r1soft.repo [r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0 [[email protected] yum.repos.d]# yum install serverbackup-enterprise-agent R1Soft Repository Server 15 kB/s | 35 kB 00:02 Dependencies resolved. ========================================================================================================================= Package Architecture Version Repository Size ========================================================================================================================= Installing: serverbackup-enterprise-agent x86_64 6.14.1-39…

How to install CDP/R1soft on a CentOS 6/7 server

To install CDP agent, create following repo. vi /etc/yum.repos.d/r1soft.repo [r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0 yum install r1soft-cdp-enterprise-agent -y r1soft-setup –get-module on CentOS 6: sudo iptables -I INPUT -p tcp -m tcp –dport 1167 -j ACCEPT sudo service iptables save On CentOS 7: sudo firewall-cmd –zone=public –add-port=1167/tcp –permanent sudo firewall-cmd –reload r1soft-setup –get-key http://IP-Address:8080/ Tags:- agent, backup, failed, hcp, hcpdriver, kernel-devel, kernel-headers, modules, policy, r1soft

[Solved] Failed backup of LVM configuration – R1soft/CDP

Error:- Failed backup of LVM configuration Failed to execute command ‘lvm.static pvs -o pv_fmt,pv_uuid,dev_size,pv_name,pv_mda_free,pv_mda_size,pv_all,seg_all,pvseg_all,vg_all,lv_all –nameprefixes –noheadings –units b –nosuffix –unquoted’ Solution:- mv /usr/sbin/r1soft/lib/lvm.static /usr/sbin/r1soft/lib/lvm.static_orig ln -s /sbin/lvm /usr/sbin/r1soft/lib/lvm.static

[Solved] R1soft build module issue for CentOS kernel 4.4.112 – hcpdriver-cki-4.4.112-1.el6_.elrepo.x86_64.ko

Solution:- Download this kernel and install it then reboot to make it active. Kernel wget http://mirror.rc.usf.edu/compute_lock/elrepo/kernel/el6/x86_64/RPMS/kernel-lt-4.4.112-1.el6.elrepo.x86_64.rpm Module wget https://the-d2.com/wp-content/uploads/2019/06/hcpdriver-cki-4.4.112-1.el6_.elrepo.x86_64.ko_.zip Unzip the module file Place module here /lib/modules/r1soft/ then create a symlink to it having name hcpdriver.o Like this. ll /lib/modules/r1soft/ total 128 -rw——- 1 root root 124190 Jan 19 2018 hcpdriver-cki-4.4.112-1.el6.elrepo.x86_64.ko lrwxrwxrwx 1 root root 64 May 28 09:16 hcpdriver.o -> /lib/modules/r1soft/hcpdriver-cki-4.4.112-1.el6.elrepo.x86_64.ko Restart cdp service. Check module hcp -l  …