tsm服务器:tsmtest,172.16.1.27,tsm server 6.2.4

oracle服务器:ora11gr2,172.16.1.19

#####################################

案例1-Linux 32-bit配置Oracle TDP Client

#####################################

****

*https://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=%2Fcom.ibm.itsmfdt.doc%2Fans5000067.htm

****

1,安装包C1CP9ML.tar.gz,32位和64为Linux的安装包在一起,解压,必须的2个软件包。

TDP-Oracle.i386.bin

TIVsm-API.i386.rpm(这个包在BAClient里面)

2,建立libobk.so链接

cd $ORACLE_HOME/lib

ln -s /opt/tivoli/tsm/client/oracle/bin/libobk.so libobk.so

3,修改tdpo.opt文件

cd /opt/tivoli/tsm/client/oracle/bin

cp tdpo.opt.smp tdpo.opt

编辑tdpo.opt,添加2行

******************

*Oracle TDP Client

******************

DSMI_ORC_CONFIG   /opt/tivoli/tsm/client/oracle/bin/dsm.opt

DSMI_LOG          /opt/tivoli/tsm/client/oracle/bin

4,创建dsm.opt文件

cd /opt/tivoli/tsm/client/oracle/bin

创建dsm.opt,添加1行

SErvername tsmtest

5,修改dsm.sys文件,Oracle的dsm.sys文件必须在api的bin目录下,与dsm.opt关联,dsm.opt的位置有tdpo.conf定义。

cd /opt/tivoli/tsm/client/api/bin

cp dsm.sys.smp dsm.sys

编辑dsm.sys,添加下面6行

******************

*Oracle TDP Client

******************

SErvername tsmtest

COMMMethod TCPip

TCPServeraddress 172.16.1.27

PASSWORDAccess generate

passworddir /home/oracle

nodename ORA11GR2_ORA

6,创建node密码文件,密码设置为Amaxgs123,密码文件会生成到步骤5定义的/home/oracle目录,需要重复输入3次。

su - oracle

cd /opt/tivoli/tsm/client/oracle/bin

ora11gr2.sannet.net | XXX | /opt/tivoli/tsm/client/oracle/bin > ./tdpoconf password

IBM Tivoli Storage Manager for Databases:

Data Protection for Oracle

Version 5, Release 5, Level 1.0

(C) Copyright IBM Corporation 1997, 2008. All rights reserved.

***************************************************************

*   IBM Tivoli Storage Manager for Databases Utility

*   Password file initialization/update program

***************************************************************

Please enter current password:

Please enter new password:

Please reenter new password for verification:

ANU0260I Password successfully changed.

7,TSM服务器端注册节点,节点点保持与dsm.sys定义的一致即可。

*************************************************

* REG NODE hostname_oracle password maxnummp=n

* where hostname is the name of the machine where Data Protection for Oracle

* is installed, password is the password for this node, and n is equal to the

* number of channels that you are planning to use.

*************************************************

reg node NDORA11GR2_ORA Amaxgs123 maxnummp=2 domain=STANDARD

8,测试以上配置。

ora11gr2.sannet.net | XXX | /opt/tivoli/tsm/client/oracle/bin > ./tdpoconf showenvironment

8,配置RMAN通道及脚本,完成备份。

9,定义服务器端Schedule及客户端Schedule完成调度。

9.1,客户端定义oracle tdp client schedule需要BA client支持来运行dsmc,所以也要安装BA client。

****

*https://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=%2Fcom.ibm.itsmfdt.doc%2Fans5000067.htm

****

a,修改ba那个bin文件下的dsm.sys文件/opt/tivoli/tsm/client/ba/bin/dsm.sys,添加oracle那个bin文件的dsm.sys文件/usr/tivoli/tsm/client/api/bin/dsm.sys

b,创建/opt/tivoli/tsm/client/api/bin下与ba下相同的dsm.sys,或者是创建连接文件。

