»
S
I
D
E
B
A
R
«
How to install vmware server 2.0.x on 2.6.30 Kernels
Feb 9th, 2010 by Evan

VMware Server is a free virtualization product for Windows and Linux servers with enterprise-class support and VirtualCenter management. VMware Server is a robust yet easy to use server virtualization product and is based on proven virtualization technology, which has been used by thousands of customers for many years.
First you need to download vmware server 2.0.x from vmware website and get the vmware server installation key.

Read the rest of this entry »

VMWare Tools and Rc.D
Aug 23rd, 2009 by Evan

Install Procedure:

1. Select the option to install vmware tools on the WKS/GSX UI. Usually VM -> Install VMware Tools

2. Then log into the Gentoo VM as tools and mount the cd-rom drive.

#mount /dev/cdrom /mnt/cdrom

3. Then untar the vmware tools so some temp location like /tmp

#tar xvzf /mnt/cdrom/*.tar.gz /tmp

4. Create a set of empty rc directories to fool the tools installer

#mkdir /etc/init.d/rc{0,1,2,3,4,5,6}.d

5. Run the vmware-tools installer and go with the defaults

#cd vmware-tools-distrib
#./vmware-install.pl

The above installs the vmware tools startup scripts on the rc directories. So to fix it do the following
6. Add vmware tools to startup

#rc-update add vmware-tools default

VMWare Disk Shrinking
Jul 8th, 2009 by Evan

For Linux based Guest OSs:
>cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill
Shutdown the guest OS
From the host OS run
>vmware-vdiskmanager -k myDisk.vmdk

Read the rest of this entry »

Horrid CPU Issues with VMWare and Hardware Interrupts
Oct 2nd, 2008 by Evan

Original Article

So I fought this problem all day long. My Windows XP VMWare image was running like crap. I started to poke around. The first thing I did was to bring up the task manager. Sure enough, my virtual CPU was pegged at around 55-60% when the vm was doing nothing. This is not good!

Read the rest of this entry »

»  Substance: WordPress   »  Style: Ahren Ahimsa