Forum Discussion

Agent47's avatar
Agent47
Level 4
13 years ago

Bppllsched command line.

Hi Team,   Please advice. i use the command bppllsched on command line.   syntax is done. but all days is tag to monday to sunday. all i need is monday to thursday.   regads
  • mph999's avatar
    13 years ago

    OK, got it ...

    Example, this creats a schedule for schedule 'test' in policy 'womble_basic_disk'.

    bpplschedwin womble_basic_disk test  -2 1800 3600 -M womble

    -2 means Tuesday  (0 is Sun, 1 is Mon etc ...)

    1800 means open 1800 sec  after midnight

    3600 is close 3600sec after midnight

    So I could run this ...

     bpplschedwin womble_basic_disk test  -0 0 0 -1 0 0 -2 1800 3600 -3 0 0 -4 0 0 -5 0 0 -6 0 0 -M womble

    No windows any day apart from Tues.

    Martin