Installing the R1Soft agent on a server (CentOS)

 

Backups are critical for your peace of mind. In order to use KEKhost/KEKhosting's R1Soft backup solution, you will need to ensure that the server to be backed up has the R1Soft agent installed. Installing the R1Soft agent on your server with Centos can be done by an KEK technical agent, but if you'd like to do it yourself, you will need:

 

1) the root access of the server on which you want to deploy the agent,

2) and the IP of your dedicated backup server.

 

Note: The R1Soft v2 agent cannot run simultaneously with R1Soft v5 since both use port 1167. To uninstall R1Soft v2, complete the following linux command:

 

                      r1soft-uninstall-buagent --remove

 

Once you are sure you no longer have the R1Soft v2 agent installed, you can proceed to install R1Soft v5:

 

1) Add the R1Soft repository to your server:

 

                       echo "[r1soft]

 

                               name=R1Soft Repository Server

 

                              baseurl=http://repo.r1soft.com/yum/stable/\$basearch/

 

                              enabled=1

 

                              gpgcheck=0

 

                              " > /etc/yum.repos.d/r1soft.repo

 

 

 2. Install these files

 

                          yum -y install serverbackup-enterprise-agent

 

 3. Install the header kernels:

 

                          ryum install kernel-devel

 

 4. Obtain the kernel module from R1Soft:

 

                          r1soft-setup --get-module

 

To add the server's key to the agent's configuration using the Command Line Interface (CLI) tools, follow the instructions below.

 

Run the following command on the agent machine:

 

                     r1soft-setup --get-key https://[IPADDRESS]:8443

 

For security reasons, CDP agents accept connections only from known CDP Servers. To authorize a CDP server to CDP agent, you must add the CDP server's public key to agent's configuration.

 

To add the server's key to the agent's configuration using the command Line Interface (CLI) tools, follow the instructions below.

 

Run the following command on the agent machine:

 

                                  r1soft-setup --get-key https://[IPADDRESS]:8443

 

 

 

 

 

 

We recommend you restart the services once you have the key:

 

                      /etc/init.d/cdp-agent restart

 

Note: The --get-key function downloads the key from the server. For this option to work, the server should be up and accessible from the agent via the network.

 

Example: To add a server with IP address 192.168.0.222 to the list of servers known to the agent, run the r1soft-setup --get-key http://192.168.0.222 command.

 

Note: The --get-key function also accepts https:// URLS

 

Once the server key has been added, requests from the server should be accepted.

 

Read the following articles on confirming connectivity to R1Soft for your firewall:

 

For Smart Server firewalls: Troubleshooting Smart Server firewall connectivity to R1Soft