Binary Nature where the analog and digital bits of nature connect

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 5 January 2010

Install/Upgrade VMware Tools on Ubuntu Server guest

Posted on 22:01 by Unknown
I'm always "googling" this task whenever I have to install or upgrade the VMware Tools on a Linux VM guest. I figure I would make a post for future reference.

Ingredients used for the recipe:
  • Host: VMware ESX Server 4.0
  • Guest: Ubuntu Server 9.10

1. Use the vSphere Client to connect to a vCenter Server or directly to an ESX host.

2. Right-click the virtual machine and select Open Console.

3. Log into Ubuntu with an administrative user account.

4. From the Virtual Machines tab, right-click the Linux VM -> Guest -> Install/Upgrade VMware Tools



5. Create a root login shell.
$ sudo -i

6. Update and install prerequisite packages.
# apt-get update
# apt-get install build-essential linux-headers-$(uname -r) psmisc

7. Mount the CD drive and change to the directory.

# mount /media/cdrom; cd $_

8. Extract the compressed file to the /tmp directory and then cd to it.
# tar xf VMwareTools-*.tar.gz -C /tmp
# cd /tmp/vmware-tools-distrib

9. Execute the vmware-install.pl Perl script with the defaults option.
# ./vmware-install.pl -d

10. Remove the temporary installation.

# rm -rf /tmp/vmware-tools-distrib

11. Unmount the CD drive.
# umount /media/cdrom

Note: You will need to reinitialize the VMware toolset after a kernel upgrade.
# /usr/bin/vmware-config-tools.pl
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in Linux, VMware | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Cisco ASA SSL VPN with Active Directory
    There is little doubt the bring-your-own-device (BYOD) strategy is becoming a popular method to access company resources. As technical prof...
  • PowerShell Function for Windows System Memory Statistics
    Memory is one of the four primary hardware resources an operating system manages. The other three are cpu, disk, and network. Analysis of sy...
  • Integrate VMware Fusion with GNS3 on your Mac
    At long last, we can finally integrate VMware Fusion with GNS3. VMware Workstation for Windows and Linux has had this capability for quite s...
  • Configure Inter-VLAN routing on a Cisco L3 Catalyst Switch
    I recently had to configure inter-VLAN routing at a client's site. I don't have to perform this task on a regular basis, so I figur...
  • SSL VPN configuration on Cisco ASA with AnyConnect VPN client
    This post will describe how to setup a Cisco Adaptive Security Appliance (ASA) device to perform remote access SSL VPN with the stand-alone ...
  • Enable sudo for RHEL and CentOS
    Sudo is an arguably safer alternative to logging in (or using the su command) to the root account. Sudo allows you to partition and delegat...
  • Get Exchange Server Version and Update Info with PowerShell
    I prefer not to "reinvent the wheel", so I spent quite a bit of time searching the web for available code that would perform the t...
  • Cisco Security Device Manager on the Mac
    Cisco Router and Security Device Manager (SDM) is a Web-based device-management tool that enables you to deploy and manage the services on a...
  • Install Request Tracker 4 on Ubuntu Server
    The CentOS6/RT4 blog post has generated terrific feedback, so I figure an Ubuntu (and Debian) distribution port is essential. The core com...
  • Install Request Tracker 4
    The argument could be made Request Tracker is the de facto standard when it comes to issue tracking systems. Maybe the only drawback of RT ...

Categories

  • AD
  • Apache
  • AWS
  • Cisco
  • Exchange
  • FFmpeg
  • GNS3
  • Linux
  • Mac
  • MariaDB
  • MySQL
  • PowerShell
  • RT
  • Security
  • SSH
  • VMware
  • Windows
  • Zenoss

Blog Archive

  • ►  2013 (8)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2012 (3)
    • ►  December (1)
    • ►  November (1)
    • ►  April (1)
  • ►  2011 (3)
    • ►  June (1)
    • ►  May (2)
  • ▼  2010 (8)
    • ►  August (1)
    • ►  July (1)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ▼  January (1)
      • Install/Upgrade VMware Tools on Ubuntu Server guest
  • ►  2009 (3)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
Powered by Blogger.

About Me

Unknown
View my complete profile