在使用HA时,把ORACLE数据库切换到了另一台数据库中,发现TSM备份失败。
1、 查看TSM的客户端(ORACLE服务器端)的调度进程是否启动
$ ps -ef|grep dsm
oraoms 499736 733408 0 16:06:48 pts/0 0:00 grep dsm
发现该进程没有启动
2、 启动该进程在AIX系统的后台运行。
/usr/tivoli/tsm/script/$ ./oraclebcksched.sh &
查看$ ps -ef|grep dsm 该进程没有启动
3、 确保HA中的两个数据库中的TSM 配置文件正确。(配置相应服务器的IP,很多情况是因为IP没有对应导致的。)
TSM Client的三个配置文件,一般位于
/usr/tivoli/tsm/client/ba/bin/dsm.sys 这是配置TSM Client的调度节点文件
/usr/tivoli/tsm/client/api/bin64/dsm.sys
/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt 这是数据库的配置文件
4、让TSM的Client识别数据库的节点
$ dsmc -servername=TSMoraServ
IBM Tivoli Storage Manager
Command Line Backup/Archive Client Interface
Client Version 5, Release 4, Level 0.0
Client date/time: 05/05/09 14:31:30
(c) Copyright by IBM Corporation and other(s) 1990, 2007. All Rights Reserved.
Node Name: TDPOMS
输入节点,然后输入密码: (一般默认密码为admin)
5、启动TSM Client的调度进程
$ ./oraclebcksched.sh &
1、 查看调度进程:
$ ps -ef|grep dsmc
root 995376 1 0 15:14:28 - 0:02 dsmc sched -servername=TSMoraserv
root 1159388 1589432 0 09:10:09 pts/0 0:00 grep dsmc
这样TSM Client的调度进程就正常运行了
7、查看调度日志/usr/tivoli/tsm/logs/dsmsched.log 下一个调度的备份脚本了
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12778571/viewspace-616337/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/12778571/viewspace-616337/