Top
ServerView Resource Orchestrator V2.3.0 Reference Guide

1.3.11 rcxadm tenant

Name

[Windows]
Installation_folder\Manager\bin\rcxadm tenant - Tenant operations

[Linux]
/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 tenant folders.

The following detailed information is displayed:

  • When not specifying -name for the option

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

    Item Name

    Description

    NAME

    Tenant folder name

    LABEL

    Tenant folder label

  • When specifying -name for the option

    Table 1.46 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

To display the detailed information for a tenant folder.

The following detailed information is displayed:

Table 1.47 Detailed Information for Tenants

Item Name

Description

NAME

Tenant folder name

LABEL

Tenant folder label

COMMENT

Comment for a tenant folder

GLOBAL POOL

Global pool name

create

Creates a tenant.

modify

Modifies the name, label, comment information, and global pool definition of a tenant. Specify at least one of the items above.

delete

Deletes a tenant.

Note

When an L-Server is created in a tenant folder, deleting the tenant will also delete the L-Server.
For details on how to delete an L-Server, refer to the advisory notes of "1.3.1 rcxadm lserver".

move

Moves a tenant folder 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 folder.


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 "2.8 Tenant Folders".

When using directory services to manage users, the user and user group specified with XML files is not created.

After creating tenants, create users and user groups using the ldif file, and then configure roles.

For details on user management and role settings using directory services, refer to "C.4 User Management Using Directory Service" in the "ServerView Resource Orchestrator User's Guide".

-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 folder 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 folder name.

-label label

In label, specify the new label.

-comment comment

In comment, specify the comment for a tenant folder.

-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 folder or a resource folder in a tenant folder.

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