c,创建客户端sched后台进程,密码为NDORA11GR2_ORA的Amaxgs123。

[root@ora11gr2 bin]# /opt/tivoli/tsm/client/ba/bin/dsmc sched -servername=tsmtest -password=Amaxgs123 &

[1] 28526

[root@ora11gr2 bin]# ANS0990W Options file '/opt/tivoli/tsm/client/ba/bin/dsm.opt' could not be found. Default option values will be used.

IBM Tivoli Storage Manager

Command Line Backup/Archive Client Interface

Client Version 5, Release 4, Level 1.0

Client date/time: 05/04/2014 20:58:29

(c) Copyright by IBM Corporation and other(s) 1990, 2007. All Rights Reserved.

Querying server for next scheduled event.

Node Name: NDORA11GR2_ORA

Session established with server TSMTEST: Windows

Server Version 6, Release 2, Level 4.0

Server date/time: 03/05/2014 14:10:17  Last access: 03/05/2014 14:06:04

Next operation scheduled:

------------------------------------------------------------

Schedule Name:         SCHORA11GR2_ORA

Action:                Command

Objects:               "/home/oracle/rman/full_back.cmd"

Options:

Server Window Start:   14:21:00 on 03/05/2014

------------------------------------------------------------

Command will be executed in 11 minutes.

Time remaining until execution: 00:10:35

9.2,在上面的基础上配置BA Client备份Linux文件。

接下节...Linux下BA Client配置

######################### 案例2: Linux下BA Client配置 ######################### ...接上: 9.2小结 1,安装BA Client,参考:https://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp?topic=%2Fcom.ibm.itsmfdt.doc%2Fans5000067.htm 2,在ba的bin下修改dsm.sys与dsm.opt进行BA Client备份。 --vi dsm.opt SErvername tsmBA --vi dsm.sys SErvername            tsmBA    COMMMethod         TCPip    TCPPort            1500    TCPServeraddress   172.16.1.27    nodename           NDORA11GR2    passwordaccess     generate 3,tsm服务器创建BA Node,reg node NDORA11GR2 Amaxgs123 userid=none domain=STANDARD 4,cd /opt/tivoli/tsm/client/ba/bin    ./dsmc测试    tsm> selective "/home/oracle/Sep2013/*" -subdir=yes 5,创建tsm schedule 6,创建tsm client schedule后台进程。 ******* *http://pic.dhe.ibm.com/infocenter/tsminfo/v6r4/index.jsp?topic=%2Fcom.ibm.itsm.db.orc.msgs.doc%2Fmsgs_orc159.html ******* [root@ora11gr2 Sep2013]# /opt/tivoli/tsm/client/ba/bin/dsmc sched & [1] 31396 [root@ora11gr2 Sep2013]# IBM Tivoli Storage Manager Command Line Backup/Archive Client Interface   Client Version 5, Release 4, Level 1.0     Client date/time: 05/04/2014 23:13:35 (c) Copyright by IBM Corporation and other(s) 1990, 2007. All Rights Reserved. Querying server for next scheduled event. Node Name: NDORA11GR2 Session established with server TSMTEST: Windows   Server Version 6, Release 2, Level 4.0   Server date/time: 03/05/2014 16:25:23  Last access: 03/05/2014 16:12:14

