AIX下做了RAC,备份归档日志报错,紧急求助!!!(在线等待)
AIX下做了RAC,备份归档日志报错,紧急求助!!!(在线等待)
--------------------备份脚本如下------------------------------------------------------------------------------------
sql 'alter system archive log current';
run
{
allocate channel a1 type 'sbt_tape' connect 'sys/pwd@节点1';
allocate channel a2 type 'sbt_tape' connect 'sys/pwd@节点2';
backup
format 'arch_%d_%t_%s_%p'
archivelog all;
release channel a1;
release channel a2;
}
--------------------执行报错如下-------------------------------------------------------------------------------------
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: ERA3 (DBID=4101170104)
using target database control file instead of recovery catalog
RMAN>
RMAN>
RMAN> sql 'alter system archive log current';
sql statement: alter system archive log current
RMAN> run
2> {
3> allocate channel a1 type 'sbt_tape' connect *;
4> allocate channel a2 type 'sbt_tape' connect *;
5> backup
6> format 'arch_%d_%t_%s_%p'
7> archivelog all;
8> release channel a1;
9> release channel a2;
10> }
allocated channel: a1
channel a1: sid=1611 instance=era31 devtype=SBT_TAPE
channel a1: Data Protection for Oracle: version 5.4.1.0
released channel: a1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on a2 channel at 05/06/2008 14:25:50
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
IBM AIX RISC System/6000 Error: 106: Reserved errno was encountered
Additional information: 7011
ORA-19511: Error received from media manager layer, error text:
SBT error = 7011, errno = 106, sbtopen: system error
RMAN>
RMAN> **end-of-file**
RMAN>
RMAN>
Recovery Manager complete.
[ 本帖最后由 jiake_love 于 2008-5-8 16:21 编辑 ]