Jump to content
  • 0

Server not auto restarting


Ephox

Question

Hi, i have not been able to get the auto restart using the scheduler to work. can anyone help?

 

My server is 24/7 day if that makes a difference.

Host is Vert Hosting.

<?xml version="1.0"?>
<Scheduler>
    
    <!-- INTERNAL COMMANDS -->
    <job id="0">
        <time>05:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="1">
        <time>05:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="2">
        <time>06:00:00</time> <!-- run at 6'o Clock in the morning -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>#shutdown</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="3">
        <time>11:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="4">
        <time>11:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="5">
        <time>12:00:00</time> <!-- run at 6'o Clock in the morning -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>#shutdown</cmd>    
        <cmdtype>0</cmdtype>            
    </job>   

    <job id=6">
        <time>17:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="7">
        <time>17:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="8">
        <time>18:00:00</time> <!-- run at 6'o Clock in the morning -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>#shutdown</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="9">
        <time>23:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="10">
        <time>23:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    

    <job id="11">
        <time>00:00:00</time> <!-- run at 6'o Clock in the morning -->
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>#shutdown</cmd>    
        <cmdtype>0</cmdtype>            
    </job>  
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

try this. do the restart as in the video and add this to ur Schedule

 

<?xml version="1.0"?>
<Scheduler>
    
    <!-- INTERNAL COMMANDS -->
    <job id="0">
        <time>05:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="1">
        <time>05:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    
 
    <job id="2">
        <time>11:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="3">
        <time>11:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    
   
    <job id=4">
        <time>17:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="5">
        <time>17:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    
    
    <job id="6">
        <time>23:50:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day>
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 10 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>
    
    <job id="7">
        <time>23:55:00</time>
        <delay>000000</delay>
        <day>1,2,3,4,5,6,7</day> 
        <loop>0</loop> 
        <cmd>say -1 Server will Auto restart in 5 min</cmd>    
        <cmdtype>0</cmdtype>            
    </job>    
 
</Scheduler>
Link to comment
Share on other sites

  • 0

I'm with Vert and had some trouble when I first started, but it came down to having some syntax errors. It only takes one misplaced character to screw it up. If you need help, let me know. Also the server is on 0:00 UTC, so you need to work with that (as in to have the server restart at midnight Brisbane time, I have to have the server restart at 2pm server time)

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...