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

Example 154 Windows
cliq modifyAdminUser login=10.0.1.3 userName=admin passWord=secret
description="My shiny new user" adminUserName=user adminPassWord=secret
Example 155 SSH
modifyAdminUser description="My shiny new user" adminUserName=user
adminPassWord=secret
modifyCluster
Description
Modify settings on a cluster.
CAUTION:
Modifying a cluster will cause a restripe of every volume in the cluster.
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
cliq modifyCluster {login=} { userName= passWord= | groupName= }
{clusterName=} [newName] [description=] [useVip=] [node=] [vip=]
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 cluster.{clusterName}
The new name for the cluster.[newName]
Optional description[description]
Determines whether virtual IP (VIP) addressing is used. Values are 0 and 1
(default).
[useVip]
The delimited list of node names or IP addresses, or DNS-resolvable node
names of the storage systems the cluster comprises.
[node]
A delimited list of virtual IP address or DNS-resolvable name and subnet
mask.
NOTE: Since each VIP contains two parameters, IP address and subnet
mask, both must be specified in order, even if empty. If multiple VIPs are
entered, they must be on different subnets.
[vip]
modifyCluster 81