Oracle RMAN backup failing - Veritas Net Backup
This is a discussion on Oracle RMAN backup failing - Veritas Net Backup ; Hi,
We have a Sun Solaris 2.6 host that we can not backup Oracle 8.0.6
databases. The backup starts and a default-policy schedule begins to
backup... but it does not go away and logs an error at RMAN. Note that ...
-
Oracle RMAN backup failing
Hi,
We have a Sun Solaris 2.6 host that we can not backup Oracle 8.0.6
databases. The backup starts and a default-policy schedule begins to
backup... but it does not go away and logs an error at RMAN. Note that this
is an UNKNOWN SYSTEM ERROR. Has anyone seen it before? Can anyone help me?
Thanks a lot,
RP
RMAN-06005: connected to target database: TST6
RMAN-06008: connected to recovery catalog database
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t1
RMAN-08500: channel t1: sid=11 devtype=SBT_TAPE
RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting datafile backupset
RMAN-08502: set_count=15 set_stamp=414608716
RMAN-08010: channel t1: including datafile 1 in backupset
RMAN-08011: channel t1: including current controlfile in backupset
RMAN-08010: channel t1: including datafile 2 in backupset
RMAN-08010: channel t1: including datafile 3 in backupset
RMAN-00569: ================error message stack follows================
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19583: conversation terminated due
to error
ORA-27016: skgfcls: sbtinfo returned error
SVR4 Error: 17451364: Unknown system error
Additional information: 18691192
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
RMAN-10031: ORA-19583 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
Recovery Manager complete.
Sat Nov 25 17:07:49 EDT 2000 ----------------End of Script------------------
exit 1
-
Re: Oracle RMAN backup failing
The error
ORA-27016: skgfcls: sbtinfo returned error
indicates that this is a hostname resolution issue. Run the command
/usr/openv/netbackup/bin/bpclntcmd -pn and notice that first 2 two fields in
the last line of the output correspond to your client. If those don't match
(exactly) you will get this response sometimes.
Otherwise check the /usr/openv/netbackup/log/dbclient/log.mmddyy and look at
all the references to your client/hostname/client_name and realize that they
all don't match.
If you are using a separate NIC for your backup network make sure the
bp.conf file has REQUIRED_INTERFACE = and that CLIENT_NAME =
Good luck.
Rafael Pires wrote in message
news:3a54d334@hronntp01....
> Hi,
> We have a Sun Solaris 2.6 host that we can not backup Oracle 8.0.6
> databases. The backup starts and a default-policy schedule begins to
> backup... but it does not go away and logs an error at RMAN. Note that
this
> is an UNKNOWN SYSTEM ERROR. Has anyone seen it before? Can anyone help me?
> Thanks a lot,
> RP
>
> RMAN-06005: connected to target database: TST6
> RMAN-06008: connected to recovery catalog database
> RMAN-03022: compiling command: allocate
> RMAN-03023: executing command: allocate
> RMAN-08030: allocated channel: t1
> RMAN-08500: channel t1: sid=11 devtype=SBT_TAPE
> RMAN-03022: compiling command: backup
> RMAN-03023: executing command: backup
> RMAN-08008: channel t1: starting datafile backupset
> RMAN-08502: set_count=15 set_stamp=414608716
> RMAN-08010: channel t1: including datafile 1 in backupset
> RMAN-08011: channel t1: including current controlfile in backupset
> RMAN-08010: channel t1: including datafile 2 in backupset
> RMAN-08010: channel t1: including datafile 3 in backupset
> RMAN-00569: ================error message stack follows================
> RMAN-03006: non-retryable error occurred during execution of command:
backup
> RMAN-07004: unhandled exception during command execution on channel t1
> RMAN-10035: exception raised in RPC: ORA-19583: conversation terminated
due
> to error
> ORA-27016: skgfcls: sbtinfo returned error
> SVR4 Error: 17451364: Unknown system error
> Additional information: 18691192
> ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
> RMAN-10031: ORA-19583 occurred during call to
> DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
> Recovery Manager complete.
> Sat Nov 25 17:07:49 EDT 2000 ----------------End of
Script------------------
> exit 1
>
>