11.0 HP StoreVirtual LeftHand OS Command Line Interface User Guide (AX696-96291, September 2013)

Example 191 Windows
cliq resetSession volumeName=MyVolume login=10.1.2.3 userName=admin
passWord=secret
Example 192 SSH
resetSession volumeName=MyVolume
rollbackSnapshot
Description
Roll back a snapshot.
CAUTION:
The rollbackSnapshot command will replace the original volume with a new one based
on the contents of the snapshot and delete any snapshots created after the snapshot which is
being rolled back.
If the original volume is specified, this will replace it with a new volume based on the contents
of the snapshot and delete any snapshots created after the snapshot being rolled back.
This command will display a prompt, requiring confirmation before proceeding. This prompt
may be overridden with an optional prompt=0 parameter on the command line; in this case,
the command will always execute without pausing for confirmation.
Syntax
rollbackSnapshot {login=} { userName= passWord= | groupName= }
{snapshotName=} [description=]
Parameters
DescriptionName
The IP addresses or DNS-resolvable names of one or more storage systems.{login}
The authentication user name for the storage system. If you use this parameter,
you must include the passWord parameter with it. Or, you can use the
groupName parameter instead of userName and passWord.
{userName}
The name of the management group. Use this parameter if you do not use
the userName and passWord parameters. Because groupName has cached
credentials, it does not require the userName and passWord parameters.
{groupName}
The password for the storage system. Required when the userName
parameter is used.
{passWord}
The name of the remote snapshot.{snapshotName}
Optional description[description]
rollbackSnapshot 99