Troubleshooting Tip: How to resolve 'Unknown Error -1' errors while adding a worker from the GUI
| Description | This article describes how to resolve 'Unknown Error -1' errors while adding a worker from the GUI. |
| Scope | FortiSIEM. |
| Solution | While adding a Worker from the GUI under Admin -> License -> Nodes, the following errors appear in the GUI.
Unknown Error -1
The script /opt/phoenix/deployment/jumpbox/datastore.py attempts to mount the NFS storage on the worker while trying to add it from the GUI.
To resolve this, follow the steps below.
df -h
umount /data
|