Veritas-bu

[Veritas-bu] Client Oracle Hotbackup failures

2001-07-11 13:34:27
Subject: [Veritas-bu] Client Oracle Hotbackup failures
From: dchrastil AT bcbsga DOT com (Daniel Chrastil)
Date: Wed, 11 Jul 2001 13:34:27 -0400
I have a problem with a client with Oracle database extension
installed.  The backup fails with a code 25.  All other hotbackups run
just fine, however they are also running from media servers which have
multi-hosted drives connected.  This backup is being run from a client
which goes over the network to the SAN through a media manager.  Running
DataCenter 3.4 which also requires license keys which have been added on
the media servers.  But where does one enter a license key on a client
for a database extension as there is no goodies or admincmd directory
when you install clients, or does this even matter?  I am sure that the
problem is something simple which I am overlooking here, just been
looking at it so long that I probably need a fresh look from elsewhere.
The oracle output log is below.  The Datacenter all logs entries report
reports a error code of 59 (cannot connect to socket)

Thanks,
Dan Chrastil
BlueCross BlueShield of Georgia


Target database:  pegq
Type of backup:  FULL
Recovery catalog:  r806
Number of channels:  2
Home file system currently at: 56%
Executing RMAN backup...
Archive Disk Space before RMAN BACKUP: 91%

RMAN SCRIPT
---- ------
run {
allocate channel ch1 type 'SBT_TAPE';
allocate channel ch2 type 'SBT_TAPE';
sql 'alter system switch logfile';
backup filesperset 10 format 'df_%u_%s_%p'
(database include current controlfile);
backup filesperset 10 format 'lf_%u_%s_%p'
(archivelog all delete input); }

Archive Disk Space after RMAN BACKUP: 91%
Backup returned errors
Start time:  Tue Jul 10 15:49:10 EDT 2001
End time:    Tue Jul 10 15:49:56 EDT 2001

Recovery Manager: Release 8.0.6.0.0 - Production

RMAN-06005: connected to target database: PEGQ
RMAN-06008: connected to recovery catalog database

RMAN> run {
2> allocate channel ch1 type 'SBT_TAPE';
3> allocate channel ch2 type 'SBT_TAPE';
4> sql 'alter system switch logfile';
5> backup filesperset 10 format 'df_%u_%s_%p'
6> (database include current controlfile);
7> backup filesperset 10 format 'lf_%u_%s_%p'
8> (archivelog all delete input); }
9>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch1
RMAN-08500: channel ch1: sid=11 devtype=SBT_TAPE

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch2
RMAN-08500: channel ch2: sid=12 devtype=SBT_TAPE

RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system switch logfile
RMAN-03023: executing command: sql

RMAN-03022: compiling command: backup
RMAN-03025: performing implicit partial resync of recovery catalog
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete
RMAN-03023: executing command: backup
RMAN-08008: channel ch1: starting datafile backupset
RMAN-08502: set_count=1 set_stamp=434735357
RMAN-08010: channel ch1: including datafile 6 in backupset
RMAN-08010: channel ch1: including datafile 8 in backupset
RMAN-08010: channel ch1: including datafile 10 in backupset
RMAN-08010: channel ch1: including datafile 3 in backupset
RMAN-08010: channel ch1: including datafile 1 in backupset
RMAN-08008: channel ch2: starting datafile backupset
RMAN-08502: set_count=2 set_stamp=434735357
RMAN-08010: channel ch2: including datafile 5 in backupset
RMAN-08010: channel ch2: including datafile 7 in backupset
RMAN-08010: channel ch2: including datafile 9 in backupset
RMAN-08010: channel ch2: including datafile 2 in backupset
RMAN-08010: channel ch2: including datafile 4 in backupset
RMAN-08011: channel ch1: including current controlfile 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 ch1
RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry
possible
ORA-19506: failed to create sequential file, name="df_01cuj27t_1_1",
parms=""
ORA-27007: failed to open file
HP-UX Error: 1: Not owner
Additional information: 7009
Additional information: 1
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

Recovery Manager complete.


<Prev in Thread] Current Thread [Next in Thread>