发新话题
打印

nbu 报错,求助!

nbu 报错,求助!

请教,急
==== started on 01/04/2008 Fri  03:09 ====
Script name: "D:\hot_database_backup.cmd"
#                                       
  RMAN  :  Y:\oracle\product\10.2.0\db_1\bin\rman.exe                       
  NLS_LANG  :  american               
  ORACLE_HOME  :  Y:\oracle\product\10.2.0\db_1         
  ORACLE_SID  :  WIS3           
  NLS_DATE_FORMAT  :  YYYY-MM-DD:hh24:mi:ss
  RMAN_LOG_FILE  :  "D:\hot_database_backup.out"     
  NB_ORA_SERV  :  backup                     
  NB_ORA_FULL  :  1                     
  NB_ORA_INCR  :  0                     
  NB_ORA_CINC  :  0                     
  NB_ORA_CLASS  :  oracle3                  
Recovery Manager: Release 10.2.0.1.0 - Production on Fri Jan 4 15:09:49 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
connected to target database: WIS (DBID=394881138)
using target database control file instead of recovery catalog
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch00 channel at 01/04/2008 15:10:05
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
RMAN>
Recovery Manager complete.
#

TOP

Try the following:

1.  Verify that you have read access to the files. Check the status or progress log on the client for messages on why the backup failed. Correct problems and retry the backup.
2.  On Windows clients, verify that the account used to start the NetBackup Client service has read access to the files.
3.  On Macintosh clients, this code can be due to multiple backups being attempted simultaneously on the same client. Some possible solutions are:
   *  Adjust the backup schedules.
   *  If the client is only in one policy, set the policy attribute, Limit jobs per policy, to 1.
   *  Set the NetBackup global attribute, Maximum jobs per client, to 1 (note that this limits all clients in all policies).
4.  For a UNIX database extension client (for example, NetBackup for Oracle), this can mean a problem with the script that is controlling the backup.
   Check the progress report on the client for a message such as Script exited with status code = number (the number will vary). The progress log also usually names the script.
   Check the script for problems. Also, check the troubleshooting logs created by the database extension. See the NetBackup guide that came with the database extension for information on the scripts and troubleshooting logs.

TOP

带库是否测试过,都可以用?

TOP

测试过了,备份文件没问题

TOP

发新话题