Can you share the logs? you might be hitting the bug https://issues.apache.org/jira/browse/CLOUDSTACK-6892 The fix is in 4.4.1 branch. As workaround, you can manually update catalina.properties as per the changes in the fix [1]
[1] https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=client/tomcatconf/catalina.properties.in;h=282892bb763a74b3898c9402423245670f69d546;hp=ce03ff6390b19e21d11c87c68adb7bd07a8c95eb;hb=539db08;hpb=cc913cf0bb7e62b7a216e2de793336e61a49b485 ~Rajani On Thu, Sep 18, 2014 at 5:25 PM, Venkata Suneel Babu Mallela < [email protected]> wrote: > Hi All, > > I've configured CloudStack DataBase replication(Master-Slave) successfully > and the setup is, > > Management Server - 10.0.0.10 > DataBase_1(Master) - 10.0.0.11 > DataBase_2(Slave) - 10.0.0.12 > > I want to test restoration process. I've followed the below link and > edited the "/etc/cloudstack/management/db.properties" file, > > > http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/reliability.html > > db.ha.enabled=true > db.cloud.slaves=10.0.0.12 > db.usage.slaves=10.0.0.12 > > But, I'm getting HTTP Status 404 error. > > Can anyone explain the step by step process to make slave as mater and > master as slave in CloudStack point of view? > > I'm using ACS4.4.0. > > Thank you, > Suneel Mallela >
