Versions Compared

Key

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

...

After removing the Xen kernel, reboot the computer:

Panel

reboot

Install

...

VMware Server

Download the latest VMware Server 1.x RPM from http://www.vmware.com
(Note: these instructions assume you saved the RPM into /install)

Install the VMWare VMware Server RPM:

Panel

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

Configure VMWare VMware Server:

Panel

vmware-config.pl

...

Panel

/sbin/ifconfig

You should see a vmnet1 interface using IP address 192.168.0.1:

Panel

vmnet1    vmnet1    Link encap:Ethernet  HWaddr 00:50:56:C0:00:01
          inet addr:192.168.0.1  Bcast:192.168.255.255  Mask:255.255.0.0
          inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

If you restart Restart the vmware service (/sbin/service vmware restart), you should see the following:

Panel

Wiki Markup
Starting VMware services:
   Virtual machine monitor                                  \[ OK \]
   Virtual ethernet                                         \[ OK \]
   Bridged networking on /dev/vmnet0                        \[ OK \]
   Host-only networking on /dev/vmnet1 (background) \[ OK \]
   Starting VMware virtual machines...                     \[ OK \]

Configure /etc/hosts

Modify the /etc/hosts file to include entries for the VM host

...

and guest computers:

Panel

vi /etc/hosts

Add the entries in bold:

Panel

127.0.0.1 localhost
192.168.0.1 localvmhost
192.168.1.1 vmguest-1

Configure the sshd Service to Listen on the Virtual Private Network 

...

Panel

ssh localvmhost 'ls /'

Configure vcld to use vcl.key

Configure the keys column in the managementnode table in the VCL database

...

Panel

vi /etc/vcl/vcld.conf

 Modify Modify all of the IDENTITY lines to specify the vcl.key file:

Panel

IDENTITY_blade_linux=/etc/vcl/vcl.key
IDENTITY_solaris_lab=/etc/vcl/vcl.key
IDENTITY_linux_lab=/etc/vcl/vcl.key
IDENTITY_blade_win=/etc/vcl/vcl.key

Configure The DHCP Service 

...