Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems in recover with RMAN

Status
Not open for further replies.

azulita

IS-IT--Management
Jan 31, 2002
15
0
0
MX
I need some help.
I'm have Legato Server (HP-ux 11.00 ) version to 6.1.1 and legato client with version 6.0.1 and Module for Oracle 3.1
But when we try to backup the DB with Recovery Manager we get the following error:

RMAN-08031: released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: restore
RMAN-03007: retryable error occurred during execution of command: IRESTORE
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "/ken05_ora05/export/control.ctl"
ORA-27040: skgfrcre: create error, unable to create file
HP-UX Error: 2: No such file or directory
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.RESTOREBACKUPPIECE

I need upgrade legato client to 6.1.1?

Thanks a lot in advance for your help.
 
According to what you discribe, i would check :

1) That oracle is in the list of NetWorker administrator

2) If your backup was not done on that particular client, check that oracle account of your new server is configured as a remote user of the initial client.
To check our your backup piece was done, use
mminfo -av tape_name, check your list of RMAN backup pieces and to which client index they relate to.

3)That oracle has all the needed unix rights to the fully qualified name of the file you are restoring.
As oracle, issue 'touch control_file_name' to confirm this point.

In my shop, we are using RMAN/NMO3.1 on 40 or so HP 11, Tru64 v5 and v4 servers NetWorker 6.X backup servers and after battling for over 6 months, we are now satisfied with the end result.
Let me know if you need futher help.
 
lor:

is it really necessary to add the oracle user as an admin to the legato networker? We are currently planing to use RMAN on about 50 databases and each has it's own user...
Help would be appreciated.

Johanes
 
No, not necessarly. This is only a requirement if you need to cancel rman jobs or running Index-Rcat crosschecks thru rman. Then again, thats the way you normally want to do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top