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

Options
DescriptionOption
Adds a data migration rule to a file system.-A
Specifies the destination tier in a migration rule.-D DESTINATION_TIER
Forces migration.-F force
Specifies the source tier in a migration rule.-S SOURCE_TIER
Deletes a migration rule for a file system.-d
Specifies a file system name.-f FSNAME
Lists detailed migration status information for one or more file systems, including
the state of any migration tasks.
-i
Stops a migrator operation on a file system.-k
Lists migrator information.-l
A rule or list of rules.-r RULE or RULELIST
Starts a migrator operation on a file system.-s
Identifies the tier in the current migrator operation.-t TIERNAME
Provides verbose kernel logging.-v
Shows the usage for this command.-?
Writing tiering rules
A tiering policy consists of one or more rules, each identifying a desired movement of files between
tiers. Rules are written using the GUI or directly to the configuration database with the
ibrix_migrator -A command.
This section provides definitions of rule components and examples of rules.
Operators and date/time qualifiers
The valid rules operators are: <, <=, =, !=, >, >=, plus boolean and and or.
Use the following qualifiers for fixed times and dates:
Time: Enter as three pairs of colon-separated integers specifying time on a 24-hour clock. The
format is hh:mm:ss (for example, 15:30:00).
Date: Enter as yyyy-mm-dd [hh:mm:ss], where time of day is optional (for example,
2008-06-04 or 2008-06-04 15:30:00). Note the space separating the date and time.
When specifying an absolute date, an absolute time, or both, the rule must use a compare type
operator (< | <= | = | != | > | >=). For example:
ibrix_migrator -A -f ifs2 -r "atime > '2010-09-23' " -S TIER1 -D TIER2
Use the following qualifiers for relative times and dates:
Relative time: Enter in rules as year or years, month or months,week or weeks, day or
days, hour or hours.
Relative date: Use older than or younger than. The rules engine uses the time the
ibrix_migrator command starts execution as the start time for the rule. It then computes
the required time for the rule based on this start time. For example, ctime older than 4
weeks refers to that time period more that 4 weeks before the start time.
The following example uses a relative date:
ibrix_migrator 101