Install Server Backup Manager on CentOS, RHE, and Fedora
1. Install Server Backup Manager using YUM
1.1 Configure the YUM Repository
YUM is the easiest way to keep programs up-to-date on RedHat-compatible distributions. YUM downloads and installs the latest version of a program. You should configure the YUM repository to manage installations of and upgrades to Server Backup Manager.
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/.
1. Open the new file with a text editor such as vi or nano:
or

2. Insert the following text into the file and save the file:
| Tip $basearch is a Yum variable, i.e., the base architecture (32-bit, 64-bit, etc.). |

3. To verify what is written to the file, use the following command:

1.2 Install the package
1. With the installed YUM repository, you can use the following command to install Server Backup Manager:

2. Then, enter "y" to install all the dependencies of the package.

3. Once complete, you can use the help command to list all available options:

4. Now, proceed to the Step 3.
2. Install the Server Backup Manager manually using rpm
2.1 Download Server Backup Manager
See Obtain Linux Backup Manager.
2.2 Make sure you can unzip the download
Most Linux distributions come with the unzip utility pre-installed. To determine if you have the unzip utility, run:
This should return an output similar to the following:
/usr/bin/unzip

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

To install unzip on RHE, CentOS, and Fedora:

2.3 Extract the ZIP file
We recommend creating a temporary directory to which you can extract the contents of the ZIP file.
1. Use the mkdir command to create a temporary directory (in our case, serverbackup).
2. Use the mv command to move the archive to that directory.
Note that Linux file names are case-sensitive. Make sure you type the
name correctly (in our case, "ServerBackup-Enterprise-linux32.zip").
3. Use the cd command to go to that directory.

4. Use the unzip command to extract the files.
!unzip-ent_5.2.0.png!Run:

2.4 Install the packages
| Notice You must be a Linux root user to install the Server Backup Manager. |
The archive you have extracted contains two folders: one with .deb packages (in our case, "enterprise-manager-deb") and one with .rpm packages ("enterprise-manager-rpm"). If you are installing on RedHat and CentOS, select the .rpm package.
Each folder contains a set of Server Backup components:
- serverbackup-setup
- serverbackup-manager
- serverbackup-enterprise
You will need to install all of them in one step. Use the cd command to go to the folder with the packages (in our case, deb-linux32)
And run the following command:
RPM 32-bit (x86) / RPM 64-bit (x86_64)

| Note The installed files are located in the /usr/sbin/r1soft directory. The Manager startup script is /etc/init.d/cdp-server. |
| Note You do not need to install the kernel module on the Server. |
3. Configure and start the Server Backup Manager Web-based user interface
1. You must define a username and password for Backup Manager Web Interface before you can begin using Server Backup Manager.
After running this command, you will see an output similar to the following:
Server username and password set
The Server Backup Manager must be restarted for these changes to take effect
Use '/etc/init.d/cdp-server restart' to restart.

To restart the Server Backup Manager run the following command:

2. Configure Ports if necessary.
By default, the embedded web server in Server Backup Manager required
for the Web-based Interface will listen on TCP ports 80 (HTTP) and 443
(HTTPS). These ports are frequently used by your Linux server (e.g., by
Apache). If you are already using ports 80 and 443, you will need to
define different ports. Ports 8080 (HTTP) and 8443 (HTTPS) are
recommended alternatives to standard 80 and 443. However, you can choose
any other valid and unused TCP port.

| Note You may need to change the firewall rules, depending on where you are connecting to the Web Interface from. |
See also: Configure Server Backup Manager on Linux.
3. Start the Web Interface (Backup Manager):

