Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.6.1 rcxadm user

Name

[Windows]
Installation_folder\Manager\bin\rcxadm user - user operations

[Linux]
/opt/FJSVrcvmr/bin/rcxadm user - user operations


Format

rcxadm user create -file file.xml
rcxadm user create -name name {-passwd password|-passwd_file password_file} [-label label] [-comment comment] [-usergroup usergroup] [-role scope=role[,scope=role,...]]
rcxadm user list [-format text|xml]
rcxadm user show -name name
rcxadm user modify -name name -file file.xml
rcxadm user modify -name name {[-new_name newname] [-label label] [-comment comment] [-usergroup usergroup] {-passwd password |-passwd_file password_file} [-role scope=role[,scope=role,...]}
rcxadm user delete -name name

Description

rcxadm user is the command used for registering users, changing passwords, changing privilege levels, deleting users, and restricting the access scope of operations for each user.


Subcommands

create

Creates a user.

list

Displays a list of user 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, user group, password, and operation/access scope of the specified user.

delete

Deletes the specified user.


Options

-file file.xml

In file.xml, specify the XML file that defines the attributes of the user to register or change.
It is not possible to perform batch registration or changes of multiple users using the output results of list -format xml.
For details on the XML file definition, refer to "H.6 Users".

-name name

In name, specify the user name.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.

-usergroup usergroup

In usergroup, specify the user group to use for setting users in batches.

-passwd password

In password, specify the password for the user.

-passwd_file password_file

In password_file, specify the password file for the user. When users other than administrators use an admin server, it is dangerous to specify the password using an argument such as -passwd because the arguments of commands issued by other users can be viewed. Use the -passwd_file option.
In the file that defines the passwords, enter a user name and password on each line, separated by a comma (","). The password entered in the line including the user name specified with the -name option will be registered.

-role scope=role,...

In scope, specify the names of the resource folders, resource pools, and resources in the orchestration tree to include in the access scope. Specify resources inside resource folders by entering a slash ("/") and the resource name after the resource folder name. Specify resource folder names or resource names for the access scope. If you do not want to restrict the access scope, omit the access scope, or specify "all". In role, specify the most appropriate role of the standard roles. Multiple access scopes and roles can be specified, separated by a comma (",").

  • supervisor (special administrator)

  • admin (administrator)

  • operator (operator)

  • monitor (monitor)

  • lserver_admin (L-Server administrator)

  • lserver_operator (L-Server operator)

  • lserver_monitor (L-Server monitor)

  • infra_admin (infrastructure administrator)

  • infra_operator (infrastructure operator)

-format text|xml

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

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

-new_name newname

In newname, specify the new user name.


Examples