Could you please share any script to generate a daily report for the last 24 hrs backup status.
Nope, you will need to do that as you (or your client) has such need. But you need to ask yourself what exactly do you need? You say clients, but is it success of backup only or additional data? If additional data, what exactly? Most of the data you can get from mminfo, but media database might not include data for failed backups which went to disk or failed at savefs level for example. This basic monitoring can also be handled by NMC. You need to define exactly what you need and from there it is easy. If you want data from job db, you can run nsrsgrpcomp -c
This will give you the out put of last 24 hours backup details with all the details that normally a backup report should have-
client
name
group
ss created
ss completed
retent
ssflags
lvl
total
client1
C:\
group1
12/03/2015 05:00
12/03/2015 05:04
02/03/2016
vF
incr
1106026960
client1
D:\
group1
12/03/2015 05:00
12/03/2015 05:04
02/03/2016
vF
incr
442600484
client2
C:\
group1
12/03/2015 16:31
12/03/2015 16:34
12/17/15
vF
incr
955556100
client2
D:\
group1
12/03/2015 16:31
12/03/2015 16:33
12/17/15
vF
incr
808725256
Client3
DISASTER_RECOVERY:\
group1
12/03/2015 16:35
12/03/2015 16:35
12/17/15
vF
incr
14988
Client3
C:\
group2
12/03/2015 16:31
12/03/2015 16:35
12/17/15
vF
incr
923887252
Client3
D:\
group2
12/03/2015 16:31
12/03/2015 16:33
12/17/15
vF
incr
790487540
Client3
E:\
group2
12/03/2015 16:35
12/03/2015 16:35
12/17/15
vF
incr
14992
Note: SSFlags is for save set status , completed/incompleted, browsable, recyclable etc
Review this output and edit as per your choice (for example : Removing the save set for Index and bootstrap backup, exclude archive backup or some special group client. ) and after that you can format also this output as per your choice (ex: .csv file, html format ) and can keep that in a centralize location or send an email as attachment. Just put the overview statistic also in your report - Total no of saveset, % of success rate, Total size, Client wise backup size, backup timing window etc
Just schedule this script from your windows task scheduler for daily report.
Approach 2: Use of DPA -
Using the EMC DPA tool you can use generate your customize backup report for the Networker backup. It not only include the daily backup report but also so many other backup related report which is useful for backup administration. DPA is not only used for Networker monitoring but also some other features also. Its very user friendly tool and also having all kind of easy reporting features. More info -
We have tried to use DPA some years ago, especially to monitor the true size of Avamar backups. But we found it is pretty complicated to deal with, especially if you want to produce a report which is not provided with the product. Besides that, we did not test it any further.
Also - do not forget that in your list
Client name
Group name
Schedule
Starttime
Endtime
BackupStatus
you miss an important detail - this list of not started groups because they are still running. The risk is high to have some, especially for backup groups with a (very) small interval.
ble1
6 Operator
•
14354 Posts
•
56186 Points
9094
0
Posted November 24th, 2015 04:00
You can use NMC, you can use nsrsgrpcomp, or you can use some custom script - up to you.