To install R1Soft Agent on CentOS, create a file
vi /etc/yum.repos.d/r1soft.repo
Add
[r1soft]
name=R1Soft Repository Server
baseurl=http://repo.r1soft.com/yum/stable/$basearch/
enabled=1
gpgcheck=0
Now you can install Agent with command
yum install serverbackup-enterprise-agent -y
Install module with command
r1soft-setup --get-module
Restart cdp-agent
/etc/init.d/cdp-agent restart
You can stop/start agent with command
service cdp-agent stop
service cdp-agent start
service cdp-agent status
Once installed, verify connectivity with command
serverbackup-setup --test-connection
See r1soft
Leave a Reply