0
点赞
收藏
分享

微信扫一扫

Netbackup Media 10搭建

骑在牛背上看书 2024-06-09 阅读 4

1 环境要求

操作系统Redhat 8.6

Linux 8.0以上系统需要安装

dnf install libnsl libXtst gzip

添加hosts解析(ops、master、media)

设置语言默认环境"en_US.UTF-8"

localectl set-locale en_US.utf8

locale

vi /etc/hosts

10.1.10.13 nbu-am05.xxx.com nbu-am05

...

:wq

2 安装包验证

mkdir -p /soft/NBU

cd /soft/NBU/

# sha256sum NetBackup_10.0_LinuxR_x86_64.tar.gz

12b11348b80c8b7aab11cf50a3f4ac7a45e2b13fedcb7cff01032f0c8f75388e  NetBackup_10.0_LinuxR_x86_64.tar.gz

3 安装软件

tar -xzvf NetBackup_10.0_LinuxR_x86_64.tar.gz

cd NetBackup_10.0_LinuxR_x86_64/

sh ./install


Do you wish to continue? [y,n] (y)


Is this host the primary server? [y,n] n


Would you like to use "nbu-am05.xxx.com" as the configured

NetBackup server name of this machine? [y,n] (y)


What is the fully qualified name of the primary server? master-a01.xxx.com

Do you want to install NetBackup and Media Manager files? [y,n] (y)


Is it OK to install in /usr/openv? [y,n] (y)


SHA-1 Fingerprint: [7F:88:43:36:46:A2:79:68:3E:98:0B:AA:49:11:00:61:2F:00:B7:96].

Is this correct? [y,n] y


带图形的1,不带图形的2

Java GUI and JRE option: [1,2] (2) :1


验证安装完成信息

cat /usr/openv/pack/install.history


4 介质和客户端卸载方法

/usr/openv/netbackup/bin/bp.kill_all

/usr/openv/netbackup/bin/bmrsetupmaster -undo -f

/usr/openv/netbackup/bin/admincmd/nbftsrv_config -d

rpm -e VRTSnetbp

rpm -e VRTSnbjava

rpm -e VRTSnbjre

rpm -e VRTSnbclt

rpm -e VRTSpbx

rpm -e VRTSnbpck

rpm -e VRTSpddei

file -h /usr/openv

rm -fr /usr/openv


举报

相关推荐

0 条评论