Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

F.6.6 Transferring Tenants and Tenant Administrators

Upgrading from V3.0

Tenants, tenant administrators, and tenant users of the previous version are transferred as is. The transfer operation is unnecessary.


Upgrading from V2.3

The tenant management role cannot operate tenants and L-Servers in tenants that were operated on V2.3.
To make the tenant management role operate tenants that were operated with V2.3, transfer the tenant according to the position in which the tenant was made according to either following procedures.

Use the multiple roles and operate tenants when the transfer is unnecessary. When one user operates two or more tenants, it is necessary to use the multiple roles.

Common Procedures
  1. Modify tenant users.

    Allocate appropriate roles to the users operating as tenant administrators, tenant operators, or tenant monitors among users who operated the earlier versions.

    Use the following procedure to allocate roles to users.

    1. Output the user information in files in XML format.

      >rcxadm user list -format xml > myusers.xml

      For details on the rcxadm user command, refer to "7.1 rcxadm user" in the "Reference Guide (Command/XML) CE".

    2. Edit the XML files.

      Delete the information of other users from the XML file, so that only the users operating as tenant administrators, tenant operators, and tenant monitors remain.

      Define the tenant administrator roles to allocate.

      Add the following information:

      • Email address

      • First name

      • Family name

      For details on the XML definition of tenant administrators, refer to "15.8.1 Tenant Management Roles and Tenant User Role" in the "Reference Guide (Command/XML) CE".

      Example

      Example of the XML definition in which the tenant administrator role of "NewTenant" is allocated to the user "john"

      <?xml version="1.0" encoding="utf-8"?>
      <Users>
        <User name="john">
          <Roles>
            <Role name="tenant_admin">
              <Scopes>
                <Scope>NewTenant</Scope>
               </Scopes>
            </Role>
          </Roles>
          <MailAddress>john@mail.example.com</MailAddress>
          <ActualName>
            <FirstName>john</FirstName>
            <LastName>fujitsu</LastName>
          </ActualName>
       </User>
      </Users>
    3. Allocate the tenant administrator roles to the user by specifying the XML file edited in the rcxadm user command.

      >rcxadm user modify -file my_tenantadmins.xml

  2. Import L-Servers to the L-Platform.

    Import L-Servers to the L-Platform using the cfmg_importlserver command.

    >cfmg_importlserver -user john -org NewTenant -lserver /NewTenant/lserverA

    For details, refer to "7.2.3.2 Importing L-Servers" in the "Operation Guide CE".