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

30|HP P4000 CLI|Commands
passWord Required The password for the storage system
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
volumeName Required The name of the volume
snapshotName Required The name of the remote snapshot
description Optional Optional description
inheritAccess Optional 0 - the snapshot will not inherit the volume list, authentication group, ACL relationships
of the original volume (default)1 - the snapshot will inherit the volume list, authentication
group, ACL relationships of the original volume
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
wait Optional Whether to wait for application managed snapshot process to complete or not . This
can be one of: 0 - don't wait, 1 - wait for it to complete (default)
Example
cliq createSnapshot volumeName=volume0;volume1
snapshotName=snapshot0;snapshot1 login=10.0.1.2 userName=admin
passWord=secret
cliq createSnapshot volumeName=volume0;volume1
snapshotName=snapshot0;snapshot1
createSnapshotSchedule
This command creates a local or remote snapshot schedule.
Availability: Windows, SAN/iQ
Version: 9.0
Request Syntax
cliq
createSnapshotSchedule scheduleName= description= startTime= recurperiod= volumeName= remoteVolume= retentioncount= 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)
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