mkusergrp
Use the mkusergrp command to create a new user group.
Syntax
Parameters
- (Required) Specifies the unique user group name. The group name cannot start or end with a blank. The group name must consist of a string of 1 - 64 ASCII characters, except for the following characters: %:",*' .
- (Required) Specifies the role (by ID or name) to be associated with all users that belong
to this user group. One of the following roles must be selected:
- Monitor
- CopyOperator
- Service
- Administrator
- SecurityAdmin
- VasaProvider
- RestrictedAdmin
- (Optional) Specifies if this user group should be used to set the role of remote users. The default value is no.
Description
The mkusergrp command creates a new user group to organize users of the IBM Spectrum Virtualize clustered system by role. Use the lsusergrp command to view a list of user groups that have been created on the clustered system.
You must have the security administrator role (SecurityAdmin role name) to create, delete, or change a user group.
Each user group has one role that determines the role of users that belong to that
group. Use the role parameter to specify one of the following roles for the
user group:
The command returns the ID of the created user group.
An invocation example
mkusergrp -name support -role ServiceThe resulting output:
User Group, id [5], successfully createdAn invocation example
mkusergrp -role VasaProvider -name myVasaProvider
The resulting output:
User Group, id [5], successfully created
An invocation example
mkusergrp -role RestrictedAdmin -name myRestrictedAdmin
The resulting output:
User Group, id [5], successfully created
