Versions Compared

Key

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

...

VMWare Server cannot be installed on a computer running a Xen kernel.  To determine if a Xen kernel is being used:

No Formatpanel

uname

-a

The following output indicates a Xen kernel is being used:

...

If "xen" appears in the output of the previous command, replace the Xen Kernel with the following commands:

No Formatpanel

yum

update

ecryptfs-utils

-y


yum

install

kernel

kernel-devel

-y


yum

remove

xen

kernel-xen

-y

Check the grub.conf file to make sure it is not configured to boot using the Xen Kernel

No Formatpanel

less

/boot/grub/grub.conf 

The grub.conf file should NOT look like this:

...

The grub.conf file SHOULD look like this:

No Formatpanel

#

grub.conf

generated

by

anaconda


#


#

Note

that

you

do

not

have

to

rerun

grub

after

making

changes

to

this

file


#

NOTICE:

  You

have

a

/boot

partition.

  This

means

that # all kernel and initrd paths are relative to

that
#          all kernel and initrd paths are relative to /boot/,

eg.

# root


#          root (hd0,0)

# kernel


#          kernel /vmlinuz-version

ro

root=/dev/sda3

# initrd


#          initrd /initrd-version.img


#boot=/dev/sda


default=0


timeout=5


splashimage=(hd0,0)/grub/splash.xpm.gz


hiddenmenu


title

CentOS

(2.6.18-128.1.14.el5)

root


        root (hd0,0)

kernel


        kernel /vmlinuz-2.6.18-128.1.14.el5

ro

root=LABEL=/1

pci=nommconf

initrd


        initrd /initrd-2.6.18-128.1.14.el5.img

After removing the Xen kernel, reboot the computer:

No Formatpanel

reboot

Install VMWare Server

  1. Install the VMWare Server RPM:
    No Format
    rpm \-ivh  /install/VMware-server-1.0.8-126538.i386.rpm
    
  2. Run the following command to configure VMWare Server:
    No Format
    vmware-config.pl
    

    Create a Virtual Machine

...