Managing HP X9000 Network Storage System Remote Replication Application Note (TA768-96049, November 2011)

Run-once replication is the only type available when replicating to the same cluster and same file
system. If you have multiple file systems, you can choose run-once or continuous replication between
file systems.
On the CLI, use the ibrix_crr command to start a run-once replication task between directories
in a file system:
[root@ibrix01a ifs1]# ibrix_crr -s -f ifs1 -o -S src3 -P target3
Submitted CRR operation to background. ID of submitted task: crr-11
Command succeeded!
In the command:
The -s option starts a replication task.
The -f option specifies the source file system.
The -o option specifies that this is a run-once task.
The -S option specifies a source directory within the source file system.
The -P option specifies the target directory in the target file system.
Start a run-once replication task between two file systems:
[root@ibrix01a ifs1]# ibrix_crr -s -f ifs1 -o -S src2 -F ifs2 -P target2
Submitted CRR operation to background. ID of submitted task: crr-9
Command succeeded!
The -s option starts a replication task.
The -f option specifies the source file system.
The -o option specifies that this is a run-once task.
The -S option specifies the source directory within the source file system.
The -F option specifies the target file system.
The -P option specifies the target directory in the target file system.
16 Using remote replication