Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] RMAN backup use Veritas Netbackup problem?

Re: [Q] RMAN backup use Veritas Netbackup problem?

From: jungwolf <spatenau_at_gmail.com>
Date: Wed, 8 Jun 2005 09:40:25 -0500
Message-ID: <10644b9e05060807407ca59aae@mail.gmail.com>


dba1 mcc,

You don't need the "device type sbt" in your backup command. By manually allocating the channel as type sbt, you prevent any automatic channel allocation. The backup will automatically use c11 which is a tape channel.

I recommend reading or re-reading the RMAN manuals. I know many of the commands are confusing until you start trying them out and encounter errors. It is worth the time to hunt through the manuals to figure these things out. You'll be in a much better position to handle novel database failure scenarios.

HTH,
Steven

On 6/8/05, dba1 mcc <mccdba1_at_yahoo.com> wrote:
> Thnak for your help. I change device type name and
> still got error message:

>=20
>=20

> RMAN> run {
> 2> allocate channel c11 device type sbt;
> 3> backup device type sbt datafile 3;
> 4> }
>=20

> allocated channel: c11
> channel c11: sid=3D9 devtype=3DSBT_TAPE
> channel c11: VERITAS NetBackup for Oracle - Release
> 5.1 (2004043014)
>=20

> Starting backup at 08-JUN-05
> released channel: c11
> RMAN-00571:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE S=
TACK
> FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-00571:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RMAN-03002: failure of backup command at 06/08/2005
> 10:18:40
> RMAN-06470: DEVICE TYPE is supported only when
> automatic channels are used
>=20
>=20

> --- jungwolf <spatenau_at_gmail.com> wrote:
>=20

> > The error message manual gives:
> > RMAN-06472 channel id string is automatically
> > allocated
> > Cause: Channel ID was used on ALLOCATE/RELEASE
> > command.
> > Action: Use other channel id that does not
> > belong to reserved
> > channel ID's namespace.
> >
> > Try renaming your channel.
> >
> > I can replicate the error, and using a new name
> > removes that error. I
> > get a different error but that's because I don't
> > have a media manager.
> >
> > RMAN> run {
> > 2> allocate channel ora_sbt_tape1 device type sbt;
> > 3> }
> >
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE=
 STACK
> > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-03002: failure of allocate command at
> > 06/07/2005 16:49:59
> > RMAN-06472: channel id ora_sbt_tape1 is
> > automatically allocated
> >
> >
> > RMAN> run {
> > 2> allocate channel t1 device type sbt;
> > 3> }
> >
> > using target database controlfile instead of
> > recovery catalog
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE=
 STACK
> > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-00571:
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RMAN-03009: failure of allocate command on t1
> > channel at 06/07/2005 16:49:22
> > ORA-19554: error allocating device, device type:
> > SBT_TAPE, device name:
> > ORA-27211: Failed to load Media Management Library
> > Additional information: 2
> >
> > Steven
> >
> >
> > On 6/7/05, dba1 mcc <mccdba1_at_yahoo.com> wrote:
> > > Our LINUX server have ORACLE agent of Veritas
> > > Netbackup installed.
> > >
> > > I tried to backup file to tape failed. Anyone
> > know
> > > why?
> > >
> > > RMAN> backup device type sbt datafile 3;
> > >
> > > Starting backup at 07-JUN-05
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSA=
GE STACK
> > > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-03002: failure of backup command at
> > 06/07/2005
> > > 17:30:43
> > > RMAN-06471: no configuration found to allocate
> > > channels for SBT_TAPE
> > >
> > > RMAN> run {
> > > 2> allocate channel ora_sbt_tape1 device type
> > sbt;
> > > 3> backup datafile 3;
> > > 4> }
> > >
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

> > > RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSA=
GE STACK
> > > FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-00571:
> > >
> >
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > > RMAN-03002: failure of allocate command at
> > 06/07/2005
> > > 17:32:33
> > > RMAN-06472: channel id ora_sbt_tape1 is
> > automatically
> > > allocated
> > >
> > >
> > > Thanks.
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > > --
> > > http://www.freelists.org/webpage/oracle-l
> > >
> >
>=20
>=20

> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

>
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 08 2005 - 10:45:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US