Unsolved

This post is more than 5 years old

1 Rookie

 • 

52 Posts

1326

July 25th, 2016 04:00

mminfo Query for Networker Reporting

Hi ,

Can anybody kindly Let me know how to filter out the details for reporting from Networker Server  which describes 7 Days back exchange backups Client, date, database, level, size, start time, duration, SN, comments.

Hope  can do this.  But I'm not familiar with the query.

Thanks

Dinusha

2.4K Posts

July 25th, 2016 06:00

Hi Dinusha,

you can't get everything ... for that price ;-) . The field 'duration' does not exist - you must build the difference between stop time and start time.

In general, you must run a mminfo command pretty similar like this:

  mminfo -q "savetime>-7days,client=exchange_client -r "client,name,savetime,level,sstart,sscomp,ssid,sumsize,..." -ot [-xc ] > outfile.txt

Please read the mminfo manpages /command line reference for all details.

I am pretty sure that 'SN' is the save set id (SSID)

I am not sure what you mean by 'comment' - NW does not know such for backups.

Now use a script to calculate the 'duration'.

1 Rookie

 • 

52 Posts

July 27th, 2016 20:00

Hi Bingo ,

Many Thanks for the response ☺

/Dinusha

Top