6.3 HP StoreAll Storage File System User Guide (TA768-96093, June 2013)

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.
Starting a run-once directory replication task
Use the following command to start a run-once directory replication for file system SRC_FSNAME.
The -S option specifies the directory under the source file system to synchronize with the target
directory. The -P option specifies the target directory.
ibrix_crr -s -f SRC_FSNAME -o -S SRCDIR -P TGTDIR [-e EXCLUDE_PATTERNS]
Stopping a remote replication task
Use the following command to stop a continuous or run-once replication task. Use the ibrix_task
-l command to obtain the appropriate ID.
ibrix_crr -k -n TASKID
The stopped replication task is moved to the inactive task list. Use ibrix_task -l -c to view
the inactive task list.
To forcefully stop a replication task, use the following command:
ibrix_crr -k -n TASKID
The stopped task is removed from the list of inactive tasks.
Pausing a remote replication task
Use the following command to pause a continuous replication or run-once replication task with the
specified task ID. Use the ibrix_task -l command to obtain the appropriate ID.
ibrix_crr -p -n TASKID
Resuming a remote replication task
Use the following command to resume a continuous or run-once replication task with the specified
task ID. Use the ibrix_task -l command to obtain the appropriate ID.
ibrix_crr -r -n TASKID
Querying remote replication tasks
Use the following command to list all active replication tasks in the cluster, optionally restricted by
the specified file system and servers.
ibrix_crr -l [-f SRC_FSNAME] [-h HOSTNAME] [-C SRC_CLUSTERNAME]
To see more detailed information, run ibrix_crr with the -i option. The display shows the status
of tasks on each node, as well as task summary statistics (number of files in the queue, number of
files processed). The query also indicates whether scanning is in progress on a given server and
lists any error conditions.
ibrix_crr -i [-f SRC_FSNAME] [-h HOSTNAME] [-C SRC_CLUSTERNAME]
The following command prints detailed information about replication tasks matching the specified
task IDs. Use the -h option to limit the output to the specified server.
ibrix_crr -i -n TASKIDS [ [-h HOSTNAME] [-C SRC_CLUSTERNAME]
192 Using remote replication