Multiple Management Server #12757
-
|
I am trying to add two management server in my cloudstack setup but failing to add the 2nd management server. The 1st created management server is working fine with one compute host and one nfs server added. These are the steps I am following to install the cloudstack-manangement These steps I am following for the 1st time installation of cloudstack-management into a machine On the 2nd time when I am installing cloudstack-management to add it as a management server I am following these steps.... I am not installing mysql on this machine just installing cloudstack-management By following these I am able to install the management server on the 2nd machine but getting 503 error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
did you edit /etc/cloudstack/management/db.properties to point to the other server’s DB? |
Beta Was this translation helpful? Give feedback.
@arpanbht
you need to setup database again on the 2nd management server, but without
deploy-asso that the database will not be recreated.Alternatively, you can copy
db.propertiesandkeyfiles from mgmt1 to mgmt2, and updatecluster.node.IPin thedb.propertiesplease note, the database server on mgmt1 must be accessible from mgmt2 (username: cloud).