6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_crr_export
Configures a target export for continuous remote replication (CRR).
Description
This command exports a target file system and directory for remote replication. Before remote
replication can take place, you must create a mapping between the source cluster and the target
file system that receives the replicated data. This mapping ensures that only the specified source
cluster can write to the target export (exported file system and directory).
NOTE: You do not need to export the file system when configuring intracluster replication.
Before using ibrix_crr_export, the source cluster must be registered with the target cluster
(use ibrix_cluster).
The server assignments for the export can be modified using the ibrix_crr_nic command.
Synopsis
Export a file system (or file system and directory) to the source cluster:
ibrix_crr_export -f FSNAME [-p DIRECTORY] -C REMOTE_CLUSTER[-P] [-w
CRR_SECURITY_TOKEN]
The FSNAME is the target file system to be exported. The -p option can be used to export a directory
located under the root of the specified file system. If the -p option is not used, the default target
export directory is the root of the specified file system. Include the -P option if you do not want
this command to set the default server assignments. You will need to set the assignments with
ibrix_crr_nic
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 of the token is 8 characters;
the maximum length of the token is 16 characters. Only the following alphanumeric and special
characters are allowed: ` ~ ! @ # $ % ^ * ( ) _ - + = { } [ ] | ; < > . ? /
The following example exports file system ifs1 on the target cluster. Source cluster
dev3.company.com contains the file system that will be replicated to ifs1 on the target:
# ibrix_crr_export -f ifs1 -C dev3.company.com
Unexport a file system (or a directory in that file system) for remote replication:
ibrix_crr_export -U -f FSNAME [-p DIRECTORY]
Remote replication will fail if the target file system and/or directory are unexported. If replication
tasks are using the export, wait for them to finish or cancel them before unexporting the file system.
List remote replication exports on this cluster:
ibrix_crr_export -l
Options
DescriptionOption
The name of the source cluster containing the file system to be replicated.-C REMOTE_CLUSTER
Skips setting the default server assignments for the export.-P
Unexports a file system and directory for remote replication.-U
The file system to be exported as a target for remote replication.-f TARGET_FSNAME
Lists remote replication exports on this cluster.-l
A directory to be exported, located under the exported file system. The default is
the root of the exported file system.
-p DIRECTORY
ibrix_crr_export 53