SlideShare a Scribd company logo
VMWare Tools Installation Guide
Contents
Overview.......................................................................................................................................................1
Applies To......................................................................................................................................................1
Pre-requisites................................................................................................................................................1
Install Packages.........................................................................................................................................1
Invoke Install VMWare Tools – Host.........................................................................................................1
Create CDROM Mount Location ...............................................................................................................2
Mount CDROM..........................................................................................................................................3
Copy – VMWare Tools Installer ................................................................................................................3
Extract – VMWare Tools Installer .............................................................................................................3
Invoke Installer..........................................................................................................................................3
VMWare Tools Installation – Verify..............................................................................................................5
Troubleshooting Installation.........................................................................................................................6
Issue finding ipconfig ................................................................................................................................6
Issue bad interpreter ................................................................................................................................7
Fuse Packages ...........................................................................................................................................7
VMWare Tools Uninstallation.......................................................................................................................8
VMWare Tools Installation Guide
1 | P a g e
Overview
One of the advantages of installing VMware tools is faster graphics performance, shared folder access and
drag and drop operations.
Few other advantages are synchronization of time with guest OS on the host system time. Automatic grab
and release of mouse cursor, copy and paste between guest and host system (requires fuse package) and
also better mouse performance.
Applies To
Linux flavour of operating systems.
Pre-requisites
Before you start Installing VMWare Tools on the system, below packages have to be installed.
Package Purpose
net-tools To find IP information
kernel-headers Kernel Headers
kernel-libs Kernel Libraries
kernel-devel Kernel development tools
make Make binaries of the compiled source
gcc Compile Source
perl Interpreter for VMWare Tools Installer
fuse Drag and Drop feature enabling for host and guest machine
Install Packages
yum install -y kernel-headers kernel-libs kernel-devel kernel-tools
yum install -y gcc
yum install -y make
yum install -y perl
yum install -y net-tools
yum install -y fuse
Invoke Install VMWare Tools – Host
To install VMWare tools, you can choose one of the methods, as per the below screenshot.
VMWare Tools Installation Guide
2 | P a g e
Create CDROM Mount Location
After login into the guest machine, create the cdrom mount folder.
mkdir /media/cdrom
VMWare Tools Installation Guide
3 | P a g e
Mount CDROM
Mount the cdrom to created mount location.
mount /dev/cdrom /media/cdrom/
Copy – VMWare Tools Installer
Copy the installer to temporary folder.
cp /media/cdrom/VMwareTools-9.6.2-1688356.tar.gz /tmp/ or skip this step and directory
extract from “/tmp” folder.
Extract – VMWare Tools Installer
After copying, decompress the tar file
cd /tmp
tar -zxvf /media/cdrom/VMwareTools-9.6.2-1688356.tar.gz
Invoke Installer
Invoke the installer and follow the instructions, press “Enter” to accept the default values.
cd vmware-tools-distrib/
./vmware-install.pl
VMWare Tools Installation Guide
4 | P a g e
VMWare Tools Installation Guide
5 | P a g e
Note: Ideally, you could press “Enter”, though read the instructions and press enter for each question;
complete the installation and reboot the guest system.
VMWare Tools Installation – Verify
VMware tools daemon should be running upon completion and reboot of VMware tools installation
process.
To verify run the ps command filtering “vmtoolsd” and to check details by running “ps -uw PID” as shown
below
pgrep -l vmtoolsd
26882 vmtoolsd
ps -uw <pidof pgrep>
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 26882 0.1 0.4 186916 4488 ? S 00:47 0:00 /usr/sbin/vmtoolsd
VMWare Tools Installation Guide
6 | P a g e
Troubleshooting Installation
Issue finding ipconfig
Error: Unable to find the “Ipconfig” program.
From Centos 7 onwards, IP configuration will be retrieved by command “ip addr”, so we need to install
“net-tools” package. To net-tools package install run the command
yum install net-tools
VMWare Tools Installation Guide
7 | P a g e
Issue bad interpreter
Error: “/usr/bin/perl: bad interpreter: No such file or directory”.
To perl package install run the command
yum install perl
Fuse Packages
Error: system does not have the required fuse packages installed
To resolve fuse issue, run
yum install fuse fuse-libs
VMWare Tools Installation Guide
8 | P a g e
VMWare Tools Uninstallation
To uninstall VMWare tools, execute the command “vmware-uninstall-tools.pl”.
/usr/bin/vmware-uninstall-tools

More Related Content

What's hot (20)

PDF
How To Install and Configure Chrony on RHEL 7
VCP Muthukrishna
 
PDF
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
VCP Muthukrishna
 