You should now be able to connect to the Server Backup Manager Web interface using Firefox or Internet Explorer. See Access Server Backup Manager Web interface.
Next steps
Install Server Backup Manager on CentOS, RHE, and Fedora的更多相关文章
- 转: How to Install MongoDB 3.2 on CentOS/RHEL & Fedora (简单易懂)
from: http://tecadmin.net/install-mongodb-on-centos-rhel-and-fedora/ MongoDB (named from “huMONGOus ...
- Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin
Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin 1 year ago - by Daniel - howto centos v ...
- Windows Server Backup 备份Hypver-V VM
在Windows Server 2012中,可以通过Windows Server Backup备份Hypver-V VM.在还原时,将会还原到Hypver-V管理器中. 设置只保存2个备份副本,命令如 ...
- Install Erlang and Elixir in CentOS 7
In this tutorial, we will be discussing about how to install Erlang and Elixir in CentOS 7 minimal s ...
- Domino Server installation on Linux (Centos or Redhat) – something somewhere
something somewhere welcome in there…:) Just another techki site howto / Linux / Lotus Domino 0 Domi ...
- SQL Server恢复软件SysTools SQL Recovery/SysTools SQL Server Recovery Manager
SQL Server恢复软件SysTools SQL Recovery/SysTools SQL Server Recovery Manager http://www.systoolsgroup.co ...
- Windows server用好windows server backup,发挥个人电脑该有的系统还原功能
笔记本上安装windows server的各位是不是有个感触,默认软件升级.软件更新,系统是没有系统还原的(磁盘清理发现也没有还原点可清理),也就是系统出了问题,还原不了干着急. 其实,windows ...
- Winodow Server Backup学习向导-window 2008
1.安装Window Server Backup 2.备份服务器 3.恢复服务器 4.优化和备份服务器性能 Windows Server Backup 中的新增功能有哪些? Windows Serve ...
- SQL Server Configuration Manager出错
在 Windows 桌面上,单击“开始”,然后单击“运行”. 在“打开”框中,键入 MMC,然后单击“确定”. 在“控制台”窗口中,单击菜单栏上的“文件”,然后单击“添加/删除管理单元”. 在“ ...
随机推荐
- 【Luogu】P2765魔术球问题(没看懂的乱搞)
题目链接 这题……讲道理我没看懂. 不过我看懂题解的代码是在干嘛了qwq 题解是zhaoyifan的题解 然后……我来讲讲这个题解好了. 题解把值为i的球拆成了两个,一个编号是i*2,一个编号是i*2 ...
- java面试题之什么是多线程上下文切换
多线程会共同使用一组计算机上的CPU,而线程数大于给程序分配的CPU数量时,为了让各个线程都有执行的机会,就需要轮流使用CPU.不同的线程切换使用CPU发生的数据切换等就是上下文切换
- Django AUTHENTICATION_BACKENDS
指定认证后端 Django维护一个”authentication backends”的列表用来测试认证.当调用 django.contrib.auth.authenticate() — Django将 ...
- 用Vue创建一个新的项目
vue的安装 Vue.js不支持IE8及以下版本.因为Vue.js使用了ECMAScript5特性,IE8显然不能模拟.Vue.js支持所有兼容ECMAScript5的浏览器. 在用Vue.js构建大 ...
- Oracle Dual 表详解
1.DUAL表的用途Dual 是 Oracle中的一个实际存在的表,任何用户均可读取,常用在没有目标表的Select语句块中--查看当前连接用户SQL> select user from dua ...
- 04深入理解C指针之---指针优缺点
该系列文章源于<深入理解C指针>的阅读与理解,由于本人的见识和知识的欠缺可能有误,还望大家批评指教. 指针的优点: 1.支持动态内存分配,主要借助于malloc()函数完成内存的分配,fr ...
- Codeforces Gym101606 I.I Work All Day (2017 United Kingdom and Ireland Programming Contest (UKIEPC 2017))
I I Work All Day 这个题就是取模找最小的. 代码: 1 #include<iostream> 2 #include<cstdio> 3 #include< ...
- MySQL通用编程
第一阶段:基础入门 第一章:关系模型 第二章:基本查询 第三章:复杂查询 第四章:权限控制 第五章:查询优化 第二阶段:模型设计 第六章:设计选择 第七章:函数依赖 第八章:分解算法 第九章:设计过程 ...
- [CQOI2018] 社交网络
题目背景 当今社会,在社交网络上看朋友的消息已经成为许多人生活的一部分.通常,一个用户在社交网络上发布一条消息(例如微博.状态.Tweet等) 后,他的好友们也可以看见这条消息,并可能转发.转发的消息 ...
- JS没有contains方法,可以用indexof实现
我们很多时候会不自觉的在js代码里对一个字符串进行如下操作: str.contains("substr"); 但是js里面没有这个方法去判断字符串str是不是包含substr,而j ...