RMAN 9i backups using EDM [message #74680] |
Thu, 03 February 2005 06:09 |
Dave Bush
Messages: 8 Registered: December 2004
|
Junior Member |
|
|
Is anybody using EMC's EDM backup utility with RMAN to back up their Oracle databases? We're running into problems when trying to back up 9i databases. 8i backups work fine.
I have linked my libobk.so library in $ORACLE_HOME/lib to the EDM library and this still odesn't work. I have listed the error I am getting below.
"daily_db_backup.log" 980 lines, 50218 characters
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 02/03/2005 14:36:06
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2
RMAN>
RMAN>
Recovery Manager complete.
Any help would be much appreciated
|
|
|
|
Re: RMAN 9i backups using EDM [message #74691 is a reply to message #74683] |
Fri, 04 February 2005 01:17 |
Dave Bush
Messages: 8 Registered: December 2004
|
Junior Member |
|
|
Hi Mahesh,
Thanks for the reply, These are the setting for LIBPATH and LD_LIBRARY_PATH below.
saprsun02b $ env|grep lib
LIBPATH=/apps/oracle/product/9.2/lib:/lib:/usr/lib
LD_LIBRARY_PATH=/apps/oracle/product/9.2/lib:/lib:/usr/lib
Do you see anything wrong with this? I have not bounced the instance, I can't see why this would make a difference as RMAN connects to the target database fine, it just has a problem loading the media manager.
|
|
|
|
Re: RMAN 9i backups using EDM [message #74706 is a reply to message #74692] |
Mon, 07 February 2005 03:11 |
Dave Bush
Messages: 8 Registered: December 2004
|
Junior Member |
|
|
Hi,
there was no /usr/lib/liblsm.so file, the only file similar was /usr/lib/liblsm.so.1 so I linked this instead(command below) and this still didn't work.
ln -s /usr/lib/liblsm.so.1 libobk.so
Don't really know where to go with this one now.
Cheers,
Dave
|
|
|
|
Re: RMAN 9i backups using EDM [message #74731 is a reply to message #74708] |
Thu, 10 February 2005 06:34 |
Dave Bush
Messages: 8 Registered: December 2004
|
Junior Member |
|
|
Thanks again for yor help on this.......I have had to go back to the media manager guys to check out the EDM install, as I have tried absolutely everything with oracle
thanks again,
Dave
|
|
|