Documentation for Axxon One 2.0 version. Documentation for Axxon One 3.0 version is also available.


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

To create a system variable for the Axxon One server in the failover mode in Linux OS, do the following:

  1. Stop the required server (see Suspending a Server within a cluster).
  2. Go to the /etc/AxxonSoft directory.
  3. Create a backup of the configuration:
    cp axxon-one.conf axxon-one.conf_bak

    Attention!

    This step is mandatory.

  4. Open the server configuration file for editing:
    nano axxon-one.conf
  5. Add the required variable:
    export %system_variable=value%
    For example, a variable to enable or disable the observer mode for the self-diagnostics service:
    export DRMONKEY_OBSERVER_MODE=0
    where 0—the observer mode is off, 1—the observer mode is on.
  6. After you make the changes and save the configuration file, start the server.

As a result, the system variable is set permanently for the Axxon One server in the failover mode.

  • No labels