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

  • 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

22 Replies

  • Pleased I could help - it case you are interested, I did it in the java gui, then looked in the log to see the command.

    I had to drop a bit of the line as it didn't work straight away, but after playing about for 5 mins, job done.

    If you could mark the post that helped you the most as the solution, that would be great.

    Thx.

    Martin

  • Since you agreed to test command suggested by Martin, it is just fair to award the Solution to him and not your own post.

    I have moved the Solution to Martin's post.