Version 1 by Nathan McCoy
on Jul 08, 2016 17:05.

compared with
Version 2 by Nathan McCoy
on Apr 03, 2017 16:44.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (18)

View Page History
{code}nano -w /etc/yum.repos.d/r1soft.repo{code}

!nano-w.png|border=1!


2. Insert the following text into the file and save the file:



!cat-etc.png!


h4. 1.2 Install the Package

{note}
{code}yum install serverbackup-enterprise-agent{code}
!yum-agent_5.2.0.png|border=1!
Then, enter "y" to install all the dependencies of the package.

!yum-agent-y_5.2.0.png!


----
h3. 2. Install the Backup Agent Manually (Using RPM)
/usr/bin/unzip{code}

!which-unzip1.png!

If it returns the following output, you need to install the *unzip* utility first:

{code}/usr/bin/which: no unzip in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin){code}
  !which-unzip.png!

 To install unzip on RHE, CentOS, and Fedora:
{code}yum install unzip{code}

!yum-install-unzip.png!


h4. 2.3 Extract the ZIP File


{code}cd serverbackup-enterprise-agent{code}
!mk-agent.png|border=1!
 
4. Use the {{unzip}} command to extract the files.

{code}unzip ServerBackup-Enterprise-Agent-linux32.zip{code}
!unzip-agent_x32_5.2.0.png!



{code}rpm -i *.rpm{code}
!rpm-i.png|border=1!


You can test connectivity with the following command (this may take a minute):

{code}serverbackup-setup --test-connection{code}
!test-connection1.png!\\

h4. 3.2 Install Kernel Sources

{code}yum install kernel-devel{code}

!yum-kernel1.png!

h4. 3.3 Verify that the Source Matches Your Running Kernel

{code}

!get-module.png!

If module has been compiled and installed successfully, you will see an output similar to the following:

After it is complete, you will need to copy the module to /lib/modules/r1soft{code}

!no-binary1.png!

h4. Last Step