cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to find the client backup logs for particukar date

NEEDED_MAN
Level 4
Hi everyone

I have netbackup  6.5  win2003 server  please tell me how find the backup log for particular date as failed or successfull backup logs.

I have checked with below points :

1. Activity Monitor
2. status backup
3. clients backup

all are above points under come gui mode but no luck .

Please anyone help me how to get the backup successfull or Failed  logs from command line for particular date or any file or folder is ther under netbackup installation path

Thanks
2 REPLIES 2

scorpy_582
Level 6
bperror command will give you:

<installpath>\Veritas\Netbackup\bin\admincmd\bperror -d <mm/dd/yyyy hh:mm:ss> -e <mm/dd/yyyy hh:mm:ss> -backstat -U

-d and -e will have the start and end date and time.

This will give the status of backups for that time period.

Hope this helps

Anonymous
Not applicable
Found a man page for this command. But is dependant on having the debug directories created.

http://alcor.concordia.ca/manpages/loc1/backuptrace.1.html

This gathers all the logs together for a specific backup (job_ID) or a date range.


If you want to create debug directories there is normally a readme and a mkdir command. Be careful running it. Creates couple dozen directories - not all needed.
<install_path>/netbackup/logs/readme
This file will detail some information to create the relevant debug/process directories.