NBU客户端在Linux/Unix环境下的安装非常简单,下面以NBU7.5的客户端安装为例子说明:
第一步,hosts解析
在nbuserver主服务器上的/etc/hosts文件添加客户端主机的解析
在客户端主机的/etc/hosts文件添加客户端主机的解析
第二步:环境变量设置
vi /etc/profile
#在文件末尾增加如下:
PATH=$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/goodies:/usr/openv/netbackup/bin/admincmd
export PATH
第三步,解压软件
# tar xf NetBackup_7.5_CLIENTS.tar.gz
# ls -rlt
total 0
drwxr-xr-x 4 root bin 256 Feb 092012 NetBackup_7.5_CLIENTS.
# cd NetBackup_7.5_CLIENTS
# ls -rlt
total 240
drwxr-xr-x 4 root bin 256 Feb 082012 NBClients
-r-xr-xr-x 1 root bin 59354 Feb 092012 install
-r--r--r-- 1 root bin 2416 Feb 092012 VSM_README
-r--r--r-- 1 root bin 49589 Feb 092012 LICENSE
drwxr-xr-x 2 root bin 4096 Feb 092012 Doc
第四步,进入解压后的目录,执行install脚本进行安装
# ./install
Do you wish to continue? [y,n] (y) 确认安装
Do you want to install the NetBackup clientsoftware for this client? [y,n] (y) 确认安装
Enter the name of the NetBackup masterserver : nbuserver 输入nbu主服务器的主机名称
Would you like to use"GDPMTS-DB1-1" as the configured
name of the NetBackup client? [y,n] (y) n 可以选择y,不做更改客户端主机名称;选择n更改客户端主机名称
Enter the name of this NetBackup client :GDPMTS-DB1-1_BEIFEN 输入客户端主机名称
备注:
软件默认安装在/usr/openv目录,如需更改到其他文件系统,请在安装前做ln -s 软链接到其他目录下。
第五步,安装完成后,根据实际情况,我们可能需要为这个客户端添加介质服务器,以便使用介质服务器存储该客户端的数据
请在介质服务器的hosts表上解析这个客户端
请在客户端/usr/openv/netbackup/bp.conf文件增加SERVER = mediaservername;每个介质服务器占一行
例如:
SERVER = nbuserver 主服务器(默认安装后就存在)
SERVER = mediaserver01 第一个介质服务器
SERVER = mediaserver02 第二个介质服务器