GitHub user TheKunalSen created a discussion: Connecting Two management servers in a same db
i have two management servers one on 192.168.1.101 and another on 192.168.2.101 so i have agents on both the networks i want that if one mgmt server goes down one will still be there to hold evrything together. so i made the stopped the mgmt 1 then i changed the agent properties from this ``` host=192.168.1.101@static ``` to this ``` host=192.168.1.101,192.168.2.101 ``` and restarted the agents and it got connected to the mgmt2 but the agent peoperties got revart back to ``` host=192.168.1.101@static ``` even though the agent got connected to 192.168.1.101 and after this if the exact scenario happens again then i have to do the above step manually to connect to the mgmt 2 . **how to do this thing automatically?** **one more thing, the agent got connected to the mgmt2 but the system vms did not connect to the mgmt 2 so how to do that too?** GitHub link: https://github.com/apache/cloudstack/discussions/13248 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
