Enabling Root User Access

Since AnzoGraph offers features such as user-defined extensions, it is not secure software certified and Cambridge Semantics recommends that you do not install or run AnzoGraph as the root user. To aid in ensuring that AnzoGraph is not run using root privileges, AnzoGraph is configured by default to disallow system startup by the root user. If you want to enable root user access, follow the instructions below.

  1. Stop the database.
  2. On the leader node, open the AnzoGraph settings file, settings.conf, in a text editor. The file is in the install_path/config directory.
  3. In settings.conf, uncomment the enable_root_user=false line and change the value to true:
    enable_root_user=true
  4. Save and close settings.conf.
  5. Restart the database to apply the configuration change.
Related Topics