Abhinay077
13 years agoLevel 3
How to retain the missing logs in activity monitor
Hi,
Please let me know how to retain the missing logs in activity monitor..
i have started long run 6 days back.. now i see jobs from 1 to 350 are missing out of 1660 jobs in total.
Please do help me
in addition that you can look
http://www.symantec.com/business/support/index?page=content&id=TECH24317 (for windods)
from Unix admin guide 7.5 page 926:-
About the BPDBJOBS_OPTIONS environment variableThe BPDBJOBS_OPTIONS environment variable provides a convenient method toset job retention options with a script. The bpdbjobs process determines how longto retain a job by checking for the BPDBJOBS_OPTIONS environment variable. Ifpresent, BPDBJOBS_OPTIONS overrides the bp.conf settings.The following options can be used to determine the length of time NetBackupretains jobs. The options should be entered in lower case in the BPDBJOBS_OPTIONSenvironmental variable.Table 21-7 BPDBJOBS_OPTIONS environment variable optionsOption DescriptionUse with the -clean option to specify how many hoursbpdbjobs keeps unsuccessfully completed jobs. Default: 78hours.To keep both successful and both failed jobs longer than thedefault of 78 hours, keep_successful_hours must be usedwith keep_hours.-keep_hours hoursUse with the -clean option to specify how many hoursbpdbjobs keeps successfully completed jobs. The number ofhours must be less than or equal to keep_hours.Values outside the range are ignored. Default: 78 hours.-keep_successful_hours hoursUse with the -clean option to specify how many daysbpdbjobs keeps completed jobs. Default: 3 days.-keep_days daysThis value must be less than the -keep_days value.Use with the -clean option to specify how many daysbpdbjobs keeps successfully completed jobs. Default: 3 days.-keep_successful_days daysA script (cleanjobs) was used in the following example. You can copy the scriptdirectly from this document and changed as needed.■ The first line specifies how long to keep unsuccessful jobs (24 hours) andsuccessful jobs (five hours).■ The second line specifies the path to the bpdbjobs command. Indicate thecorrect location of bpdbjobs in the.bat file. In this example, NetBackup wasinstalled in the default location:■ setenv BPDBJOBS_OPTIONS "-keep_hours 24 -keep_successful_hours 5 -clean"/usr/openv/netbackup/bin/admincmd/bpdbjobs ${*}Monitoring NetBackup activityAbout the jobs database926You can store the .bat file anywhere, as long as it is run from the appropriatedirectory.bpdbjobs command