Comvault Oracle RMAN Shell Script
Date: Fri, 20 Dec 2019 01:49:48 +0000 (UTC)
Message-ID: <1694314177.1935559.1576806588249_at_mail.yahoo.com>
I had the requirement to run some dynamically generated Archivelog backup script with Commvault tape Library and so need to call shell script on DB Server using Comvault Client. I had the required script which can generate the required RMAN command and can be executed but when the same is called with Comvault, it is giving error
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-03002: failure of backup command at 12/19/2019 11:41:22
ORA-00204: error in reading (block 1, # blocks 1) of control file
ORA-00202: control file: '+ARCH/TESTRPDB/control01.ctl'
ORA-15081: failed to submit an I/O operation to a disk
Issue look like is with Channel Allocation and Env/Params setting and Comvault Admin is working offshore and not able to share any details. Here is the final RMAN script called
connect target /run {allocate channel ch1 type 'sbt_tape' PARMS 'SBT_LIBRARY=/opt/commvault/Base/libobk.so,BLKSIZE=1048576'; sql "alter system archive log current";backup( archivelogĀ all) ;backupĀ current controlfileĀ ;}
TIASanjay
RMAN-00571: ===========================================================
RMAN-00571: ===========================================================
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 20 2019 - 02:49:48 CET