Auto Restarts of Server
Don't know if this program is known here but I have this setup on my system and it works great.
FireDaemon Pro can setup any program (including command line starts) as a system service for automatic restarts. I have this setup on my server machine to restart any of the 5 services required for the server to run (so far my login server has crashed once and it restarted it within 1 minute and was back online). Program cost is $50 US but IMHO that is cheap for automatic restarts and no minimized command windows to accidentally close. You can download a 30 day trial of it and see if it is to your liking. Also you can download their program FireDaemon Fusion which gives you a web based interface for access to running services. I give access to this for a trusted friend to restart the server remotely when updating the database. Best parts about this program is it is FREE and it does not require FireDaemon Pro to run. Don't know if external links are allowed here but the programs are easy enough to find in a google search. |
you could also put this in your EQEmu server directory and run it for free
runserver.vbs Code:
set Shell = CreateObject("WScript.Shell") you'll need to end the process named wscript.exe to stop the script as it won't have a command prompt. i'd probably add some sort of logging method for restarts, but i got bored with it. |
Yeah I run a batch script and use winblows task scheduler to back that script up with another in case it fails.
|
i just can't help myself...
added functionality that makes certain you don't end up running multiple instances of the same script accidentally (very bad things would have happened). runemu.vbs Code:
set Shell = CreateObject("WScript.Shell") stopemu.vbs Code:
set Shell = CreateObject("WScript.Shell") |
Quote:
|
All times are GMT -4. The time now is 03:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.