Enabling application failover on Dispatcher Paragon Embedded Terminal for Konica Minolta

Dispatcher Paragon Embedded Terminal for Konica Minolta support native application failover. That means that the Authentication, Print and Scan applications installed on the device can have registered 2 different Dispatcher Paragon servers to connect to. When the current endpoint fails to response to an application request, the application switches to the other one and use it as long as the endpoint is responding.

Limitations

  • Jobs history is not working correctly.

  • Only native Terminal mode is supported.

Prerequisites

  • MFD must support OpenAPI setup version 4.1 or higher.

  • Spooler controllers must be in the same Spooler controller group.

  • Etcd must be enabled.

Enable etcd

  1. Log in to the Dispatcher Paragon management interface with sufficient rights to administer printers (for example, "admin").

  2. Go to System > System settings

  3. Set enableEtcd property to enabled and save the configuration.

  4. Restart the Dispatcher Paragon Terminal Server service on all Management and/or Site servers.

  5. Reinstall Embedded terminals after this change.

When enabled, etcd will be run with Terminal Server.

Enabling application failover

For SafeQ 6 MU15 and newer:

  1. Log in to the Dispatcher Paragon management interface with sufficient rights to administer printers (for example, "admin").

  2. Go to System > System settings.

  3. Set KMApplicationFailover property to enabled.

  4. Set also enableNetworkLoadBalancer property to enabled and save the configuration.

  5. Restart the Dispatcher Paragon Terminal Server service on all Management and/or Site servers.

  6. Reinstall Embedded terminals after this change.

For SafeQ 6 MU14 and older:

This way can also be used if you want to enable application failover only for a SPOC group but not globally.

  1. In the TerminalServer.exe.config file insert the following line into <appSettings> section:

    <add key="KMApplicationFailover" value="true" />
  2. This must be done on all nodes of the Spooler Controller group.

  3. Restart of Terminal Server service is required after this change.

  4. Reinstall Embedded terminals after this change.