CLI Guide

Table Of Contents
The value is case-sensitive.
The value can have a maximum of 32 bytes.
The value can include spaces and printable UTF-8 characters except: " , < \
A value that includes a space must be enclosed in double quotes.
Examples Create replication set RS1 for primary volume Vol1 on the peer connection Peer1.
# create replication-set peer-connection Peer1 primary-volume Vol1 RS1
Create replication set RS1 for volume group VG1.* on the peer connection Peer1.
# create replication-set peer-connection Peer1 primary-volume VG1.* RS1
Create replication set repset2 for volume vol2 on peer-connection Lab; specify that the system
cannot automatically delete history snapshots in this set; and enable snapshot history for both the
primary volume and the secondary volume, allowing up to 5 replication snapshots with the basename
repsnapvol2 to be retained for each volume.
# create replication-set peer-connection Lab primary-volume vol2
secondary-pool A snapshot-retention-priority never-delete snapshot-
history both snapshot-basename repsnapVol2 snapshot-count 5 repset2
See also
delete replication-set
resume replication-set
set replication-set
show replication-sets
suspend replication-set
create schedule
Description
Schedules a task to run automatically.
You can schedule a replication task on the replication set of the primary system only.
Minimum role manage
Syntax
create schedule
schedule-specification "specification"
task-name task-name
schedule-name
Parameters
schedule-specification "specification"
Defines when the task first runs, and optionally when it recurs and expires. You can use a comma to
separate optional conditions. Dates cannot be in the past. For times, if AM or PM is not specified, a
24-hour clock is used.
start yyyy-mm-dd hh:mm[AM|PM]
Specifies a date and time to be the first instance when the scheduled task runs, and to be the
starting point for any specified recurrence.
[every # minutes|hours|days|weeks|months|years]
Specifies the interval at which the task runs.
For better performance when scheduling a TakeSnapshot task that runs under heavy I/O
conditions or on more than three volumes, the retention count and the schedule interval should be
set to similar values. For example if the retention count is 10 then the interval should be set to 10
minutes.
For a Replicate task, the minimum interval is 30 minutes
Alphabetical list of commands 53