6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Specifies the remote target file system.-F TGT_FSNAME
Specifies the remote replication target (exported directory). The default is the root of
the file system.
-X TGTEXPORT
NOTE: This option is used only for replication to a remote cluster. The file system
specified with -F and the directory specified with -X must both be exported from the
target cluster (target export).
Specifies a directory under the remote replication target export (optional). This directory
must exist on the target, but does not need to be exported.
-P TGTDIR
Bypasses retention compatibility checking.-R
Configures the replication task to transfer only incremental changes during replication,
instead of a complete file transfer.
-d
NOTE: If the size of the files is more than 100 GB, do not use the -d option during
replication. When the file size increases, the time taken to compute incremental changes
takes longer doing a full file transfer.
Use the -e option to provide a comma separated list of file and directory exclude
patterns, which should be excluded during replication. Enter up to 16 patterns per
-e
task. Enclose the list of patterns in double-quotes. The syntax of the patterns should be
of a specific pattern:
To exclude a directory and all its contents, the exclude pattern to be provided is
the following: dir_name/***
To exclude any file starting with some pattern, the exclude pattern to be used is
pattern*.
To exclude any file ending with a particular pattern, the exclude pattern to be
provided is *pattern. For example to exclude text files, the exclude pattern will
be *.txt.
Use the -w option to enter a CRR security token for inter-cluster replication. If the CRR
security token is not specified, then the default token will be used. The minimum length
-w CRR_SECURITY_TOKEN
of the token is 8 characters; the maximum length of the token is 16 characters. Only
the following alphanumeric and special characters are allowed: ` ~ ! @ # $ % ^ * (
) _ - + = { } [ ] | ; < > . ? /
Start an intra-cluster remote replication task:
ibrix_crr -s -f SRC_FSNAME [-o [-S SRCDIR]] -F TGT_FSNAME [-P TGTDIR]
[-e EXCLUDE_PATTERNS]
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 [-e EXCLUDE_PATTERNS]
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. Use ibrix_task -l -c to view this list.
Forcefully stop a replication task:
ibrix_crr -K -n TASKID
ibrix_crr 49