Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
Replication CLI Commands
57
Note:
When the output of the share's state is
Enabled
, the share is eligible to
receive directory/file based data.
Listing the Cartridge
Replication Status and
Statistics
syscli --list cartrepstats --name <VTL name>
Lists the cartridge-based replication status and statistics of the data sent to the
target for the specified share on the source system.
Listing the Partitions
Eligible to Receive
Cartridge Based Data
syscli --list carttarget [--name <VTL name>]
This CLI command returns the list of partitions that have deduplication enabled
and are eligible to receive cartridge based data.
When the partition name is specified, the status of any cartridge based
replication displays.
Note:
When the output of the partition's state is
Enabled
, the partition is
eligible to receive cartridge based data.
Mapping an OST IP to a
Replication IP
When processing an OST replication request, if the OST replication target
translation is configured then use the corresponding Replication IP to process
the request.
syscli --add opduptranslate --replicationip <replication_ip> --dataip
<data_ip>
This CLI allows the admin user to map an OST target IP address to a replication
IP address.
CLI command options:
•
--add:
Allows to map OST target IP address to a replication IP address.
•
--replicationip:
Must be a valid IP
•
--dataip:
Must be a valid IP
Listing All OST Target
Mappings
syscli --list opduptranslate
This CLI command allows the user to retrieve the list of all mappings of OST
target IP address to a replication ip address on the system.
--list
: Lists all mappings of OST target ip address to a replication ip address.
Editing OST Target
Mappings
syscli --edit opduptranslate --replicationip <replication_ip> --dataip
<data_ip>
This CLI command allows the admin user to edit the existing map of OST target
ip address to a replication ip address.