Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
Replication CLI Commands
55
Aborting the Replicated
NAS Failback Job on the
Target
syscli --abort nasfailbackjob --repname <NAS_share_name> --tgthost
<target_hostname> --id <ID_of_the_failback_job>
This CLI command allows the admin user to abort a current running replicated
NAS share failback job. The replicated NAS share name, target host name and
the ID can be retrieved from the list NAS Failback jobs.
Enabling the VTL
Cartridge Based
Replication on the
Target
syscli --enable cartrep --name <VTL_name> [--syncid <sync_id>] [--locked]
This CLI allows the admin user to enable cartridge based replication for the
specified VTL on the target. If the sync ID is not specified, the VTL name is used
as the default sync ID.
Enabling NAS File/
Directory Based
Replication on the
Target
syscli --enable filedirrep --name <NAS_share_name> [--syncid <sync_id>]
[--locked]
This CLI command allows the admin user to enable file or directory based
replication on the target. If the sync ID is not specified, the share name is used
as the default sync ID.
Disabling VTL Cartridge
Based Replication on
the Target
syscli --disable cartrep --name <VTL_name>
This CLI allows the admin user to disable cartridge based replication for the
specified VTL on the target.
Note:
Make sure to finish adding and removing targets (using
--add vtltarget
or
--del vtltarget
) before editing replication settings (using
--enablerep vtl
,
--disablerep vtl
, or
--disable cartrep
).
Disabling NAS File/
Directory Based
Replication on the
Target
syscli --disable filedirrep --name <NAS_share_name>
This CLI command allows the admin user to disable file or directory based
replication for the specified NAS share on the target.
Note:
Make sure to finish adding and removing targets (using
--add
nastarget
or
--del nastarget
) before editing replication settings (using
--enablerep nas
,
--disablerep nas
, or
--disable filedirrep
).
Generate a Replication
Report
syscli --genrpt replication [--target <host_name_or_ip>] [--start
<start_time> --end <end_time>]
This CLI allows the admin user to generate replication report for the system.
CLI command options:
•
--genrpt
: Generates replication report.