R1Soft error will resemble something like – “Failed to backup LVM/MD Configuration” with running LVM based commands from R1Soft. Usually due to an upstream vendor or repo update of the LVM binary that conflicts with the R1soft native configuration “lvm.static”…
Category: R1Soft
Reinstall R1 with Beta module for CentOS 7
# yum reinstall serverbackup-agent # cd /lib/modules/r1soft # wget http://beta.r1soft.com/modules/Centos_7.4/hcpdriver-cki-3.10.0-693.2.2.el7.x86_64.ko # insmod hcpdriver-cki-3.10.0-693.2.2.el7.x86_64.ko # /etc/init.d/cdp-agent restart
Installing R1Soft Linux Manager Server on CentOS
The first step to install the Server Backup Manager is to create a new YUM .repo file with the R1Soft repository information. Save the file in the yum.repos.d directory (typically located in /etc/). #nano /etc/yum.repos.d/r1soft.repo Add the following: [r1soft] name=R1soft…
Installing the R1Soft Linux Agent on CentOS
The first step required for installing the agent is to configure the YUM repository. Modify the repository as follows: echo -e “[r1soft]\nname=R1Soft Repository Server\nbaseurl=http://repo.r1soft.com/yum/stable/\$basearch/\nenabled=1\ngpgcheck=0” > /etc/yum.repos.d/r1soft.repo yum install serverbackup-agent Or… # nano /etc/yum.repos.d/r1soft.repo Add… [r1soft] name=R1soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1…
R1soft-setup –get-key failed
When adding the key – Error message # r1soft-setup –get-key http://192.168.1.103 Get http://192.168.1.103//public_info: dial tcp 192.168.1.103:80: connection refused Note: When configuring the R1Soft Manager – http and https ports were set using the command: # serverbackup-setup –http-port 26080 –https-port 26443…