What is differnce between open and dup folders created under each SLP?
Created: 01 Feb 2013 | 3 comments
I have created SLP's in NetBackup, but I observed that one under one SLP dup folder is created and in other SLP open folder is created. Can some one please explain when will DUP or OPEN folders created under SLP's?
Path: /usr/openv/netbackup/db/class_internal/<SLP_name>/schedule/
NetBackup version is 7.1.0.4
Discussion Filed Under:
Comments 3 Comments • Jump to latest comment
hi ,
as per my understanding , Open will have the window for SLP how much time it should be active in each day.
, if you could post what you are seeing in DUP, we could probably come to an idea about that..
/usr/openv/netbackup/db/class_internal/<SLP_name>/schedule/Dup
[master Dup]$ ls -ltr
total 8
-rw-rwx--- 1 root storage 433 Aug 16 2010 info
-rw-rwx--- 1 root storage 70 Aug 16 2010 days
[master Dup]$ cat days
0 0 86400
1 0 86400
2 0 86400
3 0 86400
4 0 86400
5 0 86400
6 0 86400
[master Dup]$ cat info
SCHED_TYPE 2
RETENTION_LEVEL 0 0 0 0 0 0 0 0 0 0
INCREMENTAL_TYPE 0
FREQUENCY 604800
CALENDAR 0
MAX_FRAG_SIZE 0
MAX_MPX 1
NUMBER_OF_COPIES 0
FAIL_ON_ERROR 0
SYNTHETIC 0
PFI_RECOVERY 0
RESIDENCE *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
POOL *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
SHARE_GROUP *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
RES_IS_SS 0
[master Dup]$
/usr/openv/netbackup/db/class_internal/<SLP_name>/Open
[master Open]# ls -ltr
total 8
-rw------- 1 root root 433 Oct 9 11:54 info
-rw------- 1 root root 70 Oct 9 11:54 days
[master Open]# cat days
0 0 86400
1 0 86400
2 0 86400
3 0 86400
4 0 86400
5 0 86400
6 0 86400
[master Open]# cat info
SCHED_TYPE 2
RETENTION_LEVEL 0 0 0 0 0 0 0 0 0 0
INCREMENTAL_TYPE 0
FREQUENCY 604800
CALENDAR 0
MAX_FRAG_SIZE 0
MAX_MPX 1
NUMBER_OF_COPIES 0
FAIL_ON_ERROR 0
SYNTHETIC 0
PFI_RECOVERY 0
RESIDENCE *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
POOL *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
SHARE_GROUP *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL* *NULL*
RES_IS_SS 0
[master Open]#
I am not seeing any difference between those files.
but days file is the one which says about the SLP should be active in each day,
0 is sunday and 6 is saturday.
2nd row 0 is start of the day, and 86400 is end of the day, so it says SLP is active 24hours a day and 7 days a week.
0 0 86400
1 0 86400
2 0 86400
3 0 86400
4 0 86400
5 0 86400
6 0 86400
And even SLP function also not changing, for the Open schedule and dup schedule.
so it might be the two names or approaches for the same function.( i guess)
Would you like to reply?
Login or Register to post your comment.