You can force secondary locator to be new jmx manager by connecting it through Gfsh using connection command -
*connect --locator=secondarylocation:locatorPort* Connect command will force locator to search for jmx-manager and when not found start becoming active jmx-manager. regards, Tushar On Thu, Jul 23, 2015 at 8:47 PM, Gregory Green <[email protected]> wrote: > Hello Everyone, > > > Is there a way for a secondary locator to automatically start acting as a > JMX manager if the primary locator/jmx manager is killed? > > > It appears that I need to either make both of the locators jmx managers at > start up by adding > > jmx-manager-start=true to the locator gemfire.properties > > > Or restart the secondary locator when the primary locator goes down. > >
