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
Creates a user.
Displays a list of user 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, user group, password, and operation/access scope of the specified user.
Deletes the specified user.
Options
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".
In name, specify the user name.
In label, specify the new label.
In comment, specify the new comments.
In usergroup, specify the user group to use for setting users in batches.
In password, specify the password for the user.
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.
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)
Specify the display format. You can specify text or xml format.
When -format is omitted, it is displayed in text format.
In newname, specify the new user name.
Examples
To display a list of user information in the text format:
>rcxadm user list <RETURN>
NAME USERGROUP LABEL ROLE
---- --------- ----- ----
aaa - - all=admin
admin_user admin - -
bbb - - /folder001=admin
folder_user folder_group - -
manage - - - |
To display the detailed information for the specified user in the text format:
>rcxadm user show -name aaa <RETURN>
Name : aaa
UserGroup :
Label :
Comment :
Role[0] : all=admin |