9.5 HP P4000 SAN/iQ Command-Line Interface User Guide (AX696-96069, September 2011)

24|HP P4000 CLI|Commands
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
adminGroupName Required The administrative group name
description Optional Optional description
adminUserName Optional Specifies the users that this group comprises
permissions Optional Permissions for the group. This is a character sequence specifying the allowable
permissions in the following order: Group,Network,Storage 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), f
- full-access (Report does not support this)For example:Note: if this is not specified, the
permissions are set to rrrr
Example
cliq createAdminGroup login=10.0.1.3 userName=admin passWord=secret
description="My shiny new group" adminGroupName=PowerUsers
adminUserName=user1;user2 permissions=fffr
cliq createAdminGroup description="My shiny new group"
adminGroupName=PowerUsers adminUserName=user1;user2
permissions=ffffr
createAdminUser
This command creates an administrative user.
Availability: Windows, SAN/iQ
Version: 8.0
Request Syntax
cliq
createAdminUser login= userName= passWord= description= adminUserName= adminPassWord=
login Required The IP address or DNS-resolvable names of one or more storage systems
userName Required The authentication user name for the storage system
passWord Required The password for the storage system
keyFile Required The encrypted key file (this is specified instead of the username and password
parameters)
adminUserName Required Specifies the users that this group comprises
adminPassWord Required The password for the administrative user
description Optional Optional description
adminGroupName Optional The administrative group name
Example
cliq createAdminUser login=10.0.1.3 userName=admin passWord=secret
description="My shiny new user" adminUserName=user
adminPassWord=secret
cliq createAdminUser description="My shiny new user"
adminUserName=user adminPassWord=secret