Adding New Cluster

03/27/2013 12:42 raventh1984#1
Hi elitepvers,

I am having some trouble with adding an sec cluster.

What i have done so far.

MAIN SERVER

AccountServer.ini
AddTail( -1, 1, "****", "127.0.0.1", 1, 1, 0 );
AddTail( 1, 1, "LowRate 1-1", "127.0.0.1", 1, 1, 600 );
AddTail(-1, 2, "*****", "192.168.1.103", 1, 1, 0);
AddTail( 2, 1, "HighRate 1", "192.168.1.103" 1, 1, 600);

CoreServer.ini
Sys 2
Database "192.168.1.103"
PartyExpRate "5"

0102

LoginServer.ini
DB "127.0.0.1"
Core "127.0.0.1"

// CACHE
AddCache( "127.0.0.1" );
AddCache( "192.168.1.103" ); //Ip adress Second server
MSG_VER "4487531478"
//NPROTECT

SECOND SERVER
CacheServer.ini
Core "192.168.1.101" //Ip adress main server

LoginServer.ini
AddCache ( "127.0.0.1" );
AddCache ( "192.168.1.101" );

The i am running these files
AccountServer
DatabaseServer
CoreServer
CorseServer2
CacheServer
Certifier
LoginServer
WorldServer

On the 2nd server
CacheServer
LoginServer
WorldServer

The problem is with the 2nd server is that the LoginServer closes right away when you launch it.

Anyone can tell me what i am doing wrong in this?
I dont see it anymore.
03/27/2013 12:48 Velmore#2
The Most inis are wrong. You ne only 1 account and certifer server.

All other Server have to be 2.


Root 1:
Account Server
Certifier Server

------

Cluster 1:

Database Server "1"
Core Server "1"
Login Server "1"
Cache Server "1"
World Server "1"

Cluster 2:

Database Server "1"
Core Server "1"
Login Server "1"
Cache Server "1"
World Server "1"

You need a ODBC Connection from the Cluster 2 Server to the mssql database and a connection to the account and database server.
03/27/2013 14:17 raventh1984#3
Thank you for it. I have changed some files and everything is starting now.
I have only 1 problem to go

in AccountServer.ini i have this
AddTail( -1, 1, "****", "127.0.0.1", 1, 1, 0 );
AddTail( 1, 1, "LowRate 1-1", "127.0.0.1", 1, 1, 600 );
AddTail(-1, 2, "*****", "192.168.1.103", 1, 1, 0);
AddTail( 2, 1, "HighRate 1", "192.168.1.103" 1, 1, 600);

But when i launch the Neuz i see 2 clusters but only 1 channel for cluster 1.
So the 2nd cluster doesnt have an Channel.

I have edited CoreServer2.ini to this
Sys 2
Database "192.168.1.103"
PartyExpRate "5"

0201
03/27/2013 14:46 Velmore#4
AddTail( -1, 1, "Cluster 1", "IP CLUSTER1", 0, 1, 0 );
AddTail( 1, 1, "Channel 1", "IP CLUSTER1", 1, 1, 100 );

AddTail( -1, 2, "Cluster 2", "IP CLUSTER2", 0, 1, 0 );
AddTail( 2, 1, "Channel 2", "IP CLUSTER2", 1, 1, 100 );
03/27/2013 15:09 raventh1984#5
Well thanks for it i am seeing the channel on cluster2 so thats working.

But still i dont get it i have followed much guides on it and i dont have problems with scripting but this is bugging me.

When i log in it will log me in into cluster 1 no matter what i do.
So could this be an ini problem? or is there something else thats giving me the problem?
Atm i am lost in this.
03/27/2013 15:34 Velmore#6
You need two databases and for each server at cluster two the odbc conntection
03/27/2013 15:48 raventh1984#7
Yes i am aware of that.
Ke let me explain what i have now

Server1
Mssql with odbc

AccountServer.ini

CacheServer.ini

Certifier.ini

CoreServer.ini

LoginServer.ini

Server1 CoreServer2
CoreServer.ini

Server2
Mssql with Odbc

DatabaseServer.ini

WorldServer.ini

CacheServer.ini

Certifier.ini

CoreServer.ini

LoginServer.ini

Starting it like this

Server1
AccountServer.exe
DatabaseServer.exe
CoreServer.exe
CoreServer2.exe
CachServer.exe
Certifier.exe
LoginServer.exe
WorldServer.exe

Server2
DatabaseServer.exe
CoreServer.exe
CacheServer.exe
LoginServer.exe
WorldServer.exe

Bump

Update

Oke everything is fireing up. The only problem now is
That on both clusters the same DB is active.
I already have insert into main server.
CHARACTER_02_DBF and LOGGING_02_DBF
and setup the ODBC on the 2nd server.

However still if i am going to log in it will log me in into Cluster1 and not cluster2
Any one have an idea in this matter?

bump
03/28/2013 15:56 raventh1984#8
Update

Well i have some changes now

When logging into flyff
i have now 2 different chars in both clusters so its not the same chars anymore.

However still when i am going to cluster 2 i cant connect to it.

Anyone has some experience in this matter?
03/28/2013 16:09 Velmore#9
on my server there are to clusters.


You need two databases and two root servers.

you need to edit something in the source because database server and so on don't read the conntection from the ini files.
03/28/2013 16:14 raventh1984#10
Can you tell me where i need to look in the source what kind of file?
So i can take an look into it.
03/28/2013 16:32 Velmore#11
I will not give you all files...
Look in the source.
03/28/2013 16:34 raventh1984#12
I didnt asked for the files.

I asked where should i look? maybe an Clue in this matter

I have 2 Servers and 2 databases. So thats not the problem
The only problem i am experience is that i cannot connect to the 2nd cluster.

So i need to have an clue an where to look. From there on i can figure it out.
03/28/2013 17:23 Velmore#13
YOU HAVE TO CHANGE SOME THING IN THE SOURCE FILES.

But you have to search on our own. I have don it successfull before. It's only a thing of logical
03/28/2013 17:48 raventh1984#14
Wow i realy aprriciated your help for nothing.

I will ask you this Do i need to search for this?
__SERVERLIST0911
03/28/2013 17:52 Velmore#15
No.

Look in the Database core login server and so on