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

Example 241 Windows examples
cliq utility run="ping -c 10 10.3.2.1" login=10.1.2.3 userName=admin
passWord=secret
cliq utility run=groupsupportinfo login=10.1.2.3 userName=admin
passWord=secret
cliq utility run=hardwarereport login=10.1.2.3 userName=admin
passWord=secret
Example 242 SSH examples
utility run="ping -c 10 10.3.2.1"
utility run=groupsupportinfo
utility run=hardwarereport
vssSnapshot
Description
Create snapshots of volumes attached to the local computer using the Application Aware Snapshot
Manager VSS requestor client (Windows only).
Syntax
vssSnapshot [volumeName=] [persistent=] [transportable=] [backupDoc=]
[writerInfo=] [shadowInfo=] [deleteShadowCopies=] [excludeWriters=]
[includeWriters=] [runCommand=] [importShadow=] [mountShadow=]
[breakShadowCopies=] [maskLun=] [snapshotName=] { userName= passWord= |
groupName= } [description=]
Parameters
DescriptionName
The name of the locally attached storage device (for example, E:). This is not
the name of the volume in the management group.
[volumeName]
Determines whether the snapshot is persistent. Values are 0 and 1 (default).[persistent]
Determines whether the snapshot is transportable. Values are 0 and 1
(default).
[transportable]
The name of the backup document file.[backupDoc]
Display information about VSS writers. Values are status—Writer status,
metadataSummary—Summary of the VSS writers, and
metadataDetail—Detailed information on the VSS writers.
[writerInfo]
Display information about VSS shadow copies. Values are all—Show
information on all shadow copies, <shadow Set GUID>—Show information
[shadowInfo]
on shadow copies belonging to this shadow set, and <shadow Copy
GUID>—Show information on this shadow copy.
Delete VSS shadow copies. Values are all—Delete all shadow copies,
<volume>—Delete the oldest shadow copy of this volume, <shadow Set
[deleteShadowCopies]
GUID>—Delete all shadow copies in this shadow set, and <shadow Copy
GUID>—Delete the shadow copy with this ID.
List of writer GUIDs to exclude from the shadow copy.[excludeWriters]
List of writer GUIDs to include in the shadow copy. If the writer is found to
not participate in the snapshot, no snapshot will be taken.
[includeWriters]
vssSnapshot 117