Page 1 of 1

Keeping a server running

PostPosted: Tue Dec 06, 11 12:17 am
by Poor
What are some free tools or scripts that can restart a server when it crashes?

PostPosted: Tue Dec 06, 11 11:09 am
by Gishank
iirc, there's something in Nepthy's that can be used to restart it automatically.

PostPosted: Thu Dec 22, 11 4:57 pm
by atrey65789
The MIRK Server has something that does that, yesterday, one of the servers crashed when it was goin to DXMP_Command_Post and then somethin went wrong and switched to DXMP_Area51Bunker. Ask Brad

PostPosted: Fri Dec 23, 11 3:55 am
by ~DJ~
AFAIK there's a batch file in place.

PostPosted: Wed Dec 28, 11 9:12 pm
by atrey65789
Yeah i think nephthys was it

PostPosted: Wed Dec 28, 11 10:24 pm
by Poor
I don't think nephthys has that feature. Commercial game servers have software to bring a server back up after it has crashed.

PostPosted: Thu Dec 29, 11 1:03 pm
by Kalman11
I saw a tool somewhere called Deus Ex Server Restart Tool
Maybe on gravity-world or dxalpha

PostPosted: Fri Dec 30, 11 12:19 am
by ~ô¿ô~Nobody~
A simple bat file can restart a crashed server already.

PostPosted: Tue Jan 03, 12 4:01 pm
by Marder
I'm looking at my rented commercial game server and see no .bat file, so I wonder how they do it.
Can probably give Poor control panel access to have a look around if that is useful at all. No obligation to rent one :D

PostPosted: Tue Jan 03, 12 4:30 pm
by ~ô¿ô~Nobody~
They have their own system running in the background.. one that guards the server processes, etc.

PostPosted: Wed Jan 11, 12 3:43 pm
by Shinobi
A .BAT file can be made as per these instructions (edit... I've lost the link, I'll add it asap), but customised for DX.

Or Nephthys has a function, IIRC.

Lots of ways.

PostPosted: Wed Jan 11, 12 5:23 pm
by Poor
Jeez, you guys don't seem to understand what I'm talking about. BAT files and Nephthys have nothing to do with what I wanted. There are a few applications that monitor a process and will restart the program if the process is terminated. That way the server will be restarted immediately after it crashes. I'll try some of the freeware and report back which is best.

PostPosted: Wed Jan 11, 12 6:08 pm
by Alex
Poor wrote:Jeez, you guys don't seem to understand what I'm talking about. BAT files and Nephthys have nothing to do with what I wanted. There are a few applications that monitor a process and will restart the program if the process is terminated. That way the server will be restarted immediately after it crashes. I'll try some of the freeware and report back which is best.

The BAT file can actually do what you want, but only if you're able to execute BAT files. The BAT file basically automatically restarts the deus ex server when it crashes.