Unsolved

This post is more than 5 years old

185 Posts

662

January 7th, 2008 19:00

RMAN Error on Solaris with Networker 7.2

Hi All,
I have problem about backup RMAN, which I have search in web site for rman error code.

Does this code appear it mean case from NetWorker or not?.
How I will solve it?.


RMAN LOG ERRORS On SBPROD
------------------------------------------------
=======> ERROR IN FILE :
/users/oracle91/Rman/prod/Log/inclev0_sbprod_tape.log.050108_0100
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on d2 channel at 01/05/2008
08:52:28
ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
ORA-19511: Error received from media manager layer, error text:
The function nsr_end() failed with the error message: RPC receive operation fai led. A network connection could not be established with the host.
(0:5:0)

--------------------------------------------------------------------------------------------------
$ oerr ora 19511
19511, 00000, "Error received from media manager layer, error text:\n %s"
// *Cause: An error occurred in the media management software which
// is linked with the Oracle server to perform backup and
restore
// in cooperation with Recovery Manager.
// *Action: If the text of message 19511 does not provide enough
// information to resolve the problem, then you should contact
the
// vendor of the media management software.

$ oerr ora 27192
27192, 00000, "skgfcls: sbtclose2 returned error - failed to close file"
// *Cause: sbtclose2 returned an error. This happens while closing a backup
// file during a backup or restore operation.
// *Action: This error is returned from the media management software which is
// linked with Oracle. There should be additional messages
which
// explain the cause of the error. This error usually requires
// contacting the media management vendor.

--------------------------------------------------------------------------------------------------

Who can advise for this issue?.

Thank All.

2 Intern

 • 

2K Posts

January 7th, 2008 23:00

First you are getting a network connection error so check if this client is able to connect to the backup server as well as RMAN server. Try a /usr backup for this client.

Then you have the media management layer error which could be because it is not connecting with backup server OR lkibrary linking on backup server is not done properly. Check library linking.

2 Intern

 • 

2K Posts

January 7th, 2008 23:00

First you are getting a network connection error so check if this client is able to connect to the backup server as well as RMAN server. Try a /usr backup for this client.

Then you have the media management layer error which could be because it is not connecting with backup server OR lkibrary linking on backup server is not done properly. Check library linking.

185 Posts

January 9th, 2008 21:00

this problem will appear when I run RMAN script level0 but it can backup completed in level 1 and backup ArchiveLog.

Which I don't modify in that script (it ever completed with level0).

Do you have any more advisor?.

Thank.

2 Intern

 • 

2K Posts

January 10th, 2008 02:00

I hope you have taken care of the media pools i.e. if level0 happens in a different pool than level1, your script needs to know the name of the new pool.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

January 27th, 2008 12:00

This sounds as an configuration issue. In case you haven't resolve it yet, sent full rman output and log from server showing what happens during backup.

0 events found

No Events found!

Top