Jump to content
Sign in to follow this  
ml@winwinsol.dk

Offload SQL server to 2nd server.

Recommended Posts

Hello,

I have setup a DayZ server and awaiting validation. While waiting, I have been messing around with a few things.

DayZ server is hosted on an ibm server attached to a redundant storage SAN via. iSCSI. the IBM server runs vmware esx 4.1 and is only virtualizing 1 instance of windows 2003 server 64-bit. The server is connected to a failover/high availability vmware cluster. 2x dual core opteron 2222SE 3 ghz

Database Server

Quad CPU Xeon Quad core

Debian Linux 6.0

MySQL

+redundant SAN +the works.

My question is:

Can i offload the DB that DayZ uses to the SQL server? I have searched in vain for a string in a config file to change from localhost to (IP of Database Server)

Why do i want this?:

DayZ is growing. I also begin with the end in mind. And I believe DayZ will grow to such a size, (beyond the 5 tables in the current db) that the server requirements will go up if the sql server stays where it is now: localhost, and degrade game performance. To avoid this, i might aswell offload SQL now, so i wont have to do it later.

I read a post somewhere stating that localhost cannot be changed at the moment, and username/password must be root? The opst was not on an official forum, so can i get validation on this? When will this be changed if it is in effect?

Cheers,

Michael

Win-Win Solutions

PS:

I found during my trials and tribulations, that i i specify dayz as username for the mysql client, it blatantly refuses to login.

  • Like 1

Share this post


Link to post
Share on other sites

I guess you could do it the ugly way and point localhost to another server in your hostfile (if it doesnt break arma in some way) or setup some proxy that listens to the mysqlport and forward the traffic and put the mysql there until they fix it

Share this post


Link to post
Share on other sites

Hmm, you are giving me an idea. I dont think its by the book in any means and im not sure it will work. Maybe I can enable routing and remote access on the loopback interface to forward the traffic as you suggested and port forward it back. interresting!

Share this post


Link to post
Share on other sites

I thought having its own hive was banned by devteam....

Share this post


Link to post
Share on other sites

I thought having its own hive was banned by devteam....

They can't blacklist a private database server. When they blacklist you, it's from the main hive which he already wouldn't be using.

Share this post


Link to post
Share on other sites

Hello,

I have setup a DayZ server and awaiting validation. While waiting, I have been messing around with a few things.

DayZ server is hosted on an ibm server attached to a redundant storage SAN via. iSCSI. the IBM server runs vmware esx 4.1 and is only virtualizing 1 instance of windows 2003 server 64-bit. The server is connected to a failover/high availability vmware cluster. 2x dual core opteron 2222SE 3 ghz

Database Server

Quad CPU Xeon Quad core

Debian Linux 6.0

MySQL

+redundant SAN +the works.

My question is:

Can i offload the DB that DayZ uses to the SQL server? I have searched in vain for a string in a config file to change from localhost to (IP of Database Server)

Why do i want this?:

DayZ is growing. I also begin with the end in mind. And I believe DayZ will grow to such a size, (beyond the 5 tables in the current db) that the server requirements will go up if the sql server stays where it is now: localhost, and degrade game performance. To avoid this, i might aswell offload SQL now, so i wont have to do it later.

I read a post somewhere stating that localhost cannot be changed at the moment, and username/password must be root? The opst was not on an official forum, so can i get validation on this? When will this be changed if it is in effect?

Cheers,

Michael

Win-Win Solutions

PS:

I found during my trials and tribulations, that i i specify dayz as username for the mysql client, it blatantly refuses to login.

I think there should be a master database for each server which would be hosted on the server that is running the game. and this would end the laggy hive issues. ! master database doesn't make sense for all the servers out there

Share this post


Link to post
Share on other sites

I think there should be a master database for each server which would be hosted on the server that is running the game. and this would end the laggy hive issues. ! master database doesn't make sense for all the servers out there

this will mean every single new server you join you will start over again

Share this post


Link to post
Share on other sites

I guess you could do it the ugly way and point localhost to another server in your hostfile (if it doesnt break arma in some way) or setup some proxy that listens to the mysqlport and forward the traffic and put the mysql there until they fix it

I actually think you can acomplish this with iptables

Share this post


Link to post
Share on other sites

Your post is not very clear.

You say you wait for confirmation but you still have/want a private Hive database?

What do you want now? A private Hive or a normal DayZ server connected to official Hive? Or both?

Edited by DomiStyle

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×