I25 Server Maintenance

From OuroDev
Revision as of 18:16, 29 May 2019 by Plutocracy (talk | contribs) (adding content to this page to celebrate its 2 week anniversary, still unfinished)

Monitoring and Proper Shutdown

Running ServerMonitor

ServerMonitor.exe (located in the bin directory) should be used wherever possible to shut your server down, to prevent database issues.
The Server Monitor also provides useful information for server administration, including player counts, information about stuck and crashed processes, and more.

Adding the following lines to loadBalanceShardSpecific.cfg under a ServerRole will automatically launch the Server Monitor when you start up your server.
Server
	Command "servermonitor.exe -connect"
End
  • Additionally you can run it from the bin directory; it can be run with the -connect parameter to automatically connect to a dbserver running on the same machine.

Monitoring Server Performance

Error creating thumbnail: File missing
Smart words go here

SQL Database Backup and Maintenance

/u/jagnew78's Doc but as a wiki article