oracle ba,How to install Oracle TDP Client and BA Client on Linux相关推荐

  1. Install Oracle Instant Client on Linux and Windows

    前言 本篇文章用最简单和快速的方法介绍如何在Red Hat Enterprise Linux安装Oracle Instant Client,该方法同样适用于Windows,RHEL5/6/7,OEL, ...

  2. aix oracle 10.2.0.1 升级 10.2.0.4,install oracle 10r2 for aix

    本文参考了 oracle 联机文档(点击联机文档可查看原始连接)) 以root用户登录操作系统, 一. 检查硬件是否符合安装标准 1检查内存情况 # /usr/sbin/lsattr -E -l sy ...

  3. Install Oracle on RHEL5 - step by step

    <在64-bit RHEL5上安装Oracle 11gR2> 文档说明:本文档综合Red Hat Enterprise Linux 5 (RHEL5)操作系统安装及Oracle Datab ...

  4. oracle 11g r2 Rac install

    查看操作系统版本: [root@rac1 ~]# cat /etc/issue Enterprise Linux Enterprise Linux AS release 4 (October Upda ...

  5. oracle监听 客户 实例,oracle 数据库实例 监听

    创建Oracle数据库.数据库名与实例名与SID之间的关系(图文详解) 目录 目录 软件环境 前言 安装Oracle监听程序 启动停止监听程序 创建数据库 数据库名db_name 数据库实例名inst ...

  6. debian怎么安装oracle数据库,Debian上安装Oracle客户端

    1.在 http://www.oracle.com/technetwork/database/index.html 上,进入Instant Client for Linux x86页面, 然后下载以下 ...

  7. oracle xe 安装配置,(转)oracle 10g xe 我的安装实践及简单配置过程

    (转)oracle 10g xe 我的安装实践及简单配置过程 我的安装过程 1.编辑 /etc/apt/sources.list : sudo cp /etc/apt/sources.list /et ...

  8. 指南:在 linux 下的 Oracle Database 11g 中安装 Oracle Enterprise Manager 10g Grid Control 第 5 版

    原文地址:http://www.oracle.com/technetwork/cn/articles/revitt-oem-096363-zhs.html 作者:Mike Revitt 逐步详解如何针 ...

  9. suse9安装oracle,SUSE 9 ENTERPRISE 安装ORACLE 9I 成功文档

    概述: 操作系统:suse 9 ENT enterprise for x86 数据库版本:Oracle9i Release 2 (9.2.0.4)  Enterprise/Standard    Ed ...

最新文章

  1. HTML DOM getElementById() 方法
  2. 像DW的应用源格式那样格式化VS里面的代码
  3. Symbian c++ MCameraObserver类的方法解释
  4. python动态规划图解_动态规划案例之python实现(一)
  5. Asp.Net Core 中IdentityServer4 实战之角色授权详解
  6. CF451E-Devu and Flowers【组合计数,容斥】
  7. 【CCCC】PAT : 团体程序设计天梯赛-练习集 L2 答案,题解,附代码
  8. BZOJ2565: 最长双回文串(回文树)
  9. 2021年Delphi第26届应用软件开发展示挑战赛的获胜者名单
  10. VBA 实现批量word 转 pdf
  11. sap和erp的区别:
  12. SQLMap——Tamper学习
  13. 选型宝访谈:怎样构建端到端的IT透视能力?
  14. 户外便携吹尘器方案浅析
  15. 2021腾讯犀牛鸟校园布道师养成计划丨百校同行
  16. [Mac/Windows] Affinity Photo | 正品序列号 | 专业的图片编辑工具
  17. 祭奠逝者一支香,丧钟为所有生者而鸣
  18. rtk手簿Android代码,基于Android平台的GPS-RTK手簿系统
  19. 一阶电路的零状态响应
  20. buck降压电路解析

热门文章

  1. JS获取中文拼音首字母,并通过拼音首字母高速查找页面内的中文内容
  2. 手机怎么投屏在电视上?
  3. Angular:搜索关键字,高亮显示关键字
  4. android app锁定后台运行的方法
  5. 华为 畅享5 android,华为畅享5后盖怎么打开 华为畅享5打开后盖详细步骤
  6. 关于微信获取不到相册图片问题
  7. 关键字const是什么含意
  8. linux中负载值为多少正常_Linux中CPU负载和CPU使用率表示的含意,多大负载算高...
  9. C++ “::” 作用域符 双冒号
  10. iMac登录后黑屏,只剩下鼠标可见