American Megatrends MAN-STOR-ITX27-CLI User Manual

Page 38

Advertising
background image

StorTrends® iTX Software CLI (Command Line Interface) (Version 2.7) User’s Guide

32

Command

Argument

Description

-g/--rgname <rgname>
-x/--xmlflag <xml flag>

For example:
update -l c0_v0 -p 50 -m 172.16.70.102 -x
syncreplica

update -l c0_v0 -g rg0 syncreplica

Update command is used to move a
replication volume pair from
Resource group to another.

-g stands for the destination rg
name.

get syncreplica

-l/--local <local-primary cont_vol_name>
-r/--rginfo
-o/--owner

For example:
get –l c0_v0 syncreplica
get -r syncreplica
get -o syncreplica

Displays information about
Resource Group.

This command can be used both in
Primary & Secondary storage
systems.

It Displays the replication details as
available from DDF as well as
runtime.

list syncreplica

-c/--container <container name>
-r/--group
For example:
list –c c0 syncreplica
list -r syncreplica

Lists available replication pairs in
the given container.

It can be used to display the details
about the resource group
configured in the system and the
corresponding replication pairs.

delete syncreplica

-l/--local < cont_vol_name >
-f/--force (optional)

For Example:
delete -l c0_v0 syncreplica
delete -l c0_v0 -f syncreplica
delete -l c0_v0 -l c1_v2 -l c1_v2 -f syncreplica

Deletes the given synchronous
replication pair. Note: Use --force
to clean up non-operational pair
locally.

Multiple pairs (up to 64) can be
deleted at the same time by using -l
repeatedly.

split syncreplica

-l/--local <local-primary cont_vol_name>
-g/--rgname <resource group name>

For Example:
split -l c0_v0 syncreplica
split -g rg0 syncreplica

Temporarily stops replication of
the replication pair. But at a later
time, the replication can be joined
to replicate from the place where it
stopped.

This command can used to stop all
the replication pairs part of the RG

join syncreplica

-l/--local <cont_vol_name>
-g/--rgname <resource group name>

For Example:
join -l c0_v0 syncreplica
join -g rg0 syncreplica

Manually joins or resync the
replication on the given
consistency group that was split
earlier. Also, this command should
be used to initiate a failback
resync.

This can be used to rejoin all the
volume replication pairs part of the
RG by specigying the RG name.

convert syncreplica

convert -c/--container <container_name> -v/--
volume <volume_name> -g/--rg <resource_group>

For Example:
convert -c c0 -v v0 -g rg0 syncreplica

This command is used to convert a
synchronous replication pair to
operate in a High Availability
mode.

Advertising