6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
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]
Use -h to limit the output to the specified host. When the command is run from a target, the -C
option identifies the source cluster and is required. It is optional when the command is run from
the source cluster.
Options
DescriptionOption
The remote cluster name.-C TGT_CLUSTERNAME
The source cluster name. When a command is run from the target cluster, this argument
is required.
-C SRC_CLUSTERNAME
The target file system.-F TGT_FSNAME
An optional target directory.-P TGTDIR
Bypasses retention compatibility checks.-R
Identifies the source directory where replication starts. This option is valid only when
used with the -o option, where SRC_DIR specifies a particular directory.
-S SRC_DIR
The directory export on the target file system.-X TGTEXPORT
Exclude files or directories with specified name or patterns.-e
The local (source) file system.-f SRC_FSNAME
The name of the node.-h HOSTNAME
Displays detailed information about remote replication tasks.-i
Stops the specified replication task.-k
50 StoreAll commands