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

Previous page Features of creating an archive as a file in Linux OS  Features of archives with ext and xfs file systems Next page

By default, in Linux OS, the ngp user has rights to record only in the /opt/AxxonSoft/AxxonOne/ directory.

To create an object archive, do the following:

  1. Create a folder, for example:

    sudo mkdir  /home/"user"/archive
  2. Change the folder owner to npg user.

    sudo chown -R ngp:ngp /home/"user"/archive
  3. Check the permissions on the created folder.

    ls -l /home/"user"/

    If there is a string with the ngp user permissions in the result, it is now possible to create an object archive by selecting the object storage type and specifying the path to this folder.

    drwxr-xr-x   2 ngp    ngp    4096 aug.   8 15:18 archive
  • No labels