Top
ServerView Resource Orchestrator V3.2.0 Release Notes
FUJITSU Software

2.3.5 Information about Incompatibility between V3.1.2 (T009379LP-05/T009378WP-06) and V3.1.2 (T009379LP-04/T009378WP-05)

2.3.5.1 Modification of the Coordination Method with VDI Management Server

Details of Modification

Modify the method for coordinating the VDI management server with Resource Orchestrator to use the VDI coordination function.

Corrective Action

Use the following procedure to register the VDI management server as VDI management software in Resource Orchestrator based on the information in the VDI management server definition file.

When the information has not been registered, register it quickly as until it is registered, creation, modification, and deletion of L-Platforms and L-Servers for which VDI coordination is enabled cannot be performed.

However, the registration does not affect the use of already created L-Platforms and L-Servers for which VDI coordination is enabled.

After performing the procedure, the VDI management server definition files can be deleted.

The information of the VDI management server definition file can be migrated, using the migration tool for VDI management server definition information.

For details on how to use the migration tool, refer to "How to Use the Migration Tool for VDI Management Server Definition Information".

  1. Following the table below, assign the information from the VDI management server definition file to the corresponding items to enter in the registration dialog of the VDI management software.

    VDI Management Server Definition File

    Registering VDI Management Software

    Item Name

    Key

    VDI management server name

    vdi_number.name

    Specify in [VM management software name].

    VDI management server type

    vdi_number.type

    In step 2, select the registration dialog in the VDI management software based on the type of the VDI management server.

    There are no relative items to enter in the registration dialog in the VDI management software.

    IP address of the VDI management server

    vdi_number.ipaddr

    Specify in [IP address].

    Administrator user name of the VDI management server

    vdi_number.user

    Specify in [User ID].

    Administrator password of the VDI management server.

    vdi_number.password

    Specify in [Password].

    VM management software name

    vdi_number.vmmgr

    Specify in [VM management software list].

    Connection information of the VDI management server

    vdi_number.connect_info

    Specify in [Connection information].

    Note

    Specify the same VDI management server name as defined in the VDI management software definition file for the [VM management server name] specified when registering the VDI management software.
    When the names are not the same, the modification and deletion of already created L-Platforms and L-Servers for which VDI coordination is enabled may fail.
    If VDI management software is accidentally registered with an unmatched [Management software name], delete the VDI management software from Resource Orchestrator, and then register it using a matching [Management software name].

  2. Register the VDI management software. For details, refer to "5.15 Registering VDI Management Software" in the "User's Guide for Infrastructure Administrators (Resource Management) CE".

  3. When multiple VDI management servers are registered in the VDI management server definition file, repeat steps 1 and 2 as many times as there are VDI management servers.


How to Use the Migration Tool for VDI Management Server Definition Information

Perform the following procedure:

  1. Login to the management server as a system administrator (with OS administrative privileges).

  2. Execute the migration tool.

    Execute the following command from the command prompt:

    > cd Installation_folder\SVROR\Manager\opt\FJSVrcxmr\sys\VdiMigrationTool <RETURN>
    > migrate_vdi.bat <RETURN>

    The process may take a few minutes to complete.
    It takes approximately two minutes to migrate the definition information of a single VDI management server. When two or more VDI management servers are the target, the time to complete this process increases by 40 seconds per additional server.

    The execution result of the migration tool is output to the standard output for each VDI management server, in the following format.

    • When the migration of the VDI management server information has been completed

      Succeeded: Name of the VDI management server, ip= IP address of the VDI management server

    • When the migration process was skipped because a VDI management server with the same name has been already registered

      Warning: Name of the VDI management server, already exist

      Example

      Output Example of Execution Results:

      Succeeded: horizonview1, ip=192.168.2.1
      Warning: horizonview2, already exist
      Succeeded: horizonview3, ip=192.168.2.2

    Migration is performed starting with the VDI management server defined at the beginning of the VDI management server definition file, in order.
    When migration of all VDI management server definitions is completed, the migration tool exits correctly with the exit status "0".
    When migration of a VDI management server definition fails, the migration tool ends abnormally with the exit status "1". In this case, an error message is output in the standard error output.
    Resolve the cause of the error based on the error message, and then re-execute the migration tool.

    Point

    • Execute the migration tool with the manager of Resource Orchestrator running.

    • Ensure that the migration tool is executed in the storage folder.

  3. Confirm the registration results of VDI management software.

    Execute the following command from the command prompt to confirm that the information of the VDI management server that was defined in the VDI management server definition file is displayed as VDI management software.

    > Installation_folder\SVROR\Manager\bin\rcxadm vdimgr list <RETURN>

    Example

    Display Example of the Command for Displaying a List of VDI Management Software

    > C:\Program Files (x86)\Resource Orchestrator\SVROR\SVROR\Manager\bin\rcxadm vdimgr list <RETURN>
    NAME                              TYPE           IPADDRESS       STATUS
    ----                              ----           ---------       ------
    horizonview1                      Horizon View   192.168.2.1     normal
    horizonview2                      Horizon View   192.168.2.2     normal

    The above example is for the case where the VDI management server definition file is defined as follows.

    #VDI1
    vdi1.name=horizonview1
    vdi1.type=vmwareview
    vdi1.ipaddr=192.168.2.1
    vdi1.user=viewdomain1\admin1
    vdi1.password=password1
    vdi1.vmmgr=vc1,vc2
    vdi1.connect_info=192.168.123.1, http://192.168.123.1/vmwareview/
    #VDI2
    vdi2.name=horizonview2
    vdi2.type=vmwareview
    vdi2.ipaddr=192.168.2.2
    vdi2.user= viewdomain2\admin2
    vdi2.password=password2
    vdi2.vmmgr=vc3,vc4
    vdi2.connect_info=192.168.123.2


2.3.5.2 Obtaining VLAN Information of Network Devices

Details of Modification

To suppress the increase of the load of the product, the initial collection process used to obtain VLAN information from network devices after resource registration has been changed.

Effect

After resource registration of network devices, it may take time until the VLAN information is reflected on the network device attribute information on the Resource Details window of the ROR console.

Corrective Action

No action is required.

After resource registration of network devices, if it is necessary to check reflection of VLAN information quickly, select the relevant device and then select [Update] from the pop-up menu.