6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
-e "tier" Searches for files based on the tier in a file system. This option provides
users a method to search for files in specified tiers in a file system or exclude specified
tiers from a search in a file system.
-e "tag_ custom_tag_value" Searches for files based on the custom metadata.
For example, to search for files that are "green", tagged with "color" custom tag, specify
"tag_ color green". Conditions to specify the search criteria:
"=" or "is" to specify equal. This option is applicable for pathname, state, ownerid,
and groupid scopes. For example, to specify owner is equal to root, use the following
expression: "ownerid = 0" or "ownerid is 0"
"!=" or "isnot" to specify not equal. This option is applicable for pathname,
state, ownerid, and groupid scopes. For example, to specify owner not equal to root,
use the following expression: "ownerid != 0" or "ownerid isnot 0"
">" to specify greater than. Applicable for filesize, accesstime, createtime, vtime,
mtime scopes. For example: file size > 1K
">=" to specify greater than or equal to. Applicable for filesize, accesstime,
createtime, vtime, mtime scopes. For example: file size >= 1K
"<" to specify less than. Applicable for filesize, accesstime, createtime, vtime, mtime
scopes. For example: file size < 1K
"<=" to specify less than or equal to. Applicable for filesize, accesstime, createtime,
vtime, mtime scopes. For example: file size <= 1K
You can also combine scopes to further limit the scope of reports. Use the "AND",
"OR" and "()" combination operators to combine various scopes to construct filter
criteria. For example, to specify filter criteria as "owner equal to root OR filesize
greater than 1 mebibyte" use -e "owner is 0 OR filesize > 1M".
-t REPORT_OUTPUT Specifies the output format of the report.
-t pdf Generates PDF reports.
-t html Generates HTML reports.
-t csv Generates comma separated reports.
-t txt Generates text reports.
-p sort_criteria Sorts the report based on file count and file size, in ascending or
descending order. Sort criteria can be specified as follows:
-p "filecount:asc" Sorts the file count in ascending order.
-p "filecount:desc" Sorts the file count in descending order.
-p "filesize:asc" Sorts the file size in ascending order.
-p "filesize:desc" Sorts the file size in descending order.
-c SHOW_ON_CONSOLE Specifies whether the report will be displayed on the console. If this
option is not specified, the report is not displayed on the console by default.
Options:
-c yes Prints the report content on the console.
-c no Does not print the report content on the console.
ibrix_lookup 131