发新话题
打印

NBU备份数据库出错

NBU备份数据库出错

os:aix5305
nbu6.0

connected to target database: ccc_m (DBID=2878986287)
using target database controlfile instead of recovery catalog
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> RMAN>
2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20>
sql statement: alter system archive log current
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch00 channel at 05/05/2008 16:02:52
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2
RMAN> RMAN>
Recovery Manager complete.
logout
Script /usr/openv/scripts/hot_archivelog_backup.sh

[ 本帖最后由 kettyalx 于 2008-5-5 17:30 编辑 ]

TOP

NBU server端报错

05/05/2008 14:59:22 - requesting resource Any
05/05/2008 14:59:22 - requesting resource BACKUPSVR.NBU_CLIENT.MAXJOBS.CMGX_FS2
05/05/2008 14:59:22 - requesting resource BACKUPSVR.NBU_POLICY.MAXJOBS.caiwu_all
05/05/2008 14:59:23 - granted resource BACKUPSVR.NBU_CLIENT.MAXJOBS.CMGX_FS2
05/05/2008 14:59:23 - granted resource BACKUPSVR.NBU_POLICY.MAXJOBS.caiwu_all
05/05/2008 14:59:23 - granted resource 1733L3
05/05/2008 14:59:23 - granted resource IBMBACKUPSVRhcart2ULT3580-TD31210191427
05/05/2008 14:59:23 - granted resource BACKUPSVR-hcart3
05/05/2008 14:59:26 - started process bpbrm (pid=921818)
05/05/2008 14:59:26 - connecting
05/05/2008 14:59:27 - connected; connect time: 0:00:00
05/05/2008 14:59:30 - end writing
the backup failed to back up the requested files (6)

TOP

Script ./hot_database_backup.sh
==== started on Mon May 5 17:07:18 BEIDT 2008 ====


RMAN: /home/oracle/9i/bin/rman
ORACLE_SID: ccc_m
ORACLE_USER: oracle
ORACLE_HOME: /home/oracle/9i

NB_ORA_FULL:
NB_ORA_INCR:
NB_ORA_CINC:
NB_ORA_SERV:
NB_ORA_POLICY:

Default - Full backup requested

Argument     Value          Description
-----------------------------------------------------------------------------
target       quoted-string  connect-string for target database
catalog      quoted-string  connect-string for recovery catalog
nocatalog    none           if specified, then no recovery catalog
cmdfile      quoted-string  name of input command file
log          quoted-string  name of output message log file
trace        quoted-string  name of output debugging message log file
append       none           if specified, log is opened in append mode
debug        optional-args  activate debugging
msgno        none           show RMAN-nnnn prefix for all messages
send         quoted-string  send a command to the media manager
pipe         string         building block for pipe names
timeout      integer        number of seconds to wait for pipe input
-----------------------------------------------------------------------------
Both single and double quotes (' or ") are accepted for a quoted-string.
Quotes are not required unless the string contains embedded white-space.

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00552: syntax error in command line arguments
RMAN-01005: syntax error: found "dot": expecting one of: "double-quoted-string,

equal, identifier, single-quoted-string"
RMAN-01007: at line 2 column 1 file: command line arguments
logout

Script ./hot_database_backup.sh
==== ended in error on Mon May 5 17:07:19 BEIDT 2008 ====

TOP

发新话题