免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 11397 | 回复: 5
打印 上一主题 下一主题

rman 备份报错!ORA-27030,ORA-19511急!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-21 15:01 |只看该作者 |倒序浏览
run{
allocate channel t1 type 'sbt_tape' parms 'ENV=(tdpo_optfile=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
backup incremental level 1 tag 'db1' format 'db1_%t_%s_%p' diskratio=0 database skip readonly;
sql 'alter system archive log current';
backup format 'arch_%t_%s_%p' diskratio=0 archivelog all;  
release channel t1;
}



channel t1: starting piece 1 at 21-AUG-05
released channel: t1
RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on t1 channel at 08/21/2005 11:37:57
ORA-19502: write error on file "db1_566911351_237_1", blockno 513 (blocksize=512)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
   ANS1017E (RC-50)  Session rejected: TCP/IP connection failure

Recovery Manager complete.
#

论坛徽章:
0
2 [报告]
发表于 2005-08-21 15:04 |只看该作者

rman 备份报错!ORA-27030,ORA-19511急!!!

但是我其它的备份:

如le0backup:
run{
allocate channel t1 type 'sbt_tape' parms 'ENV=(tdpo_optfile=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
backup incremental level 0 tag 'db0' format 'db0_%t_%s_%p' diskratio=0 database skip readonly;
sql 'alter system archive log current';
backup format 'arch_%t_%s_%p' diskratio=0 archivelog all delete input;  
release channel t1;
}
就不报错!需且是正常备份!!!!!

论坛徽章:
0
3 [报告]
发表于 2005-08-22 08:54 |只看该作者

rman 备份报错!ORA-27030,ORA-19511急!!!

1做level 0备份可以吗?试1下

招聘 : Linux运维
论坛徽章:
0
4 [报告]
发表于 2005-08-22 13:36 |只看该作者

rman 备份报错!ORA-27030,ORA-19511急!!!

ORA-19502: write error on file "string", blockno string (blocksize=string)
Cause: write error on output file
Action: check the file

ORA-27030: skgfwrt: sbtwrite2 returned error
Cause: sbtwrite2 returned an error. This happens while writing a backup file during a backup operation.
Action: This error is returned from the media management software which is linked with Oracle. There should be additional messages which explain the cause of the error. This error usually requires contacting the media management vendor.

ORA-19511: Error received from media manager layer, error text: string
Cause: An error occurred in the media management software which is linked with the Oracle server to perform backup and restore in cooperation with Recovery Manager.
Action: If the text of message 19511 does not provide enough information to resolve the problem, then you should contact the vendor of the media management software.


ORA-19502: write error on file "db1_566911351_237_1", blockno 513 (blocksize=512)
这里没问题吗?

论坛徽章:
0
5 [报告]
发表于 2005-08-22 14:03 |只看该作者

rman 备份报错!ORA-27030,ORA-19511急!!!

did you have proper tape driver? (sbt_tape)

论坛徽章:
0
6 [报告]
发表于 2005-08-22 17:19 |只看该作者

rman 备份报错!ORA-27030,ORA-19511急!!!

这些错误应该都是跟tape 管理软件相关的。找他们可能更有用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP