Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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:
    Code Block
    languagebash
    cp axxon-one.conf axxon-one.conf_bak
    Note
    titleAttention!

    This step is mandatory.

  4. Open the server configuration file for editing:
    Code Block
    languagebash
    nano axxon-one.conf
  5. Add the required variable using the commandas the first line in the configuration file:
    Code Block
    languagebash
    export %system_variable=value%
    For example, a variable to enable or disable the observer mode for the self-diagnostics service:
    Code Block
    languagebash
    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.

...