Operating System - HP-UX
1855276 Members
4628 Online
104109 Solutions
New Discussion

make_tape_recovery - cronjob

 
SOLVED
Go to solution
Idham
Frequent Advisor

make_tape_recovery - cronjob

Need help,
Someone has created a cronjob in my Oracle-DBRAC server.Please refer below. My question is, when the system run the make recovery...where will the file stored?...i'm trying to housekeep the files.

0 19 * * * make_tape_recovery -x inc_entire=vg00
6 REPLIES 6
Analyst
Trusted Contributor

Re: make_tape_recovery - cronjob

Hi Idham,

The File will be stored in the path
/var/opt/ignite/.....
/opt/ignite.....

The files will be created with the time stamp.

Thanks,
Analyst.
Idham
Frequent Advisor

Re: make_tape_recovery - cronjob

Thanks for the prompt reply...
maybe u can give the filename or exact location...tried to search just now. Still cannot find.
Analyst
Trusted Contributor

Re: make_tape_recovery - cronjob

Hi Idham,

check for the path.

1./var/opt/ignite>cd recovery/latest
2./var/opt/ignite>cd recovery/ time stamp files, if earlier files were there.
3. cat /var/opt/ignite>cd recovery/latest/fileXXX/recovery.log

Thanks,
Analyst.
Patrick Wallek
Honored Contributor
Solution

Re: make_tape_recovery - cronjob

The Ignite/UX recovery run in the command above will go to the default tape drive, /dev/rmt/0mn.

Log files will be stored in /var/opt/ignite/recovery.

Johnson Punniyalingam
Honored Contributor

Re: make_tape_recovery - cronjob

have you checked the /var/opt/ignite/recovery ..?

what does it says.? can you see any make_tape_recovery has been complted successfully completed messages.? under this directory..?

You try to house keep the old recovery.log files too,

Thx,
Johnson
Problems are common to all, but attitude makes the difference
Idham
Frequent Advisor

Re: make_tape_recovery - cronjob

Thanks