Unsolved
1 Message
0
75
February 8th, 2024 15:27
What can I use to run a report of the shares on my isilon H500
Hello,
I am not seeing any option to export any reports from Active IQ. Are there any other ways or appliances from Dell that I can use. I am trying to get a list of shares, usage...etc
No Events found!
DELL-Josh Cr
Moderator
•
9.2K Posts
0
February 8th, 2024 21:38
Hi,
Thanks for your question.
You should be able to export reports in CSV format with InsightIQ https://dell.to/3ukaS4a
These might also help:
https://dell.to/42yvEtm
and https://dell.to/3wd0iMU
and https://dell.to/4btH9q2
Let us know if you have any additional questions.
cadencep45
3 Apprentice
•
318 Posts
0
February 27th, 2024 12:12
You probably want to run
/usr/bin/iiq_data_export fsa list --reports <cluster_name>
to get id of latest report followed by
"iiq_data_export fsa export -c <cluster name> -o " + report_id + " -d directories --filter-rule directory:<data path> -p /tmp"
to dump a csv of report to /tmp to parse and do what you will