User's Manual

HP StoreVirtual CLI| Commands| 35
login Required The IP addresses or DNS-resolvable names of one or more storage
systems
userName Conditional The authentication user name for the storage system. (Parameters
userName/passWord or groupName must be specified).
passWord Conditional The password for the storage system. (Parameters userName/passWord
or groupName must be specified).
groupName Conditional The name of the management group with cached credentials.
(Parameters userName/passWord or groupName must be specified).
volumeName Required The name of the volume
scheduleName Required The name of the schedule
recurperiod Required The recurrence frequency of the snapshots, specified in seconds. Period
may be 0 to indicate the schedule never occurs, otherwise Period must
be at least 1800 seconds (30 minutes).
starttime Required The start time of the schedule. Specified as ISO 8601. Format is YYYY-
MM-DDTHH:MM:SSZ. YYYY represents the year, MM is the month, DD
is the day of the month, HH is the hour in 24 hour format, MM is the
minute, SS is the seconds. The time must always be expressed in GMT
time.
description Optional Optional description
retentioncount Optional The number of snapshots to maintain. Must be between 1 and 50. Either
retentioncount or retentionseconds must be specified.
retentionseconds Optional How long snapshots should be retained. Either retentioncount or
retentionseconds must be specified.
remoteip Optional The IP address of the remote group.
remoteUserName Optional The authentication user name for the remote group
remotePassWord Optional The password for the remote group
remoteCluster Optional The name of the remote cluster to host the remote volume
remoteVolume Optional The name of the remote volume to host the snapshot
remoteretentioncount Optional The number of remote snapshots to maintain. Must be between 1 and
50. Either remoteretentioncount or remoteretentionseconds must be
specified.
remoteretentionseconds Optional How long remote snapshots should be retained. Either
remoteretentioncount or remoteretentionseconds must be specified.
managed Optional 0 - the snapshot(s) will not attempt to use VSS on the host connected to
the volume (default)1 - the snapshot(s) will attempt to use VSS on the
host connected to the volume
remotegroupname Optional The name of the remote management group.
Example
cliq createSnapshotSchedule scheduleName="schedule0"
description="First snapshot schedule"
starttime="2007-06-15T01:01:00Z" recurperiod="3600"
volumeName="volume0" remoteVolume="volume0" retentioncount=5
login="10.0.1.3" userName="admin" passWord="secret"
cliq createSnapshotSchedule scheduleName="schedule0"
description="First snapshot schedule"
starttime="2007-06-15T01:01:00Z" recurperiod="3600"
volumeName="volume0" remoteVolume="volume0" retentioncount=5"