Hi expert
One of our customer is planning to run 2 LAC server in parallel without clustering.
Both LAC server has its own each MySQL DB and infront of 2 lac server Loadbalancer is exist.
Both LAC server and DB will have same data.
I did try in my environment. it works fine. but i couldn't understand different between cluster and without cluster.
Is this approach is good?
Any adivice is much appreciated.
Thank you in advance.
Shreeram
With your reference of a MySQL database as the admin database, I am assuming that you are running on version 4.1 or lower. If you are having a load balancer in front of the two LAC nodes, you are running as a cluster. You only need one admin database where one or more nodes of the cluster will all be configured to point to the same MySQL admin database. Otherwise, they will be out-of-sync or you will end up deploying multiple times. Do note that when you import an API to a cluster, you will need to restart all nodes.
Let me know if there are other follow-up questions.