SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
VMWare Tools Installation Guide – CentOS 7
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 – CentOS 7
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 – CentOS 7
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 – CentOS 7
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 – CentOS 7
4 | P a g e
VMWare Tools Installation Guide – CentOS 7
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 – CentOS 7
6 | P a g e
Troubleshooting Installation
Issue – 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 – CentOS 7
7 | P a g e
Issue – bad interpreter
Error: When you run the installer, “/usr/bin/perl: bad interpreter: No such file or directory”.
To resolve the perl issue install run the command (install package)
yum install perl
Issue – Fuse Packages
Error: system does not have the required fuse packages installed
To resolve fuse issue, run the command (install package)
yum install fuse fuse-libs
VMWare Tools Installation Guide – CentOS 7
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)

PPTX
[오픈소스컨설팅]Ansible overview
Open Source Consulting
 
PPTX
Accelerating with Ansible
Global Knowledge Training
 
PDF
Présentation docker et kubernetes
Kiwi Backup
 
PPT
An Introduction To Server Virtualisation
Alan McSweeney
 
PPTX
Veeam Sure Backup - Presentación Técnica
Suministros Obras y Sistemas
 
PPTX
VMware Overview
Madhu Bala
 
PDF
DevSecOps : de la théorie à la pratique
bertrandmeens
 
PPTX
Infrastructure as Code in AWS using Cloudformation
John Reilly Pospos
 
PPT
CI and CD with Jenkins
Martin Málek
 
PPTX
Cloud security
Purva Dublay
 
PPTX
Lets talk about: Azure Kubernetes Service (AKS)
Pedro Sousa
 
PDF
AWS Systems Manager
Crishantha Nanayakkara
 
PPTX
The Next Generation of Hyperconverged Infrastructure - Cisco
MarcoTechnologies
 
PPTX
Monitoramento e Gerenciamento de Infraestrutura com Zabbix - Patrícia Ladislau
Patricia Ladislau Silva
 
PPTX
Introduction to ansible
Omid Vahdaty
 
PPTX
Cloudformation101
Dave Pigliavento
 
PDF
Ansible
Kamil Lelonek
 
PDF
IT Automation with Ansible
Rayed Alrashed
 
PDF
Alphorm.com Formation Wallix Bastion : Le Guide du Débutant
Alphorm
 
PPTX
Infrastructure-as-Code (IaC) using Terraform
Adin Ermie
 
[오픈소스컨설팅]Ansible overview
Open Source Consulting
 
Accelerating with Ansible
Global Knowledge Training
 
Présentation docker et kubernetes
Kiwi Backup
 
An Introduction To Server Virtualisation
Alan McSweeney
 
Veeam Sure Backup - Presentación Técnica
Suministros Obras y Sistemas
 
VMware Overview
Madhu Bala
 
DevSecOps : de la théorie à la pratique
bertrandmeens
 
Infrastructure as Code in AWS using Cloudformation
John Reilly Pospos
 
CI and CD with Jenkins
Martin Málek
 
Cloud security
Purva Dublay
 
Lets talk about: Azure Kubernetes Service (AKS)
Pedro Sousa
 
AWS Systems Manager
Crishantha Nanayakkara
 
The Next Generation of Hyperconverged Infrastructure - Cisco
MarcoTechnologies
 
Monitoramento e Gerenciamento de Infraestrutura com Zabbix - Patrícia Ladislau
Patricia Ladislau Silva
 
Introduction to ansible
Omid Vahdaty
 
Cloudformation101
Dave Pigliavento
 
Ansible
Kamil Lelonek
 
IT Automation with Ansible
Rayed Alrashed
 
Alphorm.com Formation Wallix Bastion : Le Guide du Débutant
Alphorm
 
Infrastructure-as-Code (IaC) using Terraform
Adin Ermie
 

Viewers also liked (20)

PDF
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
PDF
How To Check file exists and Delete PowerShell
VCP Muthukrishna
 
PDF
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
PDF
How To View Current Execution Policy PowerShell
VCP Muthukrishna
 
PDF
How To Reset root Password on CentOS 7
VCP Muthukrishna
 
PDF
How to Upgrade Openfire on CentOS 7
VCP Muthukrishna
 
PDF
Install and Configure RSyslog – CentOS 7 / RHEL 7
VCP Muthukrishna
 
PDF
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
How to Install and Configure Cacti on Linux
VCP Muthukrishna
 
PDF
How To Manage Linux User on RHEL 7
VCP Muthukrishna
 
PDF
How To Configure FirewallD on RHEL 7 or CentOS 7
VCP Muthukrishna
 
PDF
VMWare Tools Installation and Troubleshooting Guide
VCP Muthukrishna
 
PDF
Installation CentOS 6.3
VCP Muthukrishna
 
PDF
How To Connect Amazon AWS EC2 with Key Pair – Linux
VCP Muthukrishna
 
PDF
DNF Failed To Open Cache
VCP Muthukrishna
 
PDF
How To Configure VNC Server on CentOS 7
VCP Muthukrishna
 
PDF
How to Install and Configure AWS CLI on RHEL 7
VCP Muthukrishna
 
PDF
How To Create EBS Snapshot and Restore EBS Snapshot – Linux Instance
VCP Muthukrishna
 
PDF
File Space Usage Information and EMail Report - Shell Script
VCP Muthukrishna
 
PDF
How To Configure Amazon EC2 Load Balancer
VCP Muthukrishna
 
How to Install Configure and Use sysstat utils on RHEL 7
VCP Muthukrishna
 
How To Check file exists and Delete PowerShell
VCP Muthukrishna
 
How To Install and Use ABRT CLI on RHEL 7
VCP Muthukrishna
 
How To View Current Execution Policy PowerShell
VCP Muthukrishna
 
How To Reset root Password on CentOS 7
VCP Muthukrishna
 
How to Upgrade Openfire on CentOS 7
VCP Muthukrishna
 
Install and Configure RSyslog – CentOS 7 / RHEL 7
VCP Muthukrishna
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
VCP Muthukrishna
 
How to Install and Configure Cacti on Linux
VCP Muthukrishna
 
How To Manage Linux User on RHEL 7
VCP Muthukrishna
 
How To Configure FirewallD on RHEL 7 or CentOS 7
VCP Muthukrishna
 
VMWare Tools Installation and Troubleshooting Guide
VCP Muthukrishna
 
Installation CentOS 6.3
VCP Muthukrishna
 
How To Connect Amazon AWS EC2 with Key Pair – Linux
VCP Muthukrishna
 
DNF Failed To Open Cache
VCP Muthukrishna
 
How To Configure VNC Server on CentOS 7
VCP Muthukrishna
 
How to Install and Configure AWS CLI on RHEL 7
VCP Muthukrishna
 
How To Create EBS Snapshot and Restore EBS Snapshot – Linux Instance
VCP Muthukrishna
 
File Space Usage Information and EMail Report - Shell Script
VCP Muthukrishna
 
How To Configure Amazon EC2 Load Balancer
VCP Muthukrishna
 
Ad

Similar to Install VMWare Tools CentOS 7 (20)

PDF
How To Install CentOS 7
VCP Muthukrishna
 
DOCX
Cd rom on solaris
Bui Van Cuong
 
PPTX
VMware studio practice in TIM
Yi-Huan Chan
 
ODT
Centos 7 Installation Steps
Keith Wright
 
PPTX
Workstations-02.pptx
Dorcask3
 
PDF
Vmware tools-installation-configuration
Ram Prasad Ohnu
 
PPTX
Practical Introduction To Linux
Zeeshan Rizvi
 
PDF
Red hat enterprise_linux-5-installation_guide-en-us
Hari Krishna
 
PPT
Vmware Command Line
lifeit
 
PDF
Instalando Cacti no CentOS 5
Carlos Eduardo
 
PDF
vmware Guest os guide
Prasanna Kumar Reddy
 
PPTX
System adminstration Workstations work.pptx
johnrains584
 
PPTX
Virtual machine
Theron Gilmer
 
PPTX
Network-Administration-ITA3011 BCA VIT Vellore
Vivekananda Gn
 
PDF
install CentOS 6.3 minimal on Hyper-V
Tũi Wichets
 
PDF
Startup guide for kvm on cent os 6
Carlos Eduardo
 
PDF
14038356 installation-guide-of-centos-5
Hind Sahel
 
PDF
Hands on Virtualization with Ganeti
OSCON Byrum
 
PPTX
Presentation linux on power
solarisyougood
 
PDF
Lamp Server With Drupal Installation
franbow
 
How To Install CentOS 7
VCP Muthukrishna
 
Cd rom on solaris
Bui Van Cuong
 
VMware studio practice in TIM
Yi-Huan Chan
 
Centos 7 Installation Steps
Keith Wright
 
Workstations-02.pptx
Dorcask3
 
Vmware tools-installation-configuration
Ram Prasad Ohnu
 
Practical Introduction To Linux
Zeeshan Rizvi
 
Red hat enterprise_linux-5-installation_guide-en-us
Hari Krishna
 
Vmware Command Line
lifeit
 
Instalando Cacti no CentOS 5
Carlos Eduardo
 
vmware Guest os guide
Prasanna Kumar Reddy
 
System adminstration Workstations work.pptx
johnrains584
 
Virtual machine
Theron Gilmer
 
Network-Administration-ITA3011 BCA VIT Vellore
Vivekananda Gn
 
install CentOS 6.3 minimal on Hyper-V
Tũi Wichets
 
Startup guide for kvm on cent os 6
Carlos Eduardo
 
14038356 installation-guide-of-centos-5
Hind Sahel
 
Hands on Virtualization with Ganeti
OSCON Byrum
 
Presentation linux on power
solarisyougood
 
Lamp Server With Drupal Installation
franbow
 
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
 

Recently uploaded (20)

PDF
Deploy Faster, Run Smarter: Learn Containers with QNAP
QNAP Marketing
 
PDF
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
How to Comply With Saudi Arabia’s National Cybersecurity Regulations.pdf
Bluechip Advanced Technologies
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PPTX
Securing Model Context Protocol with Keycloak: AuthN/AuthZ for MCP Servers
Hitachi, Ltd. OSS Solution Center.
 
PDF
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
PDF
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
PDF
Sound the Alarm: Detection and Response
VICTOR MAESTRE RAMIREZ
 
PDF
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
GDG Cloud Southlake #44: Eyal Bukchin: Tightening the Kubernetes Feedback Loo...
James Anderson
 
PPTX
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 
Deploy Faster, Run Smarter: Learn Containers with QNAP
QNAP Marketing
 
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
How to Comply With Saudi Arabia’s National Cybersecurity Regulations.pdf
Bluechip Advanced Technologies
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
Securing Model Context Protocol with Keycloak: AuthN/AuthZ for MCP Servers
Hitachi, Ltd. OSS Solution Center.
 
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
 
Pipeline Industry IoT - Real Time Data Monitoring
Safe Software
 
Sound the Alarm: Detection and Response
VICTOR MAESTRE RAMIREZ
 
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
GDG Cloud Southlake #44: Eyal Bukchin: Tightening the Kubernetes Feedback Loo...
James Anderson
 
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 

Install VMWare Tools CentOS 7

  • 1. VMWare Tools Installation Guide – CentOS 7 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 – CentOS 7 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 – CentOS 7 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 – CentOS 7 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 – CentOS 7 4 | P a g e
  • 6. VMWare Tools Installation Guide – CentOS 7 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 – CentOS 7 6 | P a g e Troubleshooting Installation Issue – 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 – CentOS 7 7 | P a g e Issue – bad interpreter Error: When you run the installer, “/usr/bin/perl: bad interpreter: No such file or directory”. To resolve the perl issue install run the command (install package) yum install perl Issue – Fuse Packages Error: system does not have the required fuse packages installed To resolve fuse issue, run the command (install package) yum install fuse fuse-libs
  • 9. VMWare Tools Installation Guide – CentOS 7 8 | P a g e VMWare Tools Uninstallation To uninstall VMWare tools, execute the command “vmware-uninstall-tools.pl”. /usr/bin/vmware-uninstall-tools