RMAN issue in Unix [message #445985] |
Fri, 05 March 2010 00:50 |
shahji14
Messages: 1 Registered: March 2010 Location: pakistan
|
Junior Member |
|
|
hi All
we are trying to restore RMAN backup using Data Protector 6.0 from control file instead of catalog backup was not unsuccesful i.e it fail overs though it has provided the required data now they (DBA) have to up the DB using archives as they run script given below they receive the following error
OS= SOlaris 10 Hardware= SUNFIRE 4800
oracle 10.2.0.4
RMAN> run
2> {
3> allocate channel 'dev_0' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=cares,OB2BARLIST=caresdgrd)';
allocate channel 'dev_1' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=cares,OB2BARLIST=caresdgrd)';
allocate channel 'dev_2' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=cares,OB2BARLIST=caresdgrd)';
4> allocate channel 'dev_3' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=cares,OB2BARLIST=caresdgrd)';
5> allocate channel 'dev_4' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=cares,OB2BARLIST=caresdgrd)';
6> recover database;
7> }
8> 9>
allocated channel: dev_0
channel dev_0: sid=914 devtype=SBT_TAPE
channel dev_0: Data Protector A.06.00/PHSS_40172/PHSS_40173/DPSOL_00388/DPLNX_
released channel: dev_0
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on dev_1 channel at 03/05/2010 11:04:26
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
SVR4 Error: 8324: Unknown system error
Additional information: 7110
ORA-19511: Error received from media manager layer, error text:
SBT error = 7110, errno = 8324, sbtinit: internal error - invalid argument(s)
==========================
Kindly help me to sort the issue.
|
|
|
Re: RMAN issue in Unix [message #445987 is a reply to message #445985] |
Fri, 05 March 2010 00:56 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:failed to initialize storage subsystem (SBT) layer
Error received from media manager layer, error text:
Refer to your MML documentation with the following information:
Quote:SBT error = 7110, errno = 8324, sbtinit: internal error - invalid argument(s)
You didn't give to it the correct parameters, check if there is log file for this MML.
All this depends ONLY on your MML, NOT on Oracle.
Regards
Michel
|
|
|