sparky81 Posted January 5, 2019 Share Posted January 5, 2019 I have redis and atlas all working fine. Just rename the redis to the service ID use a start and stop script for redis. Rename.... @echo off cd "%ThisService_WorkingDirectory%\AtlasTools\RedisDatabase" ren redis-server.exe redis-server-%ThisService_ServiceId%.exe Start..... @echo off cd "AtlasTools\RedisDatabase" start redis-server-%ThisService_ServiceId%.exe ./redis.conf Stop..... taskkill /F /IM redis-server-%ThisService_ServiceId%.exe All this has been said by other people. But no ones given the scripts. Hope it helps you guys. Link to comment Share on other sites More sharing options...
ECF Posted January 5, 2019 Share Posted January 5, 2019 Thank you for sharing! Link to comment Share on other sites More sharing options...
fjamieson Posted January 6, 2019 Share Posted January 6, 2019 Thanks to all for sharing!!! Link to comment Share on other sites More sharing options...
Shreeden Posted January 6, 2019 Share Posted January 6, 2019 Sparky, Forgive my ignorance. Where should I find these batch files? Link to comment Share on other sites More sharing options...
crunkinshoe Posted January 6, 2019 Share Posted January 6, 2019 Sparky, Forgive my ignorance. Where should I find these batch files? Batch files go in the scripts section. Link to comment Share on other sites More sharing options...
crunkinshoe Posted January 6, 2019 Share Posted January 6, 2019 I keep getting a connection timeout when trying to transfer between clustered servers hosted on different machines. The transfer works fine when all the servers are on the same machine. Is there some setting that needs to be changed when hosting on different machines? Link to comment Share on other sites More sharing options...
conceptr980 Posted January 6, 2019 Share Posted January 6, 2019 make sure that the ports are +5 not incremental +1 and seamlessdataport should be allowed in the firewall/router as well. ex. Port 0000 for grid 1 and port 0005 for grid 2. Not 0001 and 0002. Game port, same strategy. Seamlessdataport could be incremental and all these ports should be allowed in the router/firewall so u need many ports to open. Conclusion, each grid must have 3 ports to open. Gameport, Port and seamlessdataport. Do it right and you will be good. Good Luck Link to comment Share on other sites More sharing options...
crunkinshoe Posted January 6, 2019 Share Posted January 6, 2019 My ports are good and the grids are on completely different IPs. I can see all the servers are online and even connect directly to another server however I cannot transfer between them and get a timeout. This only happens with machines at different datacenters. When all servers are hosted on the same machine everything works fine. I have my Redis on a forward facing IP and not 127.0.0.1. Firewall is off for testing. Link to comment Share on other sites More sharing options...
crunkinshoe Posted January 7, 2019 Share Posted January 7, 2019 I found out the issue is just that the servers were too far away physically as closer servers work just fine. This is a hardcoded timeout issue and nothing we can change on our end currently. Link to comment Share on other sites More sharing options...
conceptr980 Posted January 8, 2019 Share Posted January 8, 2019 My ports are good and the grids are on completely different IPs. I can see all the servers are online and even connect directly to another server however I cannot transfer between them and get a timeout. This only happens with machines at different datacenters. When all servers are hosted on the same machine everything works fine. I have my Redis on a forward facing IP and not 127.0.0.1. Firewall is off for testing. Give it a shot and set Redis to your public IP instead of local host then server only json configs of each server to that public IP since once you switch from grid to another, the other grid should still look for the same database. 127.0.0.1 is local host which means, only the grid which is hosted on the same machine of redis will connect to it. Hope i explained it well. Distance has nothing to do with this terminology if its configured properly. Link to comment Share on other sites More sharing options...
sparky81 Posted January 10, 2019 Share Posted January 10, 2019 anyone got a issue with maps not showing ingame? after update the maps have stopped working even if i host the files on a web server? Link to comment Share on other sites More sharing options...
sparky81 Posted January 28, 2019 Share Posted January 28, 2019 (edited) anyone know of a script to define master/slave for atlas? iv seen it out there just need a push in the script if anyone knows? edit: Don't matter, I found the answer lol Edited January 28, 2019 by sparky81 Resolved Link to comment Share on other sites More sharing options...
numpty Posted January 28, 2019 Share Posted January 28, 2019 anyone know of a script to define master/slave for atlas? iv seen it out there just need a push in the script if anyone knows? edit: Don't matter, I found the answer lol Mind sharing Link to comment Share on other sites More sharing options...
Jus61 Posted June 8, 2019 Share Posted June 8, 2019 Can anyone upload the XML? Link to comment Share on other sites More sharing options...
sparky81 Posted June 9, 2019 Share Posted June 9, 2019 (edited) Ok ill say it again. I have this fully working with no problems at all.. I have over 50 + servers running and the redis is a easy thing to do. I know not much about tcadmin but i was able work it all out. Do the following.. https://gyazo.com/417be0b0aa1615148bf59db85a25bfaf im sure most of you know what goes in each one. I can not share my config but i really don't mind helping get your own working. Edited June 9, 2019 by sparky81 Link to comment Share on other sites More sharing options...
sparky81 Posted June 9, 2019 Share Posted June 9, 2019 Rename Redis..... @echo off cd "%ThisService_WorkingDirectory%\AtlasTools\RedisDatabase" ren redis-server.exe redis-server-%ThisService_ServiceId%.exe Link to comment Share on other sites More sharing options...
sparky81 Posted July 28, 2019 Share Posted July 28, 2019 Here you all go https://clientforums.tcadmin.com/showthread.php?t=13100 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now