10.5 HP StoreVirtual LeftHand OS Command Line Interface User Guide (AX696-96242, March 2013)

HP StoreVirtual CLI| Commands| 79
Example
cliq modifySnapshot description="New Description" login=10.0.1.2
userName=admin passWord=secret snapshotName=TheSnapshot
cliq modifySnapshot description="New Description"
snapshotName=TheSnapshot
modifySnapshotSchedule
This command modifies a previously created snapshot schedule.
Availability: Windows, SSH
Version: 9.0
Request Syntax
cliq modifySnapshotSchedule scheduleName= description= login= userName= passWord=
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).
scheduleName Required The name of the schedule
description Optional Optional description
recurperiod Optional 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 Optional 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.
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.
paused Optional State of the snapshot schedule. This can be one of: 0 - schedule is not
paused, 1 - schedule is paused
Example
cliq modifySnapshotSchedule scheduleName="TheSchedule"
description="First snapshot schedule" login="10.0.1.2"
userName="admin" passWord="secret"
cliq modifySnapshotSchedule scheduleName="TheSchedule"
description="First snapshot schedule"