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

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}
Example 144 Windows
cliq getVolumeControllingServer login=10.0.1.2 userName=admin
passWord=secret volumeName="The Volume"
Example 145 SSH
getVolumeControllingServer volumeName="The Volume"
help
Description
Get information about the currently supported API command set.
Syntax
help [command=]
Parameters
DescriptionName
A specific command for more detailed help information.
NOTE: If help is specified with no parameters, a list of possible return codes
is returned.
[command]
Example 146 Windows
cliq help command=getSystemInfo
Example 147 SSH
help command=getSystemInfo
makePrimary
Description
Promote a remote volume to a primary production volume.
help 77