cancel
Showing results for 
Search instead for 
Did you mean: 

identify manual backup in bprd or bpbrm logs

h_m
Level 6

 

Does anyone know how to identify manually initiated and scheduled backups from the bprd or bpbrm logs?

 

Thanks,

 

H

 

4 REPLIES 4

dami
Level 5

You need to look for the string "immediate backup"

e.g.:

14:27:30.140 [4712.5404] <2> process_request: immediate backup request = 329199 55 root other NONE masterSRVName masterSRVname NONE TEDC-clientName Incr 0 0 13 0 C C C C C 0 0 -1 0 0
 

You can also pull this out of the nbpem logs using for example

vxlogview -p 51216 -o 116 -d all -t 24:00:00 > c:\temp\24hrpemlog.txt

Search that file then for the same string, eg:

06/03/2009 14:33:19.265 [Application] NB 51216 nbpem 116 PID:2868 TID:2996 File ID:116 [jobid=-1 job_group_id=-1 client= type=2 server= task=ID:017CD6C0 policy=<<POLICYNAME>>] [Info] V-116-80 received start immediate backup request for client=*, policy=<<POLICYNAME>>, schedule=Incr, stream #=0, client type=MS-Windows-NT (13), parent jobid=-1
06/03/2009 14:33:19.265 [Application] NB 51216 nbpem 116 PID:2868 TID:2956 File ID:116 [No context] [Info] V-116-41 running session_start_notify
06/03/2009 14:35:42.562 [Application] NB 51216 nbpem 116 PID:2868 TID:2948 File ID:116 [jobid=90928 job_group_id=90925 client=kdb1_30.euprimep.tsys type=4 server=tedc-tct-bkup01 task=ID:02A81EB4 policy=<<POLICYNAME>>] [Info] V-116-14 CLIENT <<clientname>>  POLICY <<POLICYNAME>>  SCHED Incr  EXIT STATUS 0 (the requested operation was successfully completed)
 

 

h_m
Level 6

 

Thanks dami.
 
Confirms my findings. Guessing grepping for “sched” would show scheduled?
 
I’ve not got any nbperm or vxlogs to work with.. So working blind J
 
Thanks for your help.

h_m
Level 6

 

Thanks dami.
 
Confirms my findings. Guessing grepping for “sched” would show scheduled?
 
I’ve not got any nbperm or vxlogs to work with.. So working blind J
 
Thanks for your help.

Karthikeyan_Sun
Level 6

 Enable to nbpem logs by creating folder under logs directory and use vxlogview  as mentioend by Dami.