Start a Conversation

Unsolved

N

12 Posts

920

April 13th, 2022 06:00

Unable to take RMAN backup from Solaris 11

 During backup start, it is provided below error: Need some advise:

[root@dcnetworker ~]# cat /nsr/logs/policy/FCUBS143_Oracle/obdxdbprod01/backup_1943644_logs/1943648.log
Wed Apr 13 18:51:22 2022
Wed Apr 13 18:51:22 2022
cmd_args = send 'NSR_RMAN_JOBID=1943649, NSR_SERVER=dcnetworker'
rman_script = /nsr/apps/tmp/tmp_rman.20200
saveset_name = RMAN:\obdxdb_FULL
Launching backup process

Recovery Manager: Release 19.0.0.0.0 - Production on Wed Apr 13 18:51:22 2022
Version 19.9.0.0.0

Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.

RMAN> connect ********
2>
3> RUN {
4> ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE';
5> BACKUP
6> FULL
7> FORMAT '%d_%U'
8> DATABASE
9> INCLUDE CURRENT CONTROLFILE
10> PLUS ARCHIVELOG;
11> RELEASE CHANNEL CH1;
12> }
13>
connected to target database: OBDXDB (DBID=953158579)

using target database control file instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on CH1 channel at 04/13/2022 18:51:25
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2

Recovery Manager complete.
The backup process failed:
RMAN exited with return code '1'.
Exiting with error:
RMAN exited with return code '1'.
obdxdbprod01.ebl.bd: RMAN exited with return code '1'.

24586:nsrdasv: RMAN exited with return code '1'.

 

12 Posts

April 13th, 2022 06:00

@crazyrov could you please help me on this?

April 20th, 2022 18:00

After installing the DB agent, did you create the pre-requisite link?

• Make sure that the /usr/lib/libnsrora.so is linked with the libobk.so
lrwxrwxrwx 1 oracle oinstall 21 Aug 31 08:28 libobk.so -> /usr/lib/libnsrora.so
1. Do an “su - oracle”
2. Change directory  cd $ORACLE_HOME/lib
3. Link using the command: “ln -s /usr/lib/libnsrora.so libobk.so”

You won’t see libnsrora.so in the lib folder. You just create a link from libobk.so to /usr/lib/libnsrora.so

 

12 Posts

May 4th, 2022 22:00

@colinmcfadyen99 ,

Thanks for your reply.

Yes, the soft link was created successfully. But still, I am not able to take RMAN backup in Networker.

But, From the OS/DB, we can take backup using networker to the data domain. But from the networker, we can not take backup.

 

 

May 8th, 2022 08:00


Did you have to relink it or eas that already done? Can you show that itvis indeed linked correctly and that there is a file there?

Does it still state the same error if the link needed to be created?

What do the logfiles on client end state as the ones on the nw server do not always contain all logs (but this has been improved).

No Events found!

Top