🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

R1soft agent installation steps


R1soft agent installation steps


R1soft agent installation 

Install dependency packages

[root@vps ~]# yum install gcc glibc-devel glibc-headers

First you need to check the server kernel Version

[root@vps ~]# uname -r
2.6.32-042stab084.20

Then Install the appropriate kernel-devel and kernel-headers

[root@vps src]# yum install kernel-devel-$(uname -r) -y

Install kernel-headers if it’s in openvz Node, if it is a dedicated server check kernel version and download and install headers

http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab084.20/

[root@vps src]# rpm -ivh http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab084.20/vzkernel-devel-2.6.32-042stab084.20.x86_64.rpm
Retrieving http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab084.20/vzkernel-devel-2.6.32-042stab084.20.x86_64.rpm
Preparing… ########################################### [100%]
1:vzkernel-devel ########################################### [100%]

[root@vps src]# rpm -qa | grep kernel
dracut-kernel-004-336.el6_5.2.noarch
kernel-2.6.32-431.3.1.el6.x86_64
vzkernel-headers-2.6.32-042stab084.12.x86_64
kernel-firmware-2.6.32-431.3.1.el6.noarch
vzkernel-2.6.32-042stab084.20.x86_64
kernel-2.6.32-358.el6.x86_64

Configure r1soft repo

[root@vps ~]# cd /etc/yum.repos.d
[root@vps ]# vim r1soft.repo

[r1soft]
name=R1Soft Repository Server
baseurl=http://repo.r1soft.com/yum/stable/$basearch/
enabled=0
gpgcheck=0

Install r1soft package.

[root@vps]# yum install r1soft-cdp-enterprise-agent –enablerepo=r1soft

Downloading Packages:
(1/4): serverbackup-agent-5.4.3.x86_64.rpm | 6.9 MB 00:01
(2/4): serverbackup-async-agent-2-6-5.4.3.x86_64.rpm | 13 MB 00:02
(3/4): serverbackup-enterprise-agent-5.4.3.x86_64.rpm | 2.8 kB 00:00
(4/4): serverbackup-setup-5.4.3.x86_64.rpm | 992 kB 00:00

Retreving Key from r1soft server

[root@vps src]# r1soft-setup –get-key https://IP address
Key ‘IPassdress.com’ successfully installed.

[root@vps13 src]# r1soft-setup –get-module 
Checking if module needs updated
Checking for binary module
Waiting |
No binary module found
Gathering kernel information
Gathering kernel information complete.
Creating kernel headers package
Checking ‘/lib/modules/2.6.32-042stab084.20/source/’ for kernel headers
Found headers in ‘/lib/modules/2.6.32-042stab084.20/source/’
Compressing…
uploading kernel package 99% 6112KB 6.0MB/s 00:00 ETA
Starting module build…
Complete.
Saving kernel module to ‘/lib/modules/r1soft/hcpdriver-cki-2.6.32-042stab084.20.ko’
Kernel module is now installed.
Use ‘/etc/init.d/cdp-agent restart’ to load the new driver

After installing the r1soft module check the hcpdriver and restart the cdp-agent.

Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • Network monitoring on Linux

    Network monitoring on Linux This post mentions some linux command line tools that can be used to monitor the network usage. These tools monitor the traffic flowing through network interfaces and...

  • df -i /tmp folder is full

    Install tmwatchftp://ftp.muug.mb.ca/mirror/centos/6.5/os/x86_64/Packages/tmpwatch-2.9.16-4.el6.x86_64.rpmthen run  /usr/sbin/tmpwatch -am 1 /tmp/nginx_clientthen add cron filelike this0 */1 *...

  • Accessing a Fedora Logical Volume from Ubuntu

    A while back, I started experimenting with Ubuntu after playing with Fedora. I decided to jump to Ubuntu and needed to move data from the Fedora-managed logical volume to Ubuntu. Here's what I...

  • How to create a partition size larger than 2TB on Linux

    How to create a partition size larger than 2TB on Linux Parted is a GNU utility and used to create, manipulate and delete the hard disk partitions. Select the drive that you need to create #...

  • RSZDT

    what is RSZDT mean ? PROCESS STATE CODES -different values that the s, stat and state output specifiers(header “STAT” or “S”) will display to describe the state of a...