[contestms] Running CMS on Multiple Servers

  • From: pravein gk <praveingk@xxxxxxxxx>
  • To: contestms@xxxxxxxxxxxxx
  • Date: Fri, 26 Feb 2016 09:49:35 +0800

Hi,

I wanted to setup CMS on six machines(m1-m6) in the following way :

1) m1 has to be the main cms server.

2) load is shared b/w m2-m6(workers)

in cms.conf of m2, I change only the database string to :
"database": "postgresql+psycopg2://cmsuser:cmsuser@m1/database.
Rest of the cms.conf is same in all the machines.

And I start m1-m6, and all machines are able to access database from m1 and
starting up the ResourceService.

However, I will need to verify the sharing of load b/w the servers.

Can you please let me know how to verify that part?, and also if there is
anything else to be changed in cms.conf to ensure this scenario.?

Thanks,
Pravein.

Other related posts: