Posted on 29/05/2015 11:24:54
Hi Martijn
Using sync between SQL i have not tried - we usually recommend a SQL Cluster.
When using 2 or more servers, you should make sure all editors get to the same node, i.e. Node A, by using a hostname for administration:
Server A:
http://manage.yoursolution.com/admin (DNS of manage.yoursolution.com points directly to the IP on server A)
http://www.yoursolution.com (DNS of www.yoursolution.com points to the IP of the loadbalancer)
Server B
http://www.yoursolution.com (DNS of www.yoursolution.com points to the IP of the loadbalancer)
http://www.yoursolution.com/admin -> redirect to http://manage.yoursolution.com/admin on server A
Files
Regarding /Files, you have some options
- Sync /Files between the 2 servers using i.e. Robocopy. do not sync log + cache folders
- If server A + B are virtual, they could share the same physical drive making syncronisation un needed.
- You could also use a UNC path (\\server\folder) for mapping /Files, but you should be aware of permissions on the share and performance when using UNC for serving files.
BR Nicolai