Name
[Windows]
Installation_folder\Manager\bin\rcxadm usergroup - user group operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm usergroup - user group operations
Format
rcxadm usergroup create -file file.xml rcxadm usergroup create -name usergroup [-label label] [-comment comment] [-role scope=role[,...] rcxadm usergroup list [-format {text|xml}] rcxadm usergroup show -name usergroup rcxadm usergroup modify -name usergroup -file file.xml rcxadm usergroup modify -name usergroup {[-newname usergroup] [-label label] [-comment comment] [-role scope=role[,...]} rcxadm usergroup delete -name usergroup
Description
rcxadm usergroup is the command used to perform operations on multiple users and batch restriction of access scopes. By performing operations on and restricting the access scope for a user group, the settings are applied on all users registered in that user group. When different settings are specified for a user and its user group, the settings for the user are prioritized.
Subcommands
Creates a user group.
Displays a list of user group information in the text format or XML format.
Displays the detailed information for the specified user in the text format.
Modifies the name, label, comment, and operation/access scope of the specified user group.
Deletes the specified user group. You cannot delete a user group if it includes users.
Options
In file.xml, specify the XML file that defines the attributes of the user group to register or change.
It is not possible to perform batch registration or changes of multiple user groups using the output results of list -format xml.
For details on the XML file definition, refer to "H.7 User Groups".
In usergroup, specify the user group name.
In label, specify the new label.
In comment, specify the new comments.
In scope, specify the access scope. If you do not want to restrict the access scope, omit the access scope, or specify "all". In role, specify a role. Multiple access scopes and roles can be specified, separated by a comma (",").
Specify the display format. You can specify text or xml format.
When -format is omitted, it is displayed in text format.
In usergroup, specify the new user group name.
Examples
To display a list of user group information in text format:
>rcxadm usergroup list <RETURN>
NAME LABEL ROLE
---- ----- ----
admin - all=admin
folder_group - /folder001=admin |
To display the detailed information for the specified user group in text format:
>rcxadm usergroup show -name admin <RETURN>
Name : admin
Label :
Comment :
User[0] : admin_user
Role[0] : all=admin |