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 administrative group name.{adminGroupName}
Optional description[description]
Specifies the users that this group comprises.[adminUserName]
Permissions for the group. This is a character sequence specifying the
allowable permissions in the following order: Group, Network, Storage
[permissions]
System, Report. The Password permissions are subsumed by the Group
permissions. For each group, the allowable permissions are: r—Read- only,
w—Read-write (Report does not support this), and f—Full-access (Report does
not support this). An example is wwrr.
NOTE: If not specified, the permissions are set to rrrr.
The name of the associated active directory group.[adGroup]
Example 31 Windows
cliq createAdminGroup login=10.0.1.3 userName=admin passWord=secret
description="My shiny new group" adminGroupName=powerusers
adminUserName=user1;user2 permissions=fffr
Example 32 SSH
createAdminGroup description="My shiny new group"
adminGroupName=powerusers adminUserName=user1;user2 permissions=ffffr
createAdminUser
Description
Create an administrative user.
Syntax
createAdminUser {login=} { userName= passWord= | groupName= }
{adminUserName=} {adminPassWord=} [description=] {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}
createAdminUser 27