NBU 8.0客户端安装和备份配置
发表于:2025-11-07 作者:千家信息网编辑
千家信息网最后更新 2025年11月07日,suse 11sp4nbu client 8.0首先将客户端地址和服务端地址添加到相互hosts文件中。nbu 8.0支持Oracle 12c备份,备份脚本包括各种模板FA1XXXXXXS00P:/t
千家信息网最后更新 2025年11月07日NBU 8.0客户端安装和备份配置suse 11sp4
nbu client 8.0
首先将客户端地址和服务端地址添加到相互hosts文件中。
nbu 8.0支持Oracle 12c备份,备份脚本包括各种模板
FA1XXXXXXS00P:/tmp # tar -xvf NetBackup_8.0_CLIENTS_linux.tar
FA1XXXXXXS00P:/faXXXX/backup/NetBackup_8.0_CLIENTS2 # ./install
Veritas Installation Script
Copyright (c) 2016 Veritas Technologies LLC. All rights reserved.
Installing NetBackup Client Software
Please review the VERITAS SOFTWARE LICENSE AGREEMENT located on
the installation media before proceeding. The agreement includes
details on the NetBackup Product Improvement Program.
For NetBackup installation and upgrade information specific to your
platform and to find out if your installed EEBs or hot fixes are
contained in this release, check out the Veritas Services and Operations Readiness
Tools (SORT) Installation and Upgrade Checklist and Hot fix and EEB
Release Auditor, respectively, at https://sort.veritas.com/netbackup.
Do you wish to continue? [y,n] (y) y
Checking for required system conditions...
ok be_nb_same_host: inapplicable on linux: skipping
ok unsupported_platform: Passed checks for unsupported platforms.
Checking for recommended system conditions...
ok hotfix_auditor: NetBackup is not installed or there is no hotfix or EEB data present. Skipping HF/EEB Auditor check.
Do you want to install the NetBackup client software for this client? [y,n] (y) y
This package will install Linux/SuSE3.0.76 client.
This package will install NetBackup client 8.0.
Enter the name of the NetBackup master server : jdnbuserver
Would you like to use "FA1XXXXXXS00P" as the configured
name of the NetBackup client? [y,n] (y)
Client binaries are located in /faXXXX/backup/NetBackup_8.0_CLIENTS2/NBClients/anb/Clients/usr/openv/netbackup/client/Linux/SuSE3.0.76.
Starting NetBackup Deduplication installer
testing: /tmp/pdde_pkg_dir_30081
NetBackup Deduplication preinstall check passed
Installing VRTSnbpck ...
Installation of VRTSnbpck was successful. Check /tmp/install_VRTSnbpck.rpm_trace.30047 for details.
Installing VRTSpbx ...
Installation of VRTSpbx was successful. Check /tmp/install_VRTSpbx.rpm_trace.30047 for details.
Installing VRTSnbclt ...
Installation of VRTSnbclt was successful. Check /tmp/install_VRTSnbclt.rpm_trace.30047 for details.
Terminating NetBackup and/or Media Manager processes.
Installing NB-Java.
Installing VRTSnbjre ...
Installation of VRTSnbjre was successful.
More details regarding VRTSnbjre can be found in file
/tmp/install_VRTSnbjre.rpm_trace.30483 on FA1XXXXXXS00P.
Installing VRTSnbjava ...
Installation of VRTSnbjava was successful.
More details regarding VRTSnbjava can be found in file
/tmp/install_VRTSnbjava.rpm_trace.30483 on FA1XXXXXXS00P.
+ /bin/cp ./nbj.conf /usr/openv/java
Migrating log files in /usr/openv/logs
Migration of log files complete.
Send a SIGHUP to (x)inetd so the (x)inetd.conf file will be reread.
Reload INET services (xinetd)...done
Installing VRTSpddea.rpm ...
Installation of VRTSpddea.rpm was successful. Check /tmp/install_VRTSpddea.rpm_trace.30047 for details.
Installing VRTSnbcfg.rpm ...
Installation of VRTSnbcfg.rpm was successful. Check /tmp/install_VRTSnbcfg.rpm_trace.30047 for details.
File /usr/openv/tmp/install_trace.29893 contains a trace of this install.
That file can be deleted after you are sure the install was successful.
##手动配置链接,或者执行脚本
oracle@FA1XXXXXXS00P:~> ln -s /usr/openv/netbackup/bin/libobk.so64 /oracle/app/oracle/product/11.2.0/lib/libobk.so
oracle@FA1XXXXXXS00P:~> /usr/openv/netbackup/bin/oracle_link
Tue Mar 13 09:54:51 CST 2018
All Oracle instances should be shutdown before running this script.
Please log into the Unix system as the Oracle owner for running this script
Do you want to continue? (y/n) [n] y
LIBOBK path: /usr/openv/netbackup/bin
ORACLE_HOME: /oracle/app/oracle/product/11.2.0/db_1
Oracle version: 11.2.0.4.0
Platform type: x86_64
Linking LIBOBK:
Moving libobk.so to libobk.so.back
ln -s /usr/openv/netbackup/bin/libobk.so64 /oracle/XXXXXXX/lib/libobk.so
Done
Please check the trace file located in /tmp/make_trace.11011
to make sure the linking process was successful.
##测试
jdXXX2:~ # su - oracle
oracle@jdXXX2:~> sbttest /etc/hosts
The sbt function pointers are loaded from libobk.so library.
-- sbtinit succeeded
-- sbtinit (2nd time) succeeded
sbtinit: Media manager supports SBT API version 2.0
sbtinit: Media manager is version 5.0.0.0
sbtinit: vendor description string=Veritas NetBackup for Oracle - Release 8.0 (2016110921)
sbtinit: allocated sbt context area of 8 bytes
sbtinit: proxy copy is supported
-- sbtinit2 succeeded
-- regular_backup_restore starts ................................
MMAPI error from sbtbackup: 7501, VxBSACreateObject: Failed with error:
Server Status: the specified policy does not exist in the configuration database
-- sbtbackup failed
/usr/openv/netbackup/ext/db_ext该目录下有支持各种数据库的备份模板
在/usr/openv/netbackup/目录下创建scripts目录,
拷贝模板下的脚本到该目录下
修改该脚本中涉及到Oracle环境变量,ORACLE_HOME、ORACLE_SID
备份方式也可以根据本单元备份要求进行调整。
拷贝完成后,需要在nbu server端配置备份测试和备份池
nbu client 8.0
首先将客户端地址和服务端地址添加到相互hosts文件中。
nbu 8.0支持Oracle 12c备份,备份脚本包括各种模板
FA1XXXXXXS00P:/tmp # tar -xvf NetBackup_8.0_CLIENTS_linux.tar
FA1XXXXXXS00P:/faXXXX/backup/NetBackup_8.0_CLIENTS2 # ./install
Veritas Installation Script
Copyright (c) 2016 Veritas Technologies LLC. All rights reserved.
Installing NetBackup Client Software
Please review the VERITAS SOFTWARE LICENSE AGREEMENT located on
the installation media before proceeding. The agreement includes
details on the NetBackup Product Improvement Program.
For NetBackup installation and upgrade information specific to your
platform and to find out if your installed EEBs or hot fixes are
contained in this release, check out the Veritas Services and Operations Readiness
Tools (SORT) Installation and Upgrade Checklist and Hot fix and EEB
Release Auditor, respectively, at https://sort.veritas.com/netbackup.
Do you wish to continue? [y,n] (y) y
Checking for required system conditions...
ok be_nb_same_host: inapplicable on linux: skipping
ok unsupported_platform: Passed checks for unsupported platforms.
Checking for recommended system conditions...
ok hotfix_auditor: NetBackup is not installed or there is no hotfix or EEB data present. Skipping HF/EEB Auditor check.
Do you want to install the NetBackup client software for this client? [y,n] (y) y
This package will install Linux/SuSE3.0.76 client.
This package will install NetBackup client 8.0.
Enter the name of the NetBackup master server : jdnbuserver
Would you like to use "FA1XXXXXXS00P" as the configured
name of the NetBackup client? [y,n] (y)
Client binaries are located in /faXXXX/backup/NetBackup_8.0_CLIENTS2/NBClients/anb/Clients/usr/openv/netbackup/client/Linux/SuSE3.0.76.
Starting NetBackup Deduplication installer
testing: /tmp/pdde_pkg_dir_30081
NetBackup Deduplication preinstall check passed
Installing VRTSnbpck ...
Installation of VRTSnbpck was successful. Check /tmp/install_VRTSnbpck.rpm_trace.30047 for details.
Installing VRTSpbx ...
Installation of VRTSpbx was successful. Check /tmp/install_VRTSpbx.rpm_trace.30047 for details.
Installing VRTSnbclt ...
Installation of VRTSnbclt was successful. Check /tmp/install_VRTSnbclt.rpm_trace.30047 for details.
Terminating NetBackup and/or Media Manager processes.
Installing NB-Java.
Installing VRTSnbjre ...
Installation of VRTSnbjre was successful.
More details regarding VRTSnbjre can be found in file
/tmp/install_VRTSnbjre.rpm_trace.30483 on FA1XXXXXXS00P.
Installing VRTSnbjava ...
Installation of VRTSnbjava was successful.
More details regarding VRTSnbjava can be found in file
/tmp/install_VRTSnbjava.rpm_trace.30483 on FA1XXXXXXS00P.
+ /bin/cp ./nbj.conf /usr/openv/java
Migrating log files in /usr/openv/logs
Migration of log files complete.
Send a SIGHUP to (x)inetd so the (x)inetd.conf file will be reread.
Reload INET services (xinetd)...done
Installing VRTSpddea.rpm ...
Installation of VRTSpddea.rpm was successful. Check /tmp/install_VRTSpddea.rpm_trace.30047 for details.
Installing VRTSnbcfg.rpm ...
Installation of VRTSnbcfg.rpm was successful. Check /tmp/install_VRTSnbcfg.rpm_trace.30047 for details.
File /usr/openv/tmp/install_trace.29893 contains a trace of this install.
That file can be deleted after you are sure the install was successful.
##手动配置链接,或者执行脚本
oracle@FA1XXXXXXS00P:~> ln -s /usr/openv/netbackup/bin/libobk.so64 /oracle/app/oracle/product/11.2.0/lib/libobk.so
oracle@FA1XXXXXXS00P:~> /usr/openv/netbackup/bin/oracle_link
Tue Mar 13 09:54:51 CST 2018
All Oracle instances should be shutdown before running this script.
Please log into the Unix system as the Oracle owner for running this script
Do you want to continue? (y/n) [n] y
LIBOBK path: /usr/openv/netbackup/bin
ORACLE_HOME: /oracle/app/oracle/product/11.2.0/db_1
Oracle version: 11.2.0.4.0
Platform type: x86_64
Linking LIBOBK:
Moving libobk.so to libobk.so.back
ln -s /usr/openv/netbackup/bin/libobk.so64 /oracle/XXXXXXX/lib/libobk.so
Done
Please check the trace file located in /tmp/make_trace.11011
to make sure the linking process was successful.
##测试
jdXXX2:~ # su - oracle
oracle@jdXXX2:~> sbttest /etc/hosts
The sbt function pointers are loaded from libobk.so library.
-- sbtinit succeeded
-- sbtinit (2nd time) succeeded
sbtinit: Media manager supports SBT API version 2.0
sbtinit: Media manager is version 5.0.0.0
sbtinit: vendor description string=Veritas NetBackup for Oracle - Release 8.0 (2016110921)
sbtinit: allocated sbt context area of 8 bytes
sbtinit: proxy copy is supported
-- sbtinit2 succeeded
-- regular_backup_restore starts ................................
MMAPI error from sbtbackup: 7501, VxBSACreateObject: Failed with error:
Server Status: the specified policy does not exist in the configuration database
-- sbtbackup failed
/usr/openv/netbackup/ext/db_ext该目录下有支持各种数据库的备份模板
在/usr/openv/netbackup/目录下创建scripts目录,
拷贝模板下的脚本到该目录下
修改该脚本中涉及到Oracle环境变量,ORACLE_HOME、ORACLE_SID
备份方式也可以根据本单元备份要求进行调整。
拷贝完成后,需要在nbu server端配置备份测试和备份池
备份
目录
脚本
模板
配置
地址
拷贝
支持
测试
客户
客户端
下有
单元
变量
手动
数据
数据库
文件
方式
环境
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
其他软件开发具体行业
数据库文件干什么用的
松江区海航软件开发服务价格
软件开发费费用入什么科目
阿里云服务器搭建maven私服
清史文献档案数据库
win服务器网卡主备模式
闵行区品牌软件开发定制平均价格
云南gps时钟同步服务器
mysql 查数据库时间
智能边缘计算服务器选择
网络安全科普的宣传
委托软件开发的税率
服务器搭建注意事项
网络安全法 立法宗旨
魔吸服务器
两个把两个dbf数据库合并
数据库粒度之属性加密
干网络安全
网络技术专业网站
网络安全宣传问卷
软件开发外包公司技术
员工培训系统数据库设计
根据网络安全法规法的规定
城阳区苹果软件开发系统
中国网络技术的先进性的体现
贵州超频服务器技术指导
宝山区推广软件开发哪个好
沭阳进口网络技术诚信服务
网络安全和舆情监测中心职责