Jump to content
  • 0

BEC is not working correctly (Restart, Scheduler)


Uebermorgen

Question

Hi,

 

my BEC is not working correctly.

I have restarts on 8:00, 14:00, 20:00 and 02:00 but its not restarting at these times.

 

My Scheduler:

 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
<Scheduler>
       
        <!-- *** RESTARTS *** -->
        <!-- 30 min to the 800 restart -->
        <job id="0">
                <start>073000</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 30 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
        
        <job id="1">
                <start>075500</start>                
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 5 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
       
        <job id="2">
                <start>075900</start>                
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 1 MINUTE!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
        
    <job id="3">
            <day>1,2,3,4,5,6,7</day>
            <start>080000</start>
            <runtime>000000</runtime>
            <loop>0</loop>
        <cmd>C:\Users\Administrator\Desktop\0.2.5.2\restart.bat</cmd>
        <cmdtype>1</cmdtype>
        </job>  
       
        <!-- *** RESTARTS *** -->
        <!-- 30 min to the 1400 restart -->
    <job id="4">
                <start>133000</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 30 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
        
        <job id="5">
                <start>135500</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 5 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
       
        <job id="6">
                <start>135900</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 1 MINUTE!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>  
        
    <job id="7">
        <day>1,2,3,4,5,6,7</day>
        <start>140000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\Users\Administrator\Desktop\0.2.5.2\restart.bat</cmd>
        <cmdtype>1</cmdtype>
    </job>  
        
        <!-- *** RESTARTS *** -->
        <!-- 30 min to the 2000 restart -->
        <job id="8">
                <start>193000</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 30 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
    
        <job id="9">
                <start>195500</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 5 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
       
        <job id="10">
                <start>195900</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 1 MINUTE!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>  
        
    <job id="11">
        <day>1,2,3,4,5,6,7</day>
        <start>200000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\Users\Administrator\Desktop\0.2.5.2\restart.bat</cmd>
        <cmdtype>1</cmdtype>
    </job>  
        
 
        <!-- *** RESTARTS *** -->
        <!-- 30 min to the 0200 restart -->
        <job id="12">
                <start>013000</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 30 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
        
        <job id="13">
                <start>015500</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 5 MINUTES!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
       
        <job id="14">
                <start>015900</start>
                <day>1,2,3,4,5,6,7</day>
        <runtime>000000</runtime>
                <loop>0</loop>
                <cmd>say -1 AUTO SERVER RESTART IN 1 MINUTE!</cmd>
                <cmdtype>0</cmdtype>                   
        </job>
        
                
    <job id="15">
        <day>1,2,3,4,5,6,7</day>
        <start>020000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\Users\Administrator\Desktop\0.2.5.2\restart.bat</cmd>
        <cmdtype>1</cmdtype>
    </job>  
        
    <job id='16'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>001500</runtime>
        <loop>-1</loop>
        <cmd>say -1 TS3 and Website: BLA</cmd>
    </job>
    <job id='17'>
        <day>1,2,3,4,5,6,7</day>
        <start>001000</start>
        <runtime>001000</runtime>
        <loop>-1</loop>
        <cmd>say -1 Server restart every 6 hours! 8:00|14:00|20:00|2:00</cmd>
    </job>
 
</Scheduler>
 

 

 

What did I wrong?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

see the differences :

 

<job id="9">
        <time>07:50:00</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 In 10 minutes this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>    
    </job>
    <job id="10">
        <time>07:55:00</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 In 5 minutes this server will perform an automated reboot.</cmd>
        <cmdtype>0</cmdtype>    
    </job>
    <job id="11">
        <time>07:59:00</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>say -1 In 1 minute this server will perform an automated reboot, get safe NOW.</cmd>
        <cmdtype>0</cmdtype>    
    </job>
    <job id="12">
        <time>08:00:00</time>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop>
        <cmd>#shutdown</cmd>
        <cmdtype>0</cmdtype>    
    </job>

 

 

(runtime, start etc, the one I posted works.)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...