Netbackup – Increase Number of Days in Activity Monitor Job History
From Peter Pap's Technowiki
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!