Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

reboot

Install VMWare Server

  1. Download the latest VMware Server 1.x RPM from http://www.vmware.com&nbspImage Added;
  2. You may need to install or update some libraries:
    Panel

    yum install glibc-devel -y
    yum install glibc -y 
    yum install libXtst-devel -y

    Install the VMWare Server RPM:
  3. No Formatpanel

    rpm

    \

    -ivh

     

    /install/VMware-server-1.0.8-126538.i386.rpm

  4. Configure VMWare Server:
    Panel

    vmware-config.pl

    1. Press ENTER to view the license agreement
    2. Scroll to the bottom
    3. Type yes and press ENTER
    4. Wiki Markup
      In which directory do you want to install the mime type icons?
      \[/usr/share/icons\]
    5. Wiki Markup
      What directory contains your desktop menu entry files? These files have a
      .desktop file extension. \[/usr/share/applications\]
    6. Wiki Markup
      In which directory do you want to install the application's icon?
      \[/usr/share/pixmaps\]
    7. Wiki Markup
      None of the pre-built vmmon modules for VMware Server is suitable for your
      running kernel.  Do you want this program to try to build the vmmon module for
      
    1. your system (you need to have a C compiler installed on your system)? \[yes\]
    2. Wiki Markup
      What is the location of the directory of C header files that match your running
      kernel? \[/lib/modules/2.6.18-128.1.14.el5/build/include\]
    3. Wiki Markup
      Do you want networking for your virtual machines? (yes/no/help) \[yes\]
    4. Wiki Markup
      Your computer has multiple ethernet network interfaces available: eth0, eth1,
      virbr0. Which one do you want to bridge to vmnet0? \[eth0\]
    5. Wiki Markup
      Do you wish to configure another bridged network? (yes/no) \[no\] *yes*
    6. Wiki Markup
      Your computer has multiple ethernet network interfaces available: eth0, eth1,
      virbr0. Which one do you want to bridge to vmnet2? \[eth0\] *eth1*
    7. Wiki Markup
      Do you wish to configure another bridged network? (yes/no) \[no\]
      *no*## Do you want to be able to use host-only networking in your virtual machines?
      \[no\] *yes*
    8. Wiki Markup
      Do you want this program to probe for an unused private subnet? (yes/no/help)
      \[yes\] *no*
    9. What will be the IP address of your host on the private
      network? 192.168.0.1
    10. What will be the netmask of your private network? 255.255.0.
Panel

This system appears to have a DHCP server configured for normal use.  Beware
that you should teach it how not to interfere with VMware Server's DHCP server.
There are two ways to do this
1) Modify the file /etc/dhcpd.conf to add something like
subnet 192.168.0.0 netmask 255.255.0.0 {
# Note: No range is given, vmnet-dhcpd will deal with this subnet.

2) Start your DHCP server with an explicit list of network interfaces to deal
with (leaving out vmnet1). e.g.
dhcpd eth0

    1. Wiki Markup
      Do you wish to configure another host-only network? (yes/no) \[no\]
    2. Wiki Markup
      The default port : 902 is not free. We have selected a suitable alternative
      port for VMware Server use. You may override this value now.
      Remember to use this port when connecting to this server.
      Please specify a port for remote console connections to use \[904\]
    3. Wiki Markup
      In which directory do you want to keep your virtual machine files?
      \[/var/lib/vmware/Virtual Machines\]
    4. Wiki Markup
      The path "/var/lib/vmware/Virtual Machines" does not exist currently. This
      program is going to create it, including needed parent directories. Is this
      what you want? \[yes\]
    5. Please enter your 20-character serial number
      Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel:
    6.  
    Run the following command to configure VMWare Server: No Format vmware-config.pl
  1. Create a Virtual Machine

  2. Launch the VMWare Server console:
    No Format
    vmware &
    
  3. Connect to Local Host
  4. Copy a Windows XP ISO image to the VMWare Server machine 
  5. Create a new VM
    1. Type: Typical
    2.  Guest OS: Microsoft Windows, Version: Windows XP Professional
    3. Name: Windows XP Base
    4. Network connection: Use bridged networking
    5. Disk size: 8.0 GB
      1. Allocate all disk space now: no
      2. Split disk into 2GB files: yes
  6. Configure the VM CD-ROM drive to use the Windows XP ISO image
    1. Connection: Use ISO image: browse to path of Windows XP ISO image:
      /install/WinXP+SP3.iso

...