Unsolved
This post is more than 5 years old
9 Posts
0
1297
August 5th, 2010 17:00
Backup run time reporting in Networker 7.5.1?
Hi guys,
I've been looking around the reports available in NMC and I can find plenty of reports for amount of data, save sets, etc. What I am having troubles finding is anything that lists the run time for the backups. Is there anything in NMC that I'm missing? I'm also happy to grab info out of mminfo if its better doing it that way.
Basically, our Lotus Domino guys are doing centralisation of servers and have new archive server. I want to get some idea of the growth for the main central servers and this new server. I want to look at both the amount of data being backed up plus the how long the backups are taking.
Thanks,
Jason
No Events found!


coganb
736 Posts
0
August 6th, 2010 02:00
Hi,
You can get this data from the messages file. You look for the date, saveset and client name.
For example:
grep "vm-lego-231:" /nsr/logs/messages | grep /opt | grep Aug
Aug 4 11:25:57 vm-lego-230 logger: vm-lego-231: /opt level=full, 86 MB 00:03:40 16 files
You also have the size of the backup available in the 'Save Set Summary' report in the NMC or through mminfo with the 'totalsize' value. You can get the exact start time and end time from a rendered daemon.raw, grepping for 'saving to pool' and 'saved to pool' (or 'done saving to pool' for versions other than NetWorker 7.5).
-Bobby
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 23rd, 2010 06:00
You can do it with mminfo; see manual for mminfo and values like sscreate and sscomp (time as see on backup server).