Troubleshooting
This section contains troubleshooting help for adding and configuring Storage Systems and Volumes.
Adding Storage Volumes From an Isilon Storage System Gives Permission Denied Error Message in the Wizard or on the CLI
If the UID mapping is set incorrectly or overlooked as part of configuring the Isilon export for use with DataCore vFilO, then the following error will show in the UI:
On the CLI, the following error is shown:
volume-add: Failed to discover volume [172.27.102.190, /ifs/home]: /tmp/1541116442901-0/admin/fYzUcgadEI (Permission denied)
Solution
Go into the Isilon Administration Tool and correctly set the root client UID mapping to admin. It is available under NFS exports settings.
Adding Isilon in the GUI Silently Fails
When trying to add Isilon, a progress bar is briefly shown in the UI that completes however nothing is added to the Storage Systems list. In the Tasks window, under progress, I see “Failed”
Solution
Either the wrong admin credentials or the incorrect SNMP value has been used. Additional details are available on the CLI. Login as the admin user and run
Example: Incorrect SNMP value
> task-list
ID: fd3b3636-a8c6-4129-a38b-9c1a94f23e37
Name: node-add
Params: name: Isilon8.1; force: false; created-by: Uoid [uuid=6b439e52-3361-4db8-81e8-02cd898be011, objectType=USER]
Status: FAILED
Created: 2018-11-01 23:35:25 UTC
Started: 2018-11-01 23:35:26 UTC
Ended: 2018-11-01 23:35:38 UTC
Exit Value: Failed to get SNMP interfaces
Example: Incorrect login credentials
> task-list
ID: fb8d5dd3-2c9b-4107-9d57-3c245bc534ae
Name: node-add
Params: name: Isilon; force: false; created-by: Uoid [uuid=6b439e52-3361-4db8-81e8-02cd898be011, objectType=USER]
Status: FAILED
Created: 2018-11-01 22:36:53 UTC
Started: 2018-11-01 22:36:53 UTC
Ended: 2018-11-01 22:36:56 UTC
Exit Value: failed to identify node. please check that the node is available, and that the node's credentials/type are correct
Example: Wrong IP/hostname
ID: af69b73a-6ce9-48ec-b8b9-1e4889287862
Name: node-add
Params: name: Isilon8.1; force: false; created-by: Uoid [uuid=6b439e52-3361-4db8-81e8-02cd898be011, objectType=USER]
Status: FAILED
Created: 2018-11-01 23:41:28 UTC
Started: 2018-11-01 23:41:28 UTC
Ended: 2018-11-01 23:41:33 UTC
Exit Value: failed to identify node. please check that the node is available, and that the node's credentials/type are correct
I Added a Storage System But I Can’t See My Volume(s)
Verify from the vendor management tools or a regular Linux client that the storage system is exporting the volumes.
I Added a Share/export To My Storage System After I Added It Into DataCore vFilO, How Do I Re-scan It?
A manual rescan is required for DataCore vFilO to detect new exports, shares, volumes or buckets in storage systems. Login into DataCore vFilO using the CLI and execute the following command:
Admin CLI
> node-refresh <-id | -name> --rescan
The output of the command will list all the volumes discovered on the storage system.