Re: Comvault Oracle RMAN Shell Script

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Mon, 23 Dec 2019 15:17:01 -0500
Message-ID: <CALcG2DKaKC-BkMzZ89F38iofCNrDdB3Ra4v+AUrEzp+xeHNhHQ_at_mail.gmail.com>



This looks like a Commvault bug. Please open a case with Commvault support. Regards

On Thu, Dec 19, 2019, 20:50 Sanjay Mishra <dmarc-noreply_at_freelists.org> wrote:

> 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-00571: ===========================================================
>
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
>
> RMAN-00571: ===========================================================
>
> 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 ;
> }
>
>
> TIA
> Sanjay
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 23 2019 - 21:17:01 CET

Original text of this message