6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
-t REPORT_OUTPUT Specifies the output format of the report.
-t pdf Generates PDF reports.
-t html Generates HTML reports.
-t csv Generates comma separate reports.
-t txt Generates text reports.
-C CHART_TYPE Specifies the chart type in the report. This option is applicable only for PDF
and HTML reports. Options:
-C bar Generates reports with a bar chart
-C pie Generates reports with a pie chart
-C line Generates reports with a line chart
Specifies the cleanup period for automatically deleting reports
ibrix_reports -c REPORTS_CLEANUP_PERIOD
This command specifies the criteria for automatically deleting reports older than the specified
cleanup period. Reports that are at least one week old are deleted by default.
The -c option specifies the cleanup period in days/weeks/months, so that the cleanup daemon
deletes all the reports older than specified cleanup period.
Options:
-c nd Specifies the cleanup period as "n" days with n being an integer greater than 1.
-c nw Specifies the cleanup period as "n" weeks with n being an integer greater than 1.
-c nm Specifies the cleanup period as "n" months with n being an integer greater than 1.
For example, the command "ibrix_reports -c 1m" sets the clean-up period to a month.
Examples
ibrix_reports -f fs1 -n retention -R "Period < 100d" -S 10d -y equal
-C bar -t pdf -e "pathname = *.pdf"
This example generates a retention expiration report for file system fs1 for files that expire in the
next 100 days (range), with 10 days (slice value) equal sized (slice type) intervals and report only
for PDF files (filter criteria), with a bar chart and in PDF format.
ibrix_reports -f fs1 -n "last validation" -R "Period < 100d" -S 10d -y
equal -C pie -t html -e "filesize > 100K" -p "filecount:asc"
This example generates a last validation report for file system fs1 for files that were last successfully
validated in the last 100 days (range), with 10 days (slice value) equal sized (slice type) intervals
and report only for files that are larger than 100 Kibibytes (filter criteria), with pie chart and in
HTML format. The report sorts information by ascending order in the file count column.
ibrix_reports -f fs1 -n "file size distribution" -R "Period > 1K and
period < 1T" -S 1M -y log -C line -t pdf -e "tier is tier1"
This example generates a file size distribution report for file system fs1 for files that are larger than
1 KiB and smaller than 1 tebibyte (range), with 1 mebibyte (slice value) log sized (slice type)
intervals and report only for files that are on tier tier1 (filter criteria), with line chart and in PDF
format.
ibrix_reports -f fs1 -n "file extension" -t csv -e "mtime > 2013-01-01"
-g tier
174 StoreAll commands