6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_tier
Manages data tiers.
Description
A tier is a group of one or more segments. Tiering enables automatic migration of files from one
tier to another within the same file system. User-written rules based on file attributes (such as
modification time, access time, file size, or file type) define the migration policy, determining which
files are to be moved and when. Tiers are defined on segments, not individual files.
Use of the tiering structure on any file system is optional. Tiering is off by default, and there is no
default tier.
The ibrix_tier command assigns or unassigns segments to tiers, deletes segments from tiers,
and lists information about tiers.
Use ibrix_migrator to create or delete rules defining migration policies, to start or stop tier
operations, and to list information about rules and migrator operations.
Synopsis
Assign segments to a tier:
ibrix_tier -a -f FSNAME -t TIERNAME -S SEGLIST
Unassign segments from a tier:
ibrix_tier -u -f FSNAME [-S SEGLIST]
Delete a tier from a file system:
ibrix_tier -d -f FSNAME -t TIERNAME
List tiers for a file system:
ibrix_tier -l -f FSNAME [-t TIERNAME]
Include the -t option to see detailed information about the tiers.
List segments belonging to a tier:
ibrix_tier -i -f FSNAME [-t TIERNAME]
Options
DescriptionOption
A list of segment numbers or a source tier, depending on the command.S SEGLIST
Assigns segments to a tier.-a
Deletes a tier.-d
A file system.-f FSNAME
Lists segments belonging to a tier.-i
Lists tiers.-l
The name of a tier.-t TIERNAME
Unassigns a segment.u
Shows the usage for this command.?
See also
ibrix_migrator
ibrix_tier 143