Duplication using 'Multiple_Lifecycle' dispite changing DUPLICATION_GROUP_CRITERIA parameter to 0
Duplication using 'Multiple_Lifecycle' dispite changing DUPLICATION_GROUP_CRITERIA parameter to 0
Hi,
I am using SLP to duplicate data and want to get rid of 'Multiple_Lifecycle' SLPs running as it makes monitoring more difficult
I read in article http://www.symantec.com/business/support/index?page=content&id=HOWTO33715 how to create a file called LIFECYCLE_PARAMETERS
However I am still getting these unwanted duplication jobs running? Any ideas why?
some info from out Master Server
[root@nbmaster config]# pwd
/usr/openv/netbackup/db/config
[root@nbmaster config]# cat LIFECYCLE_PARAMETERS
DUPLICATION_GROUP_CRITERIA 0
MIN_GB_SIZE_PER_DUPLICATION_JOB 32
MAX_GB_SIZE_PER_DUPLICATION_JOB 256
MAX_MINUTES_TIL_FORCE_SMALL_DUPLICATION_JOB 180
Thanks
Comments 1 Comment • Jump to latest comment
Looks like you are on 7.5 so all values need an equals sign to work now
DUPLICATION_GROUP_CRITERIA = 0
MIN_GB_SIZE_PER_DUPLICATION_JOB = 32
MAX_GB_SIZE_PER_DUPLICATION_JOB = 256
MAX_MINUTES_TIL_FORCE_SMALL_DUPLICATION_JOB = 180
Hope this helps
Authorised Symantec Consultant
Don't forget to give a "Thumbs Up" or mark as "Solution" if someones advice has helped you.
Would you like to reply?
Login or Register to post your comment.