ADSM-L

Re: Oracle 8 RMAN (NT) and Connect Agent Problem

1999-08-02 05:14:37
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
From: Etienne Brachel <hc_dmsr AT HOTMAIL DOT COM>
Date: Mon, 2 Aug 1999 02:14:37 PDT
Thank you for yr message Brandon..
I think its an oracle thing too...
I still have the same problem. But we are working on it..
this is a machine that has oracle 7 and 8 instances.. so maybe there is
something wrong in the init<sid>.ora file.. we did some changes and after
booting it tomorrow.. I hope it will work...

for anyone who has more suggestions.. all help is appreciated..

thanks in advance..

Etienne Brachel


From: "Brandon W.Moore" <mooreb1 AT US.IBM DOT COM>
Reply-To: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
Date: Fri, 30 Jul 1999 10:31:17 -0500

My two cents: I do not think it is an ADSM problem.
I have had the same error on Oracle 8.0.3.4 on HP-UX 10.20 and Oracle
8.0.3.2 on
Sun Solaris 2.6.

Under /adsmorc directory I have had the files appear to be backed up even
though
RMAN "failed"

It only seems to fail on HUGE Db's in my situation.  We have several
machines
working with this same code.
So are the files there or not? q fi says yes they are so what gives?

The dsierror.log has never been generated for any of these of
situations...The
COMMTIMEOUT definitely does not work...
I have a PMR open about this issue...

Brandon...


Check your dsierror.log for error's and the sbtio as well. The clue is in
the 'retryable error occurred....'. Just as a matter of interest, what is
your current COMMTIMEOUT ?

Please supply more info on your server/client environment.

Might be time to turn on client tracing also.

Regards
Gary

----------------------------------------------------------------
Gary Bromley
Aspect Computing Pty Ltd
Tel : +61 (0)3 9230 2242
Fax : +61 (0)3 9818 1320
Email : Gary.Bromley AT Aspect.com DOT au


-----Original Message-----
From: Etienne Brachel [mailto:hc_dmsr AT HOTMAIL DOT COM]
Sent: Friday, July 30, 1999 4:06 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem


Hi Thiha,

Its not the CommTimeout.. I already increased it.. the session to ADSM
remains.. but the rman is already stopped with the error below..
So the rman stops with the error.. and the session in ADSM server still
exists.. so I have to do a cancel session <nr> to stop it.. its of no use
to
keep the session alive cause rman already stopped running giving the
error...

any other suggestions..?

Thanks in advance....

Etienne



>From: Thiha Than <thiha AT US.IBM DOT COM>
>Reply-To: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>To: ADSM-L AT VM.MARIST DOT EDU
>Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
>Date: Thu, 29 Jul 1999 14:09:29 -0600
>
>hi Etienne,
>
>You can increase the commtimeout value by doing two things:
>-  change it in your dsmserv.opt.  shudown the serve and restart it.
>or
>
>-  from admin clinet session, you can issue
>         setopt  commtimeout    600
>
>regards,
>Thiha
>
>
>
>
>"Etienne Brachel" <hc_dmsr AT hotmail DOT com> on 07/29/99 11:45:34 AM
>
>To:   ADSM-L AT VM.MARIST DOT EDU
>cc:   Thiha Than/San Jose/IBM@IBMUS
>Subject:  Oracle 8 RMAN (NT) and Connect Agent Problem
>
>
>
>
>
>Hi all in the world of ADSM...
>
>I am trying to get the Oracle Connect Agent with Oracle's rman (Oracle 8
>(NT)) running.
>It seemed to go alright.. but the revovery manager (RMAN) is turning up
>with
>an error after a session is established with the ADSM server.
>The session is waiting for data..and will only be released by the
>COMMTIMEOUT paramater in the dsmserv.opt.... The recovery manager from
>Oracle abends with the following error :
>
> >
> >
>Recovery Manager: Release 8.0.4.3.0 - Production
>
>RMAN-06005: connected to target database: ORAB
>RMAN-06008: connected to recovery catalog database
>
>RMAN> run
>2> {
>3> allocate channel adsm type 'SBT_TAPE' format 'full_%d_s%s_t%t_p%p';
>4> backup incremental level 0
>5> ( database );
>6> }
>7>
>RMAN-03022: compiling command: allocate
>RMAN-03023: executing command: allocate
>RMAN-08030: allocated channel: adsm
>RMAN-08500: channel adsm: sid=10 devtype=SBT_TAPE
>
>RMAN-03022: compiling command: backup
>RMAN-03023: executing command: backup
>RMAN-08008: channel adsm: starting datafile backupset
>RMAN-08502: set_count=16 set_stamp=372090148
>RMAN-08010: channel adsm: including datafile 10 in backupset
>RMAN-08010: channel adsm: including datafile 3 in backupset
>RMAN-08010: channel adsm: including datafile 1 in backupset
>RMAN-08011: channel adsm: including current controlfile in backupset
>RMAN-08010: channel adsm: including datafile 4 in backupset
>RMAN-08010: channel adsm: including datafile 5 in backupset
>RMAN-08010: channel adsm: including datafile 6 in backupset
>RMAN-08010: channel adsm: including datafile 8 in backupset
>RMAN-08010: channel adsm: including datafile 9 in backupset
>RMAN-08010: channel adsm: including datafile 2 in backupset
>RMAN-08010: channel adsm: including datafile 7 in backupset
>RMAN-00569: ================error message stack follows================
>RMAN-03007: retryable error occurred during execution of command: backup
>RMAN-07004: unhandled exception during command execution on channel adsm
>RMAN-10032: unhandled exception during execution of job step 1:
ORA-06512:
>at line 275
>RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry
>possible
>ORA-19506: failed to create sequential file,
>name="full_ORAB_s16_t372090148_p1", parms=""
>ORA-09314: sltln: error translating logical name
>OSD-04503: text contains no translatable elements
>ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
>RMAN-10031: ORA-19624 occurred during call to
>DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
>
>Recovery Manager complete.
> >
> >
>
>I know this is a known problem.. lots of ppl encountered this problem and
>there are a lot of entries of this problem in newsgroups about ADSM..
BUT.
>there are no replies... especially.. there is not a specific answer ... I
>already tried several things like using the latest version of the Connect
>agent and making sure that the recovery manager is using the right dll
>(orasbt.dll).
>
>All help is appreciated..
>
>Thanks in Advance..
>
>Etienne Brachel
>Touch The Progress Services b.v.
>The Netherlands
>e-mail : e_brachel AT ttp-int DOT com
>
>
>
>
>
>
>
>
>
>
>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
<Prev in Thread] Current Thread [Next in Thread>
  • Re: Oracle 8 RMAN (NT) and Connect Agent Problem, Etienne Brachel <=