Starting Fault Tolerant Server Pairs

With a JSON-based configuration, fault tolerant pairs share a single JSON configuration file. Primary and secondary server roles are determined when the servers are started.

Start the primary EMS server as usual. Start the secondary server using the -secondary flag. For example, where the JSON configuration file is tibemsd.json:

  • To start the primary server:

    tibemsd -config tibemsd.json

  • To start the secondary server:

    tibemsd -config tibemsd.json -secondary