PDF
How to Install MariaDB Server or MySQL Server on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure Splunk on RHEL 7 in AWS
VCP Muthukrishna
 
PDF
Nginx bind() to 0.0.0.0:9080 failed
VCP Muthukrishna
 
PDF
Configure Run Levels RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How To Reset root Password on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
TFTP Installation Configuration Guide
VCP Muthukrishna
 
PDF
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How To Manage Services on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure VSFTPD on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How To Find Package Installation Date on RHEL 7
VCP Muthukrishna
 
PDF
How To Protect SSH Access with Fail2Ban on RHEL 7
VCP Muthukrishna
 
PDF
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
PDF
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
PDF
How To Install and Configure Salt Master on Ubuntu
VCP Muthukrishna
 
PDF
How To Install CentOS 7
VCP Muthukrishna
 
PDF
Install Active Directory PowerShell Module on Windows 10
VCP Muthukrishna
 
PDF
How to Install and Configure Cacti on Linux
VCP Muthukrishna
 
How To Install and Configure Chrony on RHEL 7
VCP Muthukrishna
 
How To Install and Generate Audit Reports in CentOS 7 or RHEL 7
VCP Muthukrishna
 
How to Install MariaDB Server or MySQL Server on CentOS 7
VCP Muthukrishna
 
How To Install and Configure Splunk on RHEL 7 in AWS
VCP Muthukrishna
 
Nginx bind() to 0.0.0.0:9080 failed
VCP Muthukrishna
 
Configure Run Levels RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Reset root Password on CentOS 7
VCP Muthukrishna
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
TFTP Installation Configuration Guide
VCP Muthukrishna
 
Install and Configure WordPress in AWS on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Manage Services on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Install and Configure VSFTPD on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How To Find Package Installation Date on RHEL 7
VCP Muthukrishna
 
How To Protect SSH Access with Fail2Ban on RHEL 7
VCP Muthukrishna
 
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
How To Install and Configure Salt Master on Ubuntu
VCP Muthukrishna
 
How To Install CentOS 7
VCP Muthukrishna
 
Install Active Directory PowerShell Module on Windows 10
VCP Muthukrishna
 
How to Install and Configure Cacti on Linux
VCP Muthukrishna
 

Similar to VMWare Tools Installation and Troubleshooting Guide (20)

PDF
vmware Guest os guide
Prasanna Kumar Reddy
 
PPTX
System adminstration Workstations work.pptx
johnrains584
 
DOCX
Cd rom on solaris
Bui Van Cuong
 
PDF
Vmware tools-installation-configuration
Ram Prasad Ohnu
 
PPTX
Workstations-02.pptx
Dorcask3
 
PPT
Vmware Command Line
lifeit
 
PDF
Red hat enterprise_linux-5-installation_guide-en-us
Hari Krishna
 
PPTX
Pace IT - Install and Configure OS (Part 1)
Pace IT at Edmonds Community College
 
PDF
Ws6 manual
flyawayeagle
 
PDF
vmware workstation 7.1
julioDs3
 
KEY
Linux beginner's Workshop
futureshocked
 
PDF
Big Data Step-by-Step: Infrastructure 1/3: Local VM
Jeffrey Breen
 
PDF
Linux Unveiled: From Novice to Guru Kameron Hussain
ahendadedzi
 
PDF
Linux installation on a Virtual Machine
Nikhil Bhalwankar
 
PDF
The Ultimate IBM and Lotus on Linux Workshop for Windows Admins
Bill Malchisky Jr.
 
PDF
Configuring virtualization on single linux machine
sudhir singh yadav
 
PDF
14038356 installation-guide-of-centos-5
Hind Sahel
 
PPT
Linux
Kavi Bharathi R
 
DOC
Manual 70-410 _Yves
Yves Mukusa
 
vmware Guest os guide
Prasanna Kumar Reddy
 
System adminstration Workstations work.pptx
johnrains584
 
Cd rom on solaris
Bui Van Cuong
 
Vmware tools-installation-configuration
Ram Prasad Ohnu
 
Workstations-02.pptx
Dorcask3
 
Vmware Command Line
lifeit
 
Red hat enterprise_linux-5-installation_guide-en-us
Hari Krishna
 
Pace IT - Install and Configure OS (Part 1)
Pace IT at Edmonds Community College
 
Ws6 manual
flyawayeagle
 
vmware workstation 7.1
julioDs3
 
Linux beginner's Workshop
futureshocked
 
Big Data Step-by-Step: Infrastructure 1/3: Local VM
Jeffrey Breen
 
Linux Unveiled: From Novice to Guru Kameron Hussain
ahendadedzi
 
Linux installation on a Virtual Machine
Nikhil Bhalwankar
 
The Ultimate IBM and Lotus on Linux Workshop for Windows Admins
Bill Malchisky Jr.
 
Configuring virtualization on single linux machine
sudhir singh yadav
 
14038356 installation-guide-of-centos-5
Hind Sahel
 
Manual 70-410 _Yves
Yves Mukusa
 
Ad

More from VCP Muthukrishna (20)

PDF
How to Fix Duplicate Packages in YUM on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure GNome on CentOS 7
VCP Muthukrishna
 
PDF
How To Connect to Active Directory User Validation
VCP Muthukrishna
 
PDF
How To Connect To Active Directory PowerShell
VCP Muthukrishna
 
PDF
How To List Files on Remote Server - PowerShell
VCP Muthukrishna
 
PDF
How To List Files and Display In HTML Format
VCP Muthukrishna
 
PDF
How To Check and Delete a File via PowerShell
VCP Muthukrishna
 
PDF
Zimbra Troubleshooting - Mails not being Delivered or Deferred or Connection ...
VCP Muthukrishna
 
PDF
How To Setup SSH Keys on CentOS 7
VCP Muthukrishna
 
PDF
How To Install and Configure Open SSH Server on Ubuntu
VCP Muthukrishna
 
PDF
Windows PowerShell Basics - How To List PSDrive Info
VCP Muthukrishna
 
PDF
How To List Nginx Modules Installed / Complied on CentOS 7
VCP Muthukrishna
 
PDF
Windows PowerShell Basics – How To Create powershell for loop
VCP Muthukrishna
 
PDF
How To Construct IF and Else Conditional Statements
VCP Muthukrishna
 
PDF
How To Create PowerShell Function Mandatory Parameter and Optional Parameter
VCP Muthukrishna
 
PDF
How To Create Power Shell Function Mandatory Parameter Value
VCP Muthukrishna
 
PDF
How To Create PowerShell Function
VCP Muthukrishna
 
PDF
How To Disable IE Enhanced Security Windows PowerShell
VCP Muthukrishna
 
PDF
How To Check IE Enhanced Security Is Enabled Windows PowerShell
VCP Muthukrishna
 
PDF
How To Configure Nginx Load Balancer on CentOS 7
VCP Muthukrishna
 
How to Fix Duplicate Packages in YUM on CentOS 7
VCP Muthukrishna
 
How To Install and Configure GNome on CentOS 7
VCP Muthukrishna
 
How To Connect to Active Directory User Validation
VCP Muthukrishna
 
How To Connect To Active Directory PowerShell
VCP Muthukrishna
 
How To List Files on Remote Server - PowerShell
VCP Muthukrishna
 
How To List Files and Display In HTML Format
VCP Muthukrishna
 
How To Check and Delete a File via PowerShell
VCP Muthukrishna
 
Zimbra Troubleshooting - Mails not being Delivered or Deferred or Connection ...
VCP Muthukrishna
 
How To Setup SSH Keys on CentOS 7
VCP Muthukrishna
 
How To Install and Configure Open SSH Server on Ubuntu
VCP Muthukrishna
 
Windows PowerShell Basics - How To List PSDrive Info
VCP Muthukrishna
 
How To List Nginx Modules Installed / Complied on CentOS 7
VCP Muthukrishna
 
Windows PowerShell Basics – How To Create powershell for loop
VCP Muthukrishna
 
How To Construct IF and Else Conditional Statements
VCP Muthukrishna
 
How To Create PowerShell Function Mandatory Parameter and Optional Parameter
VCP Muthukrishna
 
How To Create Power Shell Function Mandatory Parameter Value
VCP Muthukrishna
 
How To Create PowerShell Function
VCP Muthukrishna
 
How To Disable IE Enhanced Security Windows PowerShell
VCP Muthukrishna
 
How To Check IE Enhanced Security Is Enabled Windows PowerShell
VCP Muthukrishna
 
How To Configure Nginx Load Balancer on CentOS 7
VCP Muthukrishna
 
Ad

Recently uploaded (20)

PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
PPTX
Practical Applications of AI in Local Government
OnBoard
 
PDF
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
PDF
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
PDF
FME in Overdrive: Unleashing the Power of Parallel Processing
Safe Software
 
PDF
Introducing and Operating FME Flow for Kubernetes in a Large Enterprise: Expe...
Safe Software
 
PDF
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
PPTX
Wondershare Filmora Crack Free Download 2025
josanj305
 
PPTX
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Kubernetes - Architecture & Components.pdf
geethak285
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
Practical Applications of AI in Local Government
OnBoard
 
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
FME in Overdrive: Unleashing the Power of Parallel Processing
Safe Software
 
Introducing and Operating FME Flow for Kubernetes in a Large Enterprise: Expe...
Safe Software
 
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
Wondershare Filmora Crack Free Download 2025
josanj305
 
Smarter Governance with AI: What Every Board Needs to Know
OnBoard
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 

VMWare Tools Installation and Troubleshooting Guide

  • 1. VMWare Tools Installation Guide Contents Overview.......................................................................................................................................................1 Applies To......................................................................................................................................................1 Pre-requisites................................................................................................................................................1 Install Packages.........................................................................................................................................1 Invoke Install VMWare Tools – Host.........................................................................................................1 Create CDROM Mount Location ...............................................................................................................2 Mount CDROM..........................................................................................................................................3 Copy – VMWare Tools Installer ................................................................................................................3 Extract – VMWare Tools Installer .............................................................................................................3 Invoke Installer..........................................................................................................................................3 VMWare Tools Installation – Verify..............................................................................................................5 Troubleshooting Installation.........................................................................................................................6 Issue finding ipconfig ................................................................................................................................6 Issue bad interpreter ................................................................................................................................7 Fuse Packages ...........................................................................................................................................7 VMWare Tools Uninstallation.......................................................................................................................8
  • 2. VMWare Tools Installation Guide 1 | P a g e Overview One of the advantages of installing VMware tools is faster graphics performance, shared folder access and drag and drop operations. Few other advantages are synchronization of time with guest OS on the host system time. Automatic grab and release of mouse cursor, copy and paste between guest and host system (requires fuse package) and also better mouse performance. Applies To Linux flavour of operating systems. Pre-requisites Before you start Installing VMWare Tools on the system, below packages have to be installed. Package Purpose net-tools To find IP information kernel-headers Kernel Headers kernel-libs Kernel Libraries kernel-devel Kernel development tools make Make binaries of the compiled source gcc Compile Source perl Interpreter for VMWare Tools Installer fuse Drag and Drop feature enabling for host and guest machine Install Packages yum install -y kernel-headers kernel-libs kernel-devel kernel-tools yum install -y gcc yum install -y make yum install -y perl yum install -y net-tools yum install -y fuse Invoke Install VMWare Tools – Host To install VMWare tools, you can choose one of the methods, as per the below screenshot.
  • 3. VMWare Tools Installation Guide 2 | P a g e Create CDROM Mount Location After login into the guest machine, create the cdrom mount folder. mkdir /media/cdrom
  • 4. VMWare Tools Installation Guide 3 | P a g e Mount CDROM Mount the cdrom to created mount location. mount /dev/cdrom /media/cdrom/ Copy – VMWare Tools Installer Copy the installer to temporary folder. cp /media/cdrom/VMwareTools-9.6.2-1688356.tar.gz /tmp/ or skip this step and directory extract from “/tmp” folder. Extract – VMWare Tools Installer After copying, decompress the tar file cd /tmp tar -zxvf /media/cdrom/VMwareTools-9.6.2-1688356.tar.gz Invoke Installer Invoke the installer and follow the instructions, press “Enter” to accept the default values. cd vmware-tools-distrib/ ./vmware-install.pl
  • 5. VMWare Tools Installation Guide 4 | P a g e
  • 6. VMWare Tools Installation Guide 5 | P a g e Note: Ideally, you could press “Enter”, though read the instructions and press enter for each question; complete the installation and reboot the guest system. VMWare Tools Installation – Verify VMware tools daemon should be running upon completion and reboot of VMware tools installation process. To verify run the ps command filtering “vmtoolsd” and to check details by running “ps -uw PID” as shown below pgrep -l vmtoolsd 26882 vmtoolsd ps -uw <pidof pgrep> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 26882 0.1 0.4 186916 4488 ? S 00:47 0:00 /usr/sbin/vmtoolsd
  • 7. VMWare Tools Installation Guide 6 | P a g e Troubleshooting Installation Issue finding ipconfig Error: Unable to find the “Ipconfig” program. From Centos 7 onwards, IP configuration will be retrieved by command “ip addr”, so we need to install “net-tools” package. To net-tools package install run the command yum install net-tools
  • 8. VMWare Tools Installation Guide 7 | P a g e Issue bad interpreter Error: “/usr/bin/perl: bad interpreter: No such file or directory”. To perl package install run the command yum install perl Fuse Packages Error: system does not have the required fuse packages installed To resolve fuse issue, run yum install fuse fuse-libs
  • 9. VMWare Tools Installation Guide 8 | P a g e VMWare Tools Uninstallation To uninstall VMWare tools, execute the command “vmware-uninstall-tools.pl”. /usr/bin/vmware-uninstall-tools