Replies: 1 comment 7 replies
did not help ? |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey guys, I was trying to make another management server in a different network. My initial cloudstack setup is running under 172.16.17.0/24 network and other cloudstack network will be 172.16.18.0/24.
I have changed the mysql bind-address to 0.0.0.0 in mgmt server 1 and in the db.properties in mgmt server 2 i have changed all the hosts to this management server 172.16.17.x the the mgmt server 1.
now this error is coming while connecting to the 1st mgmt server's mysql database
Also I edited the management cidr for production to 172.16.0.0/16 (contains both 172.16.17.0/24 and 172.16.18.0/24) and for testbed to 192.168.0.0/16.
I have made a whole setup seperately in a test bed with two management server, there both the management servers are getting connected but both the management servers are in same network 192.168.1.0/24.
Please help me with this matter.
All reactions