Convert RMAN backup from tape to disk
Hi all,
I'm doing modification for RMAN prod backup db.
Every 2 days for Full backup at 6PM and
every 4 hours cycle for archivelog backup.
Now, having an issue with archivelog backup not found
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on d1 channel at 08/19/2021 13:38:39
ORA-19505: failed to identify file "/arch01/DBNAME/arch/log_DBNAME_1_418595.arc"
ORA-27037: unable to obtain file status
HP-UX Error: 2: No such file or directory
Additional information: 3
Archivelog bkp script :
connect target /
run {
allocate channel d1 device type disk format '/odsarchlog/orabackup/dbname/arch_dbname_%U';
sql 'alter system archive log current';