Previous Topic: Configuring VMware ESX Host Systems and vCenter Server SystemsNext Topic: Configure VMware ESX Server 3.5 Systems


Configure VMware ESX Server 3.0.2 Systems

This topic describes how to configure the communication protocol on VMware ESX Server 3.0.2 systems.

To configure VMware ESX Server 3.0.2 systems

  1. Install VMware ESX 3.0.2 Server. For more information about VMware ESX Server requirements, see the VMware ESX Server Installation guide on the VMware website.

    Note: To manage your VMware ESX Host systems using VMware vCenter Server, you must install and configure VMware vCenter Server as part of Virtual Infrastructure installation.

  2. Install VDDK 5.0 on the backup proxy system with the following environmental conditions:
  3. To set up backing up VMs through a Backup Proxy using a VMware ESX Server 3.0.2 system, configure one of the following communication protocols:
    https

    To use https as the communication protocol between the VMware ESX Host system and the backup proxy system, copy the self-generated SSL certificate from the VMware ESX Host system to the backup proxy system, and then install the certificate on the backup proxy system.

    You can find the SSL certificate (labeled rui.crt) from the following directory on the VMware ESX Host system:

    /etc/vmware/ssl/rui.crt
    

    To install the SSL certificate, right-click the object and select Install from the pop-up menu.

    http

    To use http as the communication protocol between the backup proxy system and the VMware ESX Host system, you must configure the http protocol on the VMware ESX Host system as follows in the config.xml file located at /etc/vmware/hostd/config.xml:

    1. Locate the <proxy Database> tag within the <http> tag.
    2. Add the following text with the <proxy Database> tag:
      <server id="1">
      <namespace> /sdk </namespace>
      <host> localhost </host>
      <port> 8085 </port>
      </server>
      
    3. Remove the following text:
      <redirect id="2"> /sdk </redirect>
      
    4. Restart the VMware Infrastructure SDK Management Service by executing the following command:
      # service mgmt-vmware restart
      

    Note: For more information, see the Virtual Infrastructure SDK documentation on the VMware website.

  4. Install the Agent for Virtual Machines on the backup proxy system.
  5. On the backup proxy system, specify temporary VM mount location. For more information, see Specify a Temporary VM Mount Location.
  6. Execute the Arcserve VMware Configuration Tool to populate the Arcserve Backup database with information about your VMware environment.

    Important! The VMs in the VMware ESX Host system must be in a running state when you execute this utility. If the VMs are not in a running state, this utility will not populate the Arcserve Backup database with information about the VMs. All the VMs must have a host name and IP address assigned and the latest VMware tools installed.