Difference between revisions of "Netbackup – Increase Number of Days in Activity Monitor Job History"

From Peter Pap's Technowiki
Jump to: navigation, search
(Created page with "By default, Netbackup keeps 78 hours worth of history in the activity monitor. If you wanted to make this more, log on to you Netbackup master server and add the following lines...")
 
(No difference)

Latest revision as of 00:28, 31 October 2013

By default, Netbackup keeps 78 hours worth of history in the activity monitor. If you wanted to make this more, log on to you Netbackup master server and add the following lines to the bp.conf file in /usr/openv/netbackup/:

 KEEP_JOBS_SUCCESSFUL_HOURS = 336
 KEEP_JOBS_HOURS = 336

336 is obviously two weeks worth, which you could change to anything you want. Then restart Netbackup on the master server to make it take affect. Done!