Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Design Guide
FUJITSU Software

E.1.2 Preparations for Servers

In addition to the operations in "Chapter 8 Defining and Configuring the Server Environment", the following operations are necessary.

For details, refer to the VMware manual.

Information

When performing inter-cluster movement (migration), for VMware this means inter-resource pool movement (migration). Moving an L-Server (migration) is only possible in the same cluster (the same resource pool) because resource pools of VMware are not managed in Resource Orchestrator. For details on resource pools of VMware, refer to the "vSphere Resource Management Guide" of VMware.

Refer to the relevant version of the document, referring to the following web site:

URL: http://www.vmware.com/support/pubs/vs_pubs.html


When Deploying VM Hosts Using Auto Deploy

  1. Setup the Auto Deploy Server

    Setup the Auto Deploy server.
    For details, refer to the manual of server virtualization software.

  2. Configure the DHCP Server

    Prepare a server other than admin server, and configure the DHCP server to be used by the Auto Deploy function.
    Perform configuration so the DHCP server assigns IP addresses only to VM hosts that have been configured using network boot services that use DHCP protocols such as Auto Deploy.
    For details, refer to the manual of the server used as the DHCP server.

  3. Configure the TFT Server

    Prepare a server other than admin server, and configure the TFTP server to be used by the Auto Deploy function.
    For details, refer to the manual of the server used as the TFTP server.

  4. Setup a VM Host

    Setup a VM host for a physical L-Server.
    Refer to "Appendix A Installing VM Hosts on Physical L-Servers" in the "Setup Guide CE", and set up VM hosts.

    Point

    • When creating an L-Server, prepare a disk for the dump area.

      At least one disk should be prepared specifying a disk that is not shared with other L-Servers.
      On that disk, create a dump area for VMware ESXi.

    • For the first L-Server that uses Auto Deploy, prepare the necessary number of disks with the disk capacity necessary for storing VM guests to share with other L-Servers.

      When there are two or more L-Servers, prepare the disk for storing VM guests connected to the first L-Server.

      On that disk, create an area for VMFS to use as a datastore.

    • When configuring a VM host using Auto Deploy, use VIOM or ISM for I/O virtualization.

    Note

    As HBA address rename requires PXE boot, use in combination with Auto Deploy using the same PXE boot is not possible.


When Using VMware vSphere 6 or later as a VM Host

When estimating the memory size of the VM host, include the overhead memory size in the memory size of all VM guests that operate on the VM host.

When estimating the overhead memory size of VM guests, refer to the web site at the following URL.

VMware web site

URL:
https://pubs.vmware.com/vsphere-65/topic/com.vmware.vsphere.resmgmt.doc/GUID-B42C72C1-F8D5-40DC-93D1-FB31849B1114.html


Configuring Console Connection of a Virtual L-Server of VMware vSphere Using VMware VSAN or VMware vSphere 6.5 or Later

Install VMware vSphere PowerCLI 6.0 or later, and confirm that VMware PowerCLI (32-bit) starts.

For details, refer to the manuals of VMware vSphere PowerCLI.

Note

  • If PowerCLI is installed after the admin server is configured, operation of PowerCLI using Resource Orchestrator may not function properly.

    In this case, restart the admin server.

    For details on how to start and stop the admin server, refer to "2.1 Starting and Stopping Managers" in the "Operation Guide CE".

  • When the admin server is not connected to the Internet, it takes longer to load PowerCLI, which may inhibit the processes of this function.
    For this reason, be sure to connect the admin server to the Internet.

    When it is not possible to connect to the Internet, perform the following two procedures on the admin server:

    • Disable the "Microsoft Trusted Root Certificate Program"

      1. Open the Local Group Policy Editor.

      2. Select [Computer Configuration]-[Windows Settings]-[Security Settings]-[Public Key Policies].

      3. Double-click [Certificate Path Validation Settings].

      4. Click the [Network Retrieval] tab.

      5. Check the [Define these policy settings] checkbox.

      6. Clear the [Automatically update certificates in the Microsoft Root Certificate Program] checkbox.

        Information

        Leave the [Allow issuer certificate (AIA) retrieval during path validation] checkbox checked. This item affects how certificate chains are validated.

        Validation of certificate chains

        If necessary, download CA certificates other than the root certificate (intermediate certificates) based on the path described for authority information access (AIA) of certificates. Construct a certificate chain to the root CA certificate using these intermediate certificates.

      7. Click [OK].

      8. Restart the OS.

    • Disable the setting for checking certificate revocation

      1. Open the Registry Editor.

      2. Open the following registry key.

        HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing

      3. Modify the value of [State (REG_DWORD)] as follows.

        Before modification

        0x00023c00: Enabled

        After modification

        0x00023e00: Disabled