6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_fs_ops
Manages directory tree quota entries.
IMPORTANT: The ibrix_fs_ops command is deprecated in the StoreAll File Serving Software
6.0 release. Use the ibrix_edquota command to create, delete, or view directory tree quotas.
Description
Directory tree quotas apply to a file system located at a specific directory tree. Use the
ibrix_fs_ops command to create, delete, or view directory tree quotas. After creating a directory
tree quota, use ibrix_edquota to set limits for the quota, including the amount of storage and
the number of files that can be created.
Synopsis
Create a directory tree quota:
ibrix_fs_ops -D -c -f FSNAME -p PATH -n NAME
The -f FSNAME option specifies the name of the file system.
The -p PATH option specifies the pathname of the directory tree. If the pathname includes a space,
enclose the portion of the pathname that includes the space in single quotation marks, and enclose
the entire pathname in double quotation marks. For example:
ibrix_fs_ops -D -c -f fs48 -p "/fs48/data/'QUOTA 4'" -n QUOTA_4
The -n NAME option specifies a unique name for the directory quota. The name cannot contain
a comma (,) character.
Use ibrix_edquota to assign usage limits to the directory tree quota.
List the directory tree quota applied to a specific file system:
ibrix_fs_ops -D -l -f FSNAME
To see the usage limits assigned to directory tree quotas, use ibrix_edquota.
Delete the specified directory tree quota entry and limits:
ibrix_fs_ops -D -d -f FSNAME -n NAME
The -n NAME option specifies the name of the directory tree quota. When the ibrix_fs_ops
command has finished executing, issue the following command to remove the quota account for
the directory tree:
ibrix_online_quotacheck -t -T 0 {path}
Options
DescriptionOption
Indicates that this is a directory tree quota operation.-D
Creates a directory tree quota.-c
Deletes a directory tree quota.-d
The name of the file system.-f FSNAME
Lists directory tree quotas.-l
The name of the directory tree quota.-n NAME
The path to the directory tree.-p PATH
Shows the usage for this command.-?
86 StoreAll commands