Jump to content
Sign in to follow this  
kmiles1990

BEC Scheduler

Recommended Posts

Is there a way to set up the bec scheduler to restart every 60 minutes, instead of having to do this for every hour?

<!-- 06:00 restart -->
<job id="5">
<time>05:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minutes</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="6">
<time>05:59:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="7">
<time>06:00:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#shutdown</cmd>
<cmdtype>0</cmdtype>
</job>
<!-- End 06:00 restart -->

 

Share this post


Link to post
Share on other sites
1 hour ago, kmiles1990 said:

Is there a way to set up the bec scheduler to restart every 60 minutes, instead of having to do this for every hour?


<!-- 06:00 restart -->
<job id="5">
<time>05:55:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 This server will restart in 5 minutes</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="6">
<time>05:59:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 This server will restart in 1 minute</cmd>
<cmdtype>0</cmdtype>
</job>
<job id="7">
<time>06:00:00</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#shutdown</cmd>
<cmdtype>0</cmdtype>
</job>
<!-- End 06:00 restart -->

 

No there isn't

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×