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

Example 180 Windows
cliq modifySyslogNotifyPolicy login=10.0.1.3 userName=admin
passWord=secret ="10.0.10.25" alertOnInfo="1"
Example 181 SSH
modifySyslogNotifyPolicy ="10.0.10.25" alertOnInfo="1"
modifyVolume
Description
Modify volume settings.
CAUTION:
Enabling checksums may impact volume I/O performance.
Changing the replication level of this volume will cause it to restripe, and may impact I/O
performance. This 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
modifyVolume {login=} { userName= passWord= | groupName= } {volumeName=}
[description=] [replication=] [parity=] [checkSum=] [thinProvision=]
[autogrowSeconds=] [clusterName=] [size=] [autogrowpages=]
[adaptiveOptimization=]
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 volume in the management group.{volumeName}
Optional description[description]
The replication level for the volume. Values are 1, 2, 3, and 4.[replication]
The number of parity storage systems for the data on this volume. This enables
parity network RAID on the volume. Replication and parity are supported in
the following combinations:
[parity]
replication:1, parity:0 Network RAID-0 (None)
replication:2, parity:0 Network RAID-10 (2-way Mirror)
replication:3, parity:0 Network RAID-10+1 (3-way Mirror)
replication:4, parity:0 Network RAID-10+2 (4-way Mirror)
modifyVolume 93