reggiej
15 years agoLevel 3
bpplschedwin
When I set a calendar based schedule in gui then check my debug log I see that the bpplschedwin command does the work, I am trying to understand the parameters it uses and how it works. This is on a Netbackup 6.5.3.1 version running on a Solaris 10 box.
9:20:28.210 [21437] <2> bpplschedwin: VERBOSE = 8
09:20:28.210 [21437] <2> bpplschedwin: INITIATING: version NetBackup 6.5 created
: 2008103100
09:20:28.210 [21437] <2> logparams: reggie reggie_weekly -0 0 0 -1 0 0 -2 0 0 -3
0 0 -4 0 0 -5 64800 43200 -6 0 0 -M xxxx.xxxx
I uderstand that 64800 converts to a day and 43200 is the start time in seconds. The other parameters I don't understand.
- It's pretty much exactly what Stumpr and Darren said - let's apply what they're saying to your log entry.
09:20:28.210 [21437] <2> logparams: reggie reggie_weekly -0 0 0 -1 0 0 -2 0 0 -3 0 0 -4 0 0 -5 64800 43200 -6 0 0 -M xxxx.xxxx
This specifies seven sets of windows; one for each day of the week.
-0 0 0 No window on Sunday
-1 0 0 No window on Monday
-2 0 0 No window on Tuesday
-3 0 0 No window on Wednesday
-4 0 0 No window on Thursday
-5 64800 43200 Open window from 18:00 (aka "64800 seconds after midnight") to 06:00 Saturday (aka "43200 seconds 12 hours") on Friday
-6 0 0 No window on Saturday
-M xxxx.xxxx your master
I don't know what "-generation" is used for (SLP?) but you're not using it here so I can weasel out of telling you THAT answer. ;-)