Operating System - HP-UX
1833875 Members
2096 Online
110063 Solutions
New Discussion

Re: make_tape_recovery is not updating the log files

 
Jagadesh_2
Regular Advisor

make_tape_recovery is not updating the log files

Admins,

I am taking ignite backup on HPUX 11.11 using make_tape_recovery. The same is not updating the log files in /var/opt/ignite/logs/*.

/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -A -I -v -x inc_entire=vg00


Any suggestions will be helpful.

Thanks
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: make_tape_recovery is not updating the log files

Hi:

Look in this directory for your logs:

# /var/opt/ignite/recovery

The 'latest' as in '/var/opt/ignite/recovery/latest' is a symbolic link to the most current log.

The directory '/var/opt/ignite/logs' was updated by old Ignite versions.

Regards!

...JRF...
Uday_S_Ankolekar
Honored Contributor

Re: make_tape_recovery is not updating the log files

Unless you specify in your script to write logs in a specific directory, the logs will be written bydefault in /var/opt/ignite/recovery and look for time stamp directory
ex:
/var/opt/ignite/recovery/2006-10-11,09:30

-USA..
Good Luck..
Jagadesh_2
Regular Advisor

Re: make_tape_recovery is not updating the log files

got it thanks.