I didn't find in forum how to add 2nd server(Planet). I found only how to add and how to edit chanels.
I tried to put it(server) manualy but something wont work. Can someone please tell me how to properly add one more server(planet)?
Printable View
I didn't find in forum how to add 2nd server(Planet). I found only how to add and how to edit chanels.
I tried to put it(server) manualy but something wont work. Can someone please tell me how to properly add one more server(planet)?
You need 1 login server, 1 globaldbagent, 1 globalmgrsvr and 1 cashdbagent.
For each server you must have a chatnode, dbagent and the worldsvrs. Each planet should have different numbers (e.g. DBAgent_06 for 1st server and DBAgent_07 for the second).
All of this needs adding to the server_list in /etc/cabal. You then need to create the ini files for each of the process and check the ports at the top as each must have a unique port number to listen on and the inter-server ports at the bottom must also match.
Lastly you need to create symbolic links to each of the new processes (e.g. DBAgent_06->DBAgent, DBAgent_07->DBAgent).
Unless you know the server files damn well then you will probably never get it all working as a lot of changes need making. If you want to learn how it is all put together i would suggest studying my cabal_config.sh to see exactly what it does to build a config, what files it puts where, what ports it changes and what links it creates.
ok i`ll try. tnx