6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_reports
Generates reports for retention expiration, last validation, file size distribution and file extension.
Description
The ibrix_reports generates the following types of reports from data gathered from the Express
Query database.
Retention Expiration. This report lists the intervals of retention expiration periods and specifies
the number and total size of files expiring in each interval/period for a given range.
File Size Distribution. This report lists the intervals of file size periods and specifies the number
and total size of files in each interval/period for a given range.
Last validation. This report lists the intervals of last validation periods and specifies the number
and total size of files last validated successfully in each interval/period for a given range.
File Extension. This report lists the number and total size of files for each file type.
NOTE: The file extension report does not determine nor categorize file data types. This report
type merely parses and lists each different file extension string or name that is found in the
specified file system path.
You can generate a report for one or more file systems at a time.
You can display reports in PDF, text, HTML or in CSV (comma separated values) format, which is
suitable for importing information into applications, such as spreadsheets. The files are saved in
the /local/reports directory.
Synopsis
Generates a report from the data obtained from Express Query
ibrix_reports -f "FILESYSTEM1 FILESYSTEM2" -n REPORT_CATEGORY [-S
TIME_SLICE] [-y SLICE_TYPE] [-R RANGE] [-e SCOPE_DEFN] [-g GROUPING_DEFN]
[-p SORTING_DEFN] [-m FORM_DEFN] [-t REPORT_OUTPUT] [-C CHART_TYPE]
-f FILESYSTEM1 Specifies the file system for which the report is being generated. If you
are providing the name of more than one file system, the file system names must be enclosed
by parenthesis and separated by a space, for example: -f "filesystem1 filesystem2"
-n REPORT_CATEGORY Specifies the type of report, where REPORT_CATEGORY is one of
the following:
-n retention
-n "last validation"
-n "file size distribution"
-n "file extension"
-S TIME_SLICE Defines the slice value. Applicable only for "equal" and "log" slice types.
Used to divide the range into equal or logarithmic time periods. Options:
-S nd/nm/ny where "n" is a positive integer greater than one. d,m and y represents
days, months and years respectively. Applicable for "retention" and "last validation" type
of reports.
-S nK/nM/nG/nT/nP where "n" is a positive integer greater than one. The values K,
M , G, T and P represents kibibyte, mebibyte, gibibyte, tebibyte and pebibyte. This option
is applicable for "file size distribution" reports.
ibrix_reports 171