Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.6.2 rcxadm usergroup

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

create

Creates a user group.

list

Displays a list of user group information in the text format or XML format.

show

Displays the detailed information for the specified user in the text format.

modify

Modifies the name, label, comment, and operation/access scope of the specified user group.

delete

Deletes the specified user group. You cannot delete a user group if it includes users.


Options

-file file.xml

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".

-name usergroup

In usergroup, specify the user group name.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.

-role scope=role,...

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 (",").

-format text|xml

Specify the display format. You can specify text or xml format.

When -format is omitted, it is displayed in text format.

-newname usergroup

In usergroup, specify the new user group name.


Examples