Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

3.16 rcxadm tenant [for Basic Mode]

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

list

Displays a list of tenants.

The following detailed information is displayed:

  • When not specifying -name for the option

    Table 3.61 Tenant Information (when omitting the -name option)

    Item Name

    Description

    NAME

    Tenant name

    LABEL

    Tenant label

  • When specifying -name for the option

    Table 3.62 Tenant Information (when specifying the -name 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

show

Displays the detailed information for a tenant.

The following detailed information is displayed:

Table 3.63 Detailed Information for Tenants

Item Name

Description

NAME

Tenant name

LABEL

Tenant label

COMMENT

Comment for a tenant

GLOBAL POOL

Global pool name

create

Creates a tenant.

modify

Modifies one of the following. Specify at least one of the following items:

  • Tenant Name

  • Label

  • Comment Information

  • Definition of the Global Pool

delete

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.

move

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

-file file.xml

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

-nowait

Use this option to return directly to the command prompt without waiting for the operation specified in the subcommand to complete its execution.

-name name

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

-global pool

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.

-new_name new_name

In new_name, specify the changed tenant name.

-label label

In label, specify the new label.

-comment comment

In comment, specify the comment for a tenant.

-to folder

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