Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

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

Compare with Current View Page History

Version 1 Next »

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

  1. Stop the Axxon One server:
    sudo service axxon-one stop
  2. Create a backup of the configuration:
    cp ~ngp/instance.conf ~ngp/instance.conf_bak

    Attention!

    This step is mandatory.

  3. Open the server configuration file for editing:
    sudo nano ~ngp/instance.conf
  4. Add the required variable using the command:
    export %system_variable=value%
    For example, a variable to increase the export timeout:
    export NGP_EXPORT_TIMEOUT_MS=60000
  5. After you make the changes and save the configuration file, start the Axxon One server:
    sudo service axxon-one start

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

Attention!

System variables previously added to the instance.conf file will be removed:

  • When you change the server configuration with the command:
    sudo dpkg-reconfigure axxon-one
  • After you upgrade to a new version of Axxon One.


  • No labels