返回顶部
首页 > 资讯 > 数据库 >NBU 8.0客户端安装和备份配置
  • 611
分享到

NBU 8.0客户端安装和备份配置

2024-04-02 19:04:59 611人浏览 安东尼
摘要

suse 11sp4 nbu client 8.0 首先将客户端地址和服务端地址添加到相互hosts文件中。 nbu 8.0支持oracle 12c备份,备份脚本包括各种模板 FA1XXXXXXS00

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端配置备份测试和备份池

您可能感兴趣的文档:

--结束END--

本文标题: NBU 8.0客户端安装和备份配置

本文链接: https://lsjlt.com/news/48784.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • NBU 8.0客户端安装和备份配置
    suse 11sp4 nbu client 8.0 首先将客户端地址和服务端地址添加到相互hosts文件中。 nbu 8.0支持Oracle 12c备份,备份脚本包括各种模板 FA1XXXXXXS00...
    99+
    2024-04-02
  • 安装oracle客户端支持oracle远程备份及PL/SQL配置
    一、oracle_client安装(略)下载地址:12g:https://www.oracle.com/technetwork/database/enterprise-edition/downloads/o...
    99+
    2024-04-02
  • Oracle 12.2简易客户端安装配置
    安装Oracle客户端挺费时间的,而且大部分功能都用不到,Oracle官方给出了简易客户端,直接解压就可以使用,下载地址:http://www.oracle.com/technetwork/topics/l...
    99+
    2024-04-02
  • Oracle11g中如何安装配置客户端
    这篇文章将为大家详细讲解有关Oracle11g中如何安装配置客户端,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。数据库和客户端在不同的机器之上。在安装之前,在安装Orac...
    99+
    2024-04-02
  • oracle 11G RAC客户端安装和PLSQL连接配置
      为方便项目组开发人员使用oracle11g RAC数据库,安装个客户端并配置PLSQL访问数据库服务器. 从oracle官方下载如下三个包: instantclient-b...
    99+
    2024-04-02
  • 怎么在Linux上安装和配置NTP服务器和客户端
    本篇内容介绍了“怎么在Linux上安装和配置NTP服务器和客户端”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!什么是 NTP 服务NTP 意...
    99+
    2023-06-16
  • Linux下oracle连接客户端sqlplus的安装配置
    1.下载安装软件包:         oracle-instantclient11.2-basic-11.2.0.1.0-1.x86_64.rpm ...
    99+
    2024-04-02
  • CentOS中Git客户端的安装和基础配置是怎样的
    这篇文章给大家介绍CentOS中Git客户端的安装和基础配置是怎样的,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。安装目前的项目使用了GIT来进行版本管理,所以学习一下GIT的安装也是应该的了。本文介绍的是编译安装gi...
    99+
    2023-06-10
  • Linux系统上Gitlab客户端的安装配置方法
    本篇内容主要讲解“Linux系统上Gitlab客户端的安装配置方法”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Linux系统上Gitlab客户端的安装配置方法”吧!1. 安装依赖包请记住,De...
    99+
    2023-06-12
  • Mac OS下WireGuard客户端的安装与配置使用
    1. 安装wireguard-tools liu-d推荐 官网安装/下载地址:https://www.wireguard.com/install/ 参考原创:Mac OS下WireGuard客户端的安装与配置 最简单:直接用一个美国区的账号...
    99+
    2023-08-22
    综合资源
  • CentOS PPPOE安装配置客户端软件和前提条件是什么
    今天就跟大家聊聊有关CentOS PPPOE安装配置客户端软件和前提条件是什么,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。对大家推荐很好使用的CentOS PPPOE系统,像让大家...
    99+
    2023-06-16
  • Windows 10 安装 Oracle客户端配置TNS网络服务名
    本文主要讲解如何安装Oracle客户端,及如何配置TNSname网络服务名。文中包含netca配置和更改tnsnames文件两种方法。    环境概况 &n...
    99+
    2024-04-02
  • EMC NetWorker备份oracle安装配置指南
    一、环境描述: 主机环境: 软件包,如图所示: 其中,客户端只安装lgtoman、lgtozh...
    99+
    2024-04-02
  • windows本地安装配置oracle客户端完整流程(图文版)
    因为工作需要,需要通过本地oracle客户端将数据导入到远程服务器上的oracle数据库中。从csdn下了很多oracle客户端,都是属于精简版,缺少imp.exe文件,造成无法导入数据。所以最终从orac...
    99+
    2024-04-02
  • Linux系统中日结安装配置Mutt来作为Gmail客户端
    这篇文章主要介绍“Linux系统中日结安装配置Mutt来作为Gmail客户端”,在日常操作中,相信很多人在Linux系统中日结安装配置Mutt来作为Gmail客户端问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答...
    99+
    2023-06-13
  • Linux下如何安装Deluge和网页客户端
    今天给大家介绍一下Linux下如何安装Deluge和网页客户端。文章的内容小编觉得不错,现在给大家分享一下,觉得有需要的朋友可以了解一下,希望对大家有所帮助,下面跟着小编的思路一起来阅读吧。 Deluge 是最适合 Linux 用户的 To...
    99+
    2023-06-28
  • mysql物理备份工具Xtrabackup安装配置
    mysql物理备份工具Xtrabackup安装配置1    Xtrabackup工具介绍Xtrabackup是一个对InnoDB做物理数据备份的工具,支持在线热备份(...
    99+
    2024-04-02
  • Redis客户端连接池怎么配置和优化
    在使用Redis客户端连接池时,可以通过配置一些参数来优化连接池的性能和效率。以下是一些建议的配置和优化方法: 连接池大小:可以...
    99+
    2024-05-07
    Redis
  • FileZilla客户端的安装配置教程以及使用教程(超级详细)
    一、 下载FileZilla客户端 FileZilla客户端官网下载地址:https://filezilla-project.org/download.phptype=client 1. 点击“Download FileZilla Clie...
    99+
    2023-08-24
    服务器 http https linux centos
  • 幻兽帕鲁客户端存档文件云上备份和恢复的方法
    幻兽帕鲁是一款手机游戏,如果想要备份和恢复游戏的存档文件,可以考虑以下方法: 使用云存储服务:通过使用云存储服务,将存档文件上传到...
    99+
    2024-04-09
    幻兽帕鲁
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作