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

DescriptionName
replication:3, parity:0 Network RAID-10+1 (3-way Mirror)
replication:4, parity:0 Network RAID-10+2 (4-way Mirror)
replication:2, parity:1 Network RAID-5 (Single parity)
replication:3, parity:2 Network RAID-6 (Dual Parity)
Values are 0—The volume does not use checksums and 1—The volume uses
checksums.
[checkSum]
Enable or disable thin provisioning. Values are 0—The volume does not use
thin provisioning and 1—The volume is thin-provisioned (in a thinly
provisioned volume, reserve may be < length).
[thinProvision]
Enable or disable adaptive optimization. Values are 0—Disable and
1—Enable. 1 is the default.
[adaptiveOptimization]
Example 59 Windows
cliq createVolume volumeName=MyVolume clusterName=TheCluster size=100GB
description="Exchange DB-1" login=10.0.1.2;10.0.1.3 userName=admin
passWord=secret
Example 60 SSH
createVolume volumeName=MyVolume clusterName=TheCluster size=100GB
description="Exchange DB-1"
deleteAdminGroup
Description
Delete an administrative group.
Syntax
deleteAdminGroup {login=} { userName= passWord= | groupName= }
{adminGroupName=}
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 administrative group name.{adminGroupName}
deleteAdminGroup 41