Quantum DXi-Series Command Line Interface (CLI) Guide
6-66538-03 Rev C
November 2010
76
Replication CLI Commands
Disabling VTL
Replication Options on
the Source
syscli --disablerep vtl --name <VTL_name> [--nodaily] [--nocartbase]
This CLI allows the CLI admin to disable the replication feature and its options
on the specified VTL. If the
--daily
option is specified, the replicate daily option
is disabled. If the
--cartbase
option is specified, the cartridge base replication
option is disabled. If no option is specified, the whole replication is disabled for
the specified VTL, including the daily and cartridge base replication options.
Enabling NAS Share
Replication Options on
the Source
syscli --enablerep nas --name <nas_share> [--daily <hh:mm>] [--filedirbase
[--syncid <sync_id>]]
This CLI command allows the CLI admin to enable replication of the NAS share
on the system as a source. The NAS share name must be specified. Optionally,
the daily replication time to start and/or the file/directory base replication can be
specified. If the
--daily
option is specified, replication will occur on the time
specified. If the
--syncid
option is not specified when the
--filedirbase
option is
specified, the default Sync ID is the same as the NAS share name (similar to the
GUI). If no optional parameter is specified, the replication is enabled without the
daily or the file/directory base options set.
Note:
The target system must have the corresponding NAS share configured
with a Sync ID prior to configuring the source system partition. Refer to
Enabling NAS File/Directory Based Replication on the Target
Disabling NAS Share
Replication Options on
the Source
syscli --disablerep nas --name <nas_share> [--nodaily] [--nofiledirbase]
This CLI command allows the CLI admin to disable the replication feature and its
options on a NAS share. If the
--nodaily
option is specified, the replicate daily
option is disabled. If the
--nofiledirbase
option is specified, the file/directory
base replication option is disabled. If no option is specified, the whole
replication is disabled for the specified NAS share, including the daily and file/
directory base replication options.
Abort Replication of
VTL or NAS
syscli --abortrep vtl --name <VTL_name>
syscli --abortrep nas --name <NAS_share_name>
The CLI allows the CLI admin to abort the current replication of the VTL or NAS.
Abort synchronization
of VTL or NAS
syscli --abortsync vtl --name <VTL_name>
syscli --abortsync nas --name <NAS_share_name>
The CLI allows the CLI admin to abort the current synchronization of the VTL or
NAS.