hp Dp 无法备份
[Normal] From: BSM@pcgcwbackup "db2archivelog" Time: 2010-12-21 9:26:33
OB2BAR application on "pcg_x_2" successfully started.
[Normal] From: ob2rman@pcg_x_2 "pcgcw2" Time: 12/21/10 09:12:01
Starting backup of target database.
Net service name: PCGCW2.
Instance status: OPEN.
Instance name: pcgcw2.
Database DBID = 2000367192.
Database control file type: CURRENT.
Database log mode: ARCHIVELOG.
[Normal] From: ob2rman@pcg_x_2 "pcgcw2" Time: 12/21/10 09:12:09
Starting Oracle Recovery Manager.
Recovery Manager: Release 9.2.0.8.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN> CONNECT TARGET *
2> CONNECT CATALOG *
3> run {
4> allocate channel 'dev_0' type 'sbt_tape'
5> parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=pcgcw2,OB2BARLIST=db2archivelog,OB2BARHOSTNAME=pcg_x_2)' connect
6> 'system/system@pcgcw2';
7> allocate channel 'dev_1' type 'sbt_tape'
8> parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=pcgcw2,OB2BARLIST=db2archivelog,OB2BARHOSTNAME=pcg_x_2)' connect
9> 'system/system@pcgcw1';
10> sql 'alter system archive log current'
11> ;
12> backup
13> format 'db2archivelog<pcgcw2_%s:%t:%p>.dbf'
14> archivelog all
15> delete input;
16> backup
17> format 'db2archivelog<pcgcw2_%s:%t:%p>.dbf'
18> current controlfile;
19> }
20> EXIT
connected to target database: PCGCW (DBID=2000367192)
connected to recovery catalog database
allocated channel: dev_0
channel dev_0: sid=39 devtype=SBT_TAPE
channel dev_0: Data Protector A.06.00/331
allocated channel: dev_1
channel dev_1: sid=119 devtype=SBT_TAPE
channel dev_1: Data Protector A.06.00/331
sql statement: alter system archive log current
Starting backup at 21-DEC-10
current log archived
released channel: dev_0
released channel: dev_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 12/21/2010 09:12:32
RMAN-06726: could not locate archivelog /arch2/2_5687.dbf
Recovery Manager complete.
[Major] From: ob2rman@pcg_x_2 "pcgcw2" Time: 12/21/10 09:12:33
The database reported error while performing requested operation.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 12/21/2010 09:12:32
RMAN-06726: could not locate archivelog /arch2/2_5687.dbf
Recovery Manager complete.
[Major] From: ob2rman@pcg_x_2 "pcgcw2" Time: 12/21/10 09:12:34
Oracle Recovery Manager completed with errors.
[Major] From: ob2rman@pcg_x_2 "pcgcw2" Time: 12/21/10 09:12:35
Backup of target database failed.
[Normal] From: BSM@pcgcwbackup "db2archivelog" Time: 2010-12-21 9:27:09
OB2BAR application on "pcg_x_2" disconnected.
[Normal] From: BSM@pcgcwbackup "db2archivelog" Time: 2010-12-21 9:27:40
Backup Statistics:
Session Queuing Time (hours) 0.00
----------------------------------------
Completed Disk Agents ........ 0
Failed Disk Agents ........... 0
Aborted Disk Agents .......... 0
----------------------------------------
Disk Agents Total ........... 0
========================================
Completed Media Agents ....... 0
Failed Media Agents .......... 0
Aborted Media Agents ......... 0
----------------------------------------
Media Agents Total .......... 0
========================================
Mbytes Total ................. 0 MB
Used Media Total ............. 0
Disk Agent Errors Total ...... 0
============================================================================
Session completed with errors!
============================================================================
dp 我不是很熟,大哥些帮忙看看
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
呵呵 。。
明显是oracle的问题,dp是个受害者
RMAN> crosscheck archivelog all;
RMAN> delete expired archivelog all;
/arch2 里面没有2_5687.dbf 这个文件, 我需要怎么做。。
进rman 做 交叉校验么?
我们有catalog 服务器。。 我不知道具体怎么做。