rman error - RMAN-03009 [message #129101] |
Fri, 22 July 2005 00:29 |
vimal_vpsk
Messages: 18 Registered: March 2005
|
Junior Member |
|
|
hi,
i have problem with rman. When i run the script, it's throwing below error.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 07/21/2005 13:49:06
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 25
can anyone give solution for this error.
regards
vimal
|
|
|
|
Re: rman error - RMAN-03009 [message #129156 is a reply to message #129101] |
Fri, 22 July 2005 04:12 |
vimal_vpsk
Messages: 18 Registered: March 2005
|
Junior Member |
|
|
hi,
I am executing below rman script for backup.
run
{
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
backup
skip offline
skip inaccessible
filesperset 3
format 'LDV01A_FULL_%s_%t_%u'
database;
sql 'alter system archive log current';
backup
format 'al_LDV01A_%s_%p_%t'
filesperset 20
archivelog all
delete input;
backup
format 'cf_LDV01A_%s_%p_%t'
current controlfile ;
}
it's throwing above mentioned error.plz help me
regards
vimal
|
|
|
|
Re: rman error - RMAN-03009 [message #129610 is a reply to message #129101] |
Mon, 25 July 2005 23:38 |
vimal_vpsk
Messages: 18 Registered: March 2005
|
Junior Member |
|
|
hi,
Due to server crash rman script is not working fine.Previously that script was working fine.
We are using veritas netbackup datacenter 4.5 setup.
Can you please tell me how to check MML API is present or not? How to install if it is not there? Where can i get this one?
help me.
regards
vimal
|
|
|
|
|
Re: rman error - RMAN-03009 [message #149044 is a reply to message #130057] |
Tue, 29 November 2005 18:05 |
ogutierd
Messages: 1 Registered: November 2005 Location: Bogota
|
Junior Member |
|
|
Hi, I got the same problem but i am using IBM Tivoli Storage Mannager.
This is the error.
using target database controlfile instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on HOT_SMI channel at 11/29/2005 16:42:56
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Thanks for your help
|
|
|
|
|