Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm tenant - Tenant operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm tenant - Tenant operations
Format
rcxadm tenant list [-name name] rcxadm tenant show -name name rcxadm tenant create -file file.xml [-nowait] rcxadm tenant modify -name name {[-new_name new_name] [-label label] [-comment comment] [-global pool,...]} [-nowait] rcxadm tenant delete -name name [-nowait] rcxadm tenant move -name name [-to folder] [-nowait]
Description
rcxadm tenant is the command used to perform tenant management and operations.
Subcommands
Displays a list of tenants.
The following detailed information is displayed:
When not specifying -name for the option
Item Name | Description |
---|---|
NAME | Tenant name |
LABEL | Tenant label |
When specifying -name for the option
Item Name | Description |
---|---|
TYPE | Type of resource folder, resource pool, or each resource |
NAME | Name of the resource folder, resource pool, or each resource |
LABEL | Label of the resource folder, resource pool, or each resource |
Displays the detailed information for a tenant.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Tenant name |
LABEL | Tenant label |
COMMENT | Comment for a tenant |
GLOBAL POOL | Global pool name |
Creates a tenant.
Modifies one of the following. Specify at least one of the following items:
Tenant Name
Label
Comment Information
Definition of the Global Pool
Deletes a tenant.
When an L-Server is created in a tenant, deleting the tenant will also delete the L-Server.
For details on how to delete an L-Server, refer to the advisory notes of "3.6 rcxadm lserver".
User groups and users are also deleted if the roles assigned to them are only targeting the tenant for deletion. When user information is managed using a directory service, the user information will be deleted from the management information of Resource Orchestrator. The user information in the directory service is not deleted.
Moves a tenant to the specified resource folder. If the destination resource folder is not specified, the folder is moved to the home folder.
It cannot be moved into a tenant.
Options
In file.xml, specify the XML file that defines the information related to a tenant.
For details on the XML file definition, refer to "15.17 Tenants (for Basic mode)".
Use this option to return directly to the command prompt without waiting for the operation specified in the subcommand to complete its execution.
In name, specify the name of the target tenant to perform an operation with. If a tenant created in a resource folder is specified, specify the resource folder name using slashes ("/").
In pool, specify the resource pool name to be defined in a global pool of a tenant. If specifying a resource pool in a resource folder, specify the resource folder name using slashes ("/"). When specifying multiple resource pools, separate them using commas.
In new_name, specify the changed tenant name.
In label, specify the new label.
In comment, specify the comment for a tenant.
In folder, specify the destination resource folder. For the hierarchized resource folder, specify the resource folder name using slashes ("/"). It cannot be moved to a tenant or a resource folder in a tenant.
When omitted, the server is moved to the home folder.
When executed by a user who has multiple access scopes specified, it cannot be omitted. Specify a resource folder.
Examples
When displaying a list of tenant information
>rcxadm tenant list <RETURN> NAME LABEL ---- ----- Tenant01 - Tenant02 - >rcxadm tenant list -name Tenant01<RETURN> TYPE NAME LABEL ---- ---- ----- Pool AddressPool02 - Pool ImagePool02 - Pool NetworkPool02 - Pool ServerPool02 - Pool StoragePool02 - Pool VMHostPool02 - LServer lserver02 l_server 2 |
When displaying details of tenant information
>rcxadm tenant show -name TenantA <RETURN>
name : tenantA
label : tenant A
comment : comment_A
global pool : /VMHostPool
global pool : /NetworkPool
global pool : /AddressPool |