HOME ABOUT US CONTACT US
 
Virtual Appliances

EnSpeed Virtual Appliances are targeted at end users, not system administrators. Full GUI configuration is included with all Virtual Appliances.

Read More

 
ENSPEED VIRTUALIZATION PLATFORM

« Main Page


EnSpeed Virtual Machine Monitor (VMM)

Install Guide

Software Version 0.9.9

Document Version 0.4

© Thinsy Corporation


EnSpeed Virtual Machine Monitor (VMM)
Install Guide.
  • Software Version 0.9.9

  • Document Version 0.4

  • Introduction.
    Hardware and Software Requirements.
    Installation Steps Overview.
    Installation Step 1: Boot Menu.
    Installation Step 2: Disk Partitioning Screen.
    Installation Step 3: Time Zone Selection.
    Installation Step 4: Root Password Entry.
    Installation Step 5: Reboot After Installation Completes.
    Installation Step 6: Bootup screen after Reboot is complete.
    Post Installation Network Interface Customization.
  • Static IP Configuration.

  • Alternate Ethernet Interface for Virtual Machines

  • Creating Directories where the EnSpeed VM Orchestrator can place Virtual Machines

    Introduction
    The EnSpeed VM Software provides the capability to run unmodified guest OSes such as Windows, in a cluster of Physical Machines (VMM Servers). The following Enterprise grade features are provided, all on Physical Machines with Direct Attached Storage, i.e. no SAN or NAS hardware is required.

    • High Availability Backup for VMs to failover to a secondary VMM, should the primary VMM server fail – all without SAN or NAS external storage.
    • Live Migration of powered up VMs from the primary VMM server to the backup VMM server.
    • VM Snapshots -- enables full backups, without powering off the VM
    • Daily Incremental backup of VMs – without powering off the VM.

    The EnSpeed VM Family of software consists of the EnSpeed Virtual Machine Monitor (VMM) server and EnSpeed VM Orchestrator.

    The EnSpeed VMM server is a Xen based Virtualization server that is installed on bare hardware, i.e. it does not require a hosting OS.

    The EnSpeed VM Orchestrator is a web server hosted application accessible using a standard web browser with java. It provides the following functionality:

    • Create and load Virtual Machines onto EnSpeed Virtual Machine Monitor Servers. The Virtual Machines are created using Virtual Appliance Images stored in the Orchestrator’s Virtual Appliance Library
    • Power On/Off of Virtual Machines loaded onto the EnSpeed Virtual Machine Monitor Servers.
    • Open a remote console to the Virtual Machine within a web browser window.
    • Take a snapshot of a running VM, in order to download a full backup. This is done without powering off the VM.
    • Download incremental backup images of the VM

    The Orchestrator contains the following major components:

    • A database of physical machines (the PhysicalMachine database) running Virtual Machine Monitor (VMM) server software
    • A Virtual Appliance Library. Each Virtual Appliance is a collection of Virtual Disk files, and an xml file describing the Virtual Machine.
    • A database of virtual machines (the VirtualMachine database) created and loaded onto one or more of the Physical Machines in the PhysicalMachine database

    Hardware and Software Requirements
    EnSpeed Virtual Machine Monitor (VMM) Server software is delivered as a DVD (or downloadable ISO of the same). It is installed on bare hardware, i.e. it does not require a host Operating System to be installed beforehand.

    EnSpeed VMM Server software requires CPUs with Intel VT technology or AMD Pacifica Virtualization technology.

    Installation Steps Overview
    The EnSpeed VMM Server Software installer goes through the following steps in its installation process.

    • Boot Menu
    • Disk Partitioning Screen
    • Time zone Selection
    • Root Password entry
    • Reboot after installation
    • Bootup screen after reboot is complete
    The EnSpeed VMM Server is configured to use DHCP for its network interface.
    Instructions are provided later in this document for switching to a static IP Configuration if so desired.

    The EnSpeed VMM Server may be administered using the included Webmin interface. The Login and Password for this web based administration facility are “admin” and “admin”.

    Installation Step 1: Boot Menu

    SCREEN CAPTURE 1
    Click here to view Enlarged Image

    Press “Enter” at this screen. If you have difficulty with the graphical installer, reboot the system and try pressing “linux text”, and then Enter.
    Installation Step 2: Disk Partitioning Screen

    SCREEN CAPTURE 2
    Click here to view Enlarged Image

    In this screen, you may choose between using free space on the disk, or deleting all existing partitions on the disk and installing the EnSpeed VMM on the entire disk.

    Installation Step 3: Time Zone Selection

    SCREEN CAPTURE 3
    Click here to view Enlarged Image



    This dialog is self explanatory.
    Installation Step 4: Root Password Entry

    SCREEN CAPTURE 4
    Click here to view Enlarged Image



    Choose the root password for this server. Note that the root password is used for shell access to the EnSpeed VMM Server either from the console or from Ssh. The login name is “root” and password is the one you select here.

    Access to the Webmin web based administration facility is using the default login and password of “admin”. That password is not chosen in this screen.

    Once you choose the root password, hitting next causes the installer to do much work in figuring out package dependencies and installing software.

    Installation Step 5: Reboot After Installation Completes

    SCREEN CAPTURE 5
    Click here to view Enlarged Image



    Installation Step 6: Bootup screen after Reboot is complete

    SCREEN CAPTURE 6
    Click here to view Enlarged Image



    As shown above, once the newly installed EnSpeed VMM Server reboots, it displays the http URL that the Webmin Web based admin facility is available at.

    In the example above, if you point a browser to http://192.168.1.31:10000/ you will be presented with the web based admin facility for this server.

    If the newly installed EnSpeed VMM Server fails to obtain a DHCP address, the screen above will not display a useful URL to browse to and administer the server from. In this case, you may reconfigure the EnSpeed VMM to use a static IP address as described in the following section.

    Post Installation Network Interface Customization

    Static IP Configuration
    By default, the newly installed EnSpeed VMM Server is configured to use DHCP for configuration of all network interfaces discovered at installation time. Here are the steps required to switch the network interface eth0 to static IP address. Follow these instructions for each network interface (eth0, eth1, eth2, etc.) that needs to use a static IP Address.
    • Login as root using the root password you selected earlier
    • Type in the following command
      1. # cat > /etc/sysconfig/network-scripts/ifcfg-eth0
      2. DEVICE=eth0
      3. ONBOOT=yes
      4. BOOTPROTO=static
      5. IPADDR=192.168.1.227
      6. NETMASK=255.255.255.0
    • Edit the file /etc/sysconfig/network and add a line such as “GATEWAY=192.168.1.1” to configure the default gateway/router for the VMM Server
    • Edit the file /etc/resolv.conf and add a line such as “nameserver 192.168.1.254”. This indicates that the DNS server for this VMM Server is at IP Address 192.168.1.254.
    • Bring down and then bring up the eth0 interface by typing in the following commands
      1. # ifdown eth0

      2. # ifup eth0
    • Ping the address from elsewhere to ensure that the above worked.

    At this point, if you browse to the URL where the Webmin is present, you will be presented with the following screen:

    SCREEN CAPTURE 7
    Click here to view Enlarged Image



    Use the login “admin” and password “admin” to log into the Webmin interface.
    Now you will be presented with the following Webmin main screen:

    SCREEN CAPTURE 8
    Click here to view Enlarged Image



    This is your main interface to managing the EnSpeed VMM Server.
    Creating Directories where the EnSpeed VM Orchestrator can place Virtual Machines

    Create Directories
    When registering this Virtual Machine Monitor with the EnSpeed VM Orchestrator, you need to specify locations in this VMM's filesystem where the EnSpeed VM Orchestrator can place Virtual Machines. This is done by creating directories, preferable one in each physical disk in this system. In the screen capture shown below, the VMM's webmin administration console's "Shell Command" is being used to create a directory /vms.
    SCREEN CAPTURE 9
    Click here to view Enlarged Image



    Alternate Ethernet Interface for Virtual Machines
    By default, the EnSpeed VMM installer configures network interface eth0 as the one that is used by Virtual Machines. If another interface, e.g. eth3 is the interface that virtual machines must use, then the EnSpeed VMM can be reconfigured as follows:
    • Edit the file /etc/xen/xend-config.sxp using a text editor
    • Add a line of the following format to the file. The line includes braces:
      1. (network-script 'network-bridge bridge=xenbr0 netdev=eth3')

    In the above line, note that the bridge=xenbr0 should not be changed. The netdev=eth3 should be changed to point to the Ethernet interface of your choice.

     

    « Main Page

     
     Site is optimized for 1024 x 768 pixels Copyright © 2007. Thinsy Corporation.
    Web Partner Emantras