9.5 HP P4000 SAN/iQ Command-Line Interface User Guide (AX696-96069, September 2011)

62|HP P4000 CLI|Commands
userName Required The authentication user name for the storage system
passWord Required The password for the storage system
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
snapshotName Required The name of the remote snapshot
description Optional Optional description
scratchQuota Optional The scratch quota for the volume, as a percentage or size - this is the size guaranteed to
be available for snapshots of this volume, regardless of space allocated to other objects
in the system
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, SAN/iQ
Version: 9.0
Request Syntax
cliq modifySnapshotSchedule scheduleName= description= login= userName= passWord=
login Required The IP address or DNS-resolvable names of one or more storage systems
userName Required The authentication user name for the storage system
passWord Required The password for the storage system
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
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