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

Changes (5)

View Page History
h4. 1.1 Configure YUM Repository

*YUM* is the easiest way to keep programs up-to-date on RedHat-compatible distributions. It downloads and installs the latest version of a program. You should configure Configure the *YUM repository* to manage install and [upgrades|Upgrade Backup Agent for Linux] of the Backup Agent.

First, create a YUM {{.repo}} file with the R1Soft repository information. Save the file in the {{yum.repos.d}} directory which is typically located in {{/etc/}}.
{code}which unzip{code}

This should return command returns an output similar to the following:

{code}which unzip
You will have to compile the kernel module using the kernel headers. The program {{serverbackup-setup}} will obtain all the information needed to compile a module from your running kernel.

In order for kernel module compilation to work, you should must have Internet connectivity directly from the Linux server you are installing Server Backup on, to TCP port HTTPS (443), on the host {{krnlbld.r1soft.com}}.

You can test connectivity with the following command (this may take a minute):
h4. 3.5 Build Server Backup Kernel Module Offline (without direct Internet connection to R1Soft build server)

If there is no direct Internet connection between your server and Idera build server, it is still possible to compile the kernel module. In this case, this will be three-step process. First, you will have to create a tarball file with the kernel headers. When you should copy this tarball file from the server to some other computer which has Internet connection to Idera build server. From this computer you should upload the tarball to the build server and wait for the compilation to finish. When it is finished, you should download binary module and copy it back to the server Backup Agent runs on. Start with executing the following command:
If there is no direct Internet connection between your server and the R1Soft build server, it is still possible to compile the kernel module. In this case, this is a three-step process. First, create a tarball file with the kernel headers. Copy this tarball file from the server to some other computer which has Internet connection to the R1Soft build server. From this computer you can upload the tarball to the build server and wait for the compilation to finish. When it is finished, download the binary module and copy it back to the server Backup Agent runs on. Start with executing the following command:

{code}serverbackup-setup --no-binary --kernel-dir /usr/src/kernels/YOUR_KERNEL_TREE --tarball-only /tmp/kernel-headers-for-r1soft.tar.gz{code}