Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Storage Issue: Analytics storage DB error. Insufficient permissions on the mount point

Answered

Comments

3 comments

  • Sergey Yuldashev
    • Network Optix team

    Hello Andrew,

    While we do understand your struggle, let me clarify why it's done how it's done.

    We intentionally put it to the "Advanced" tab so that end users would not modify it on their own. Moreover, we hope that our partners do not share the existence of this hidden page with the users due to its content sensitivity. 
    The reason for that as well as why it is off by default is the security concerns introduced with this setting applied. When it's done, server modifies the parental directory permissions. I.e. every file in this directory besides ones owned by Nx will be affected.

    Thus we:

    1. Do not recommend setting it unless it is utterly required
    2. Recommend, if possible, to have a separate mount point dedicated for an analytics database storage only

    If you still would like to apply it to all the customers afterwards, feel free to send the mentioned API call prior to the system configuration with default admin:admin credentials pair:

    https://127.0.0.1:7001/api/systemSettings?forceAnalyticsDbStoragePermissions=true

    After applied, it will not affect "New System" state and will be kept after the further setup on the customers' side.

     

    0
  • Andrew Sharrem
    • Authorized Reseller
    • Great answers
    • Idea generator
    • Expert (Gold)

    Thank you. The following code works well in my setup scripts (bash);

    curl "http://admin:admin@127.0.0.1:7001/api/systemSettings?forceAnalyticsDbStoragePermissions=true"
    0
  • Norman
    • Network Optix team

    Hi Andrew Sharrem,

    We have not heard back from you in a while, so we are going to assume your question has been answered and set this topic to 'Answered'.

    0

Please sign in to leave a comment.