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

Omit the -o option to start a continuous replication task. A continuous replication task does an
initial full synchronization and then continues to replicate any new changes made on the source.
Continuous replication tasks continue to run until manually stopped by the user.
Start an intra-cluster remote replication task:
ibrix_crr -s -f SRC_FSNAME [-o [-S SRCDIR]] -F TGT_FSNAME [-P TGTDIR]
The command starts a continuous or run-once intra-cluster replication task for file system
SRC_FSNAME. The -F option specifies the name of the target file system (the default is the same
as the source file system). The -P option specifies the target directory under the target file system
(the default is the root of the file system).
Use the -o option to start a run-once task. The -S option specifies a directory under the source
file system to synchronize with the target directory.
Start a run-once directory replication task:
ibrix_crr -s -f SRC_FSNAME -o -S SRCDIR -P TGTDIR
The -S option specifies the directory under the source file system to synchronize with the target
directory. The -P option specifies the target directory.
Stop a remote replication task:
ibrix_crr -k n TASKID
Use ibrix_task -l to obtain the appropriate ID. The stopped replication task is moved to the
inactive task list. Useibrix_task -l -c to view this list.
Forcefully stop a replication task:
ibrix_crr -K n TASKID
The stopped task is removed from the list of inactive tasks.
Pause a remote replication task:
ibrix_crr -p n TASKID
Use ibrix_task -l to obtain the appropriate ID.
Resume a remote replication task:
ibrix_crr -r n TASKID
Use ibrix_task -l to obtain the appropriate ID.
List all active replication tasks in the cluster:
ibrix_crr -l [-f SRC_FSNAME] [-h HOSTNAME] [-C SRC_CLUSTERNAME]
You can limit the output to a specific file system or host name. When the command is run from a
target, the -C argument identifies the source cluster and is required. It is optional when the command
is run from the source cluster itself.
Print detailed information about active replication tasks:
ibrix_crr -i [-f SRC_FSNAME] [-h HOSTNAME] [-C SRC_CLUSTERNAME]
You can limit the output to a specific file system or host name. The command can be run from the
source or target cluster. When the command is run from the target cluster, the -C argument identifies
the source cluster whose file system information is to be collected, and is required. Using -C is
optional when the command is run from the source cluster.
The display shows the status of asks on each node, as well as task summary statistics (number of
transactions in the queue, number of transactions processed). The query also indicates whether
initial full synchronization is in progress on a given file serving node and lists any error conditions.
Print detailed information about replication tasks that match the specified task IDs:
ibrix_crr -i n TASKIDS [ [-h HOSTNAME] [-C SRC_CLUSTERNAME]
32 X9000 File Serving Software commands