User's Manual

34| HP StoreVirtual CLI| Commands
createSnapshot
This command creates a snapshot of one or more LeftHand OS volumes.
Availability: Windows, SSH
Version: 8.0
Request Syntax
cliq createSnapshot volumeName= snapshotName= 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).
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, SSH
Version: 9.0
Request Syntax
cliq createSnapshotSchedule scheduleName= description= starttime= recurperiod=
volumeName= remoteVolume= retentioncount= login= userName= passWord=