Wednesday, August 31, 2011

VMware Tools: Manual Download and Installation


If you prefer to use your favourite download manager to do the job rather than the VMware Player's built-in update feature you are at the right place.

First get 7-Zip (www.7-zip.org) or any other utility that can extract *.tar files.
Open your web browser and head to,

http://softwareupdate.vmware.com/cds/vmw-desktop/

You will see a list of directories and files, do not click on them rather append player/ or ws/ to the address field of your web browser and hit Enter key, now enter the "latest version number"/ you find on this page (currently 3.1.4), then the "build number"/ next add windows/, and at last packages/, hit the Enter key after keying in each choice. If you wish you can take the path to the packages available for VMware Workstation (tools are the same for both products).

Path to packages as on 31Aug2011:

http://softwareupdate.vmware.com/cds/vmw-desktop/player/3.1.4/385536/windows/packages/

http://softwareupdate.vmware.com/cds/vmw-desktop/ws/7.1.4/385536/windows/packages/

Once you have the downloaded the tar package right click on it and extract the contents using 7-Zip, now run the .exe executable file you just extracted and it will install the tools ISO (windows.iso if windows package) and it will be available for installation via Easy Install or for manual installation.
The executable does not show any install completion message so launch Task Manager and make sure the .exe file has exited.
Look inside Program Files directory (Mine C:\Program Files (x86)\VMware\VMware Player\linux.iso) for the ISO's if you need them.

Saturday, May 14, 2011

Code 19 on Windows 7 SP1 ( CD/DVD Drives)

"Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19) "
If you are looking for a solution for the above issue, head straight to:
http://support.microsoft.com/mats/cd_dvd_drive_problems/en-us

If you have multiple disc authoring apps installed (not good), one of them might be responsible for this issue.


Also visit the following link for hardware issues in general:
http://support.microsoft.com/mats/hardware_device_problems/

Tuesday, April 26, 2011

VirtualBox Guest Additions For Linux In RHEL 6.0 Server

To install VirtualBox Guest Additions on Red Hat Enterprise Linux Server 6 you will need to install the following packages from the DVD media,

1. kernel-devel-2.6.32-71.el6.i686.rpm
2. kernel-headers-2.6.32-71.el6.i686.rpm
3. glibc-headers-2.12-1.7.el6.i686.rpm
4. glibc-devel-2.12-1.7.el6.i686.rpm
5. mpfr-2.4.1-6.el6.i686.rpm
6. ppl-0.10.2-11.el6.i686.rpm
7. cpp-4.4.4-13.el6.i686.rpm
8. cloog-ppl-0.15.7-1.2.el6.i686.rpm
9. gcc-4.4.4-13.el6.i686.rpm

Use the following command to install the guest additions ,
[root@localhost ~]#./VBoxLinuxAdditions.run


Default Installation of RHEL: Desktop
Read instructions for RHEL 5 here: http://linopsys.blogspot.com/2008/11/installing-virtualbox-guest-additions.html