SlideShare a Scribd company logo
1 of 9
Download to read offline
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

오픈소스로 구축하는 클라우드 이야기
오픈소스로 구축하는 클라우드 이야기오픈소스로 구축하는 클라우드 이야기
오픈소스로 구축하는 클라우드 이야기
Nalee Jang
 
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
Simplilearn
 

What's hot (20)

Docker introduction &amp; benefits
Docker introduction &amp; benefitsDocker introduction &amp; benefits
Docker introduction &amp; benefits
 
Ansible roles done right
Ansible roles done rightAnsible roles done right
Ansible roles done right
 
Introduction To Docker
Introduction To  DockerIntroduction To  Docker
Introduction To Docker
 
Introduction to the linux command line.pdf
Introduction to the linux command line.pdfIntroduction to the linux command line.pdf
Introduction to the linux command line.pdf
 
VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)
VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)
VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)
 
Virtualization using VMWare Workstation
Virtualization using VMWare WorkstationVirtualization using VMWare Workstation
Virtualization using VMWare Workstation
 
오픈소스로 구축하는 클라우드 이야기
오픈소스로 구축하는 클라우드 이야기오픈소스로 구축하는 클라우드 이야기
오픈소스로 구축하는 클라우드 이야기
 
KVM tools and enterprise usage
KVM tools and enterprise usageKVM tools and enterprise usage
KVM tools and enterprise usage
 
GDPS and System Complex
GDPS and System ComplexGDPS and System Complex
GDPS and System Complex
 
Ansible - Introduction
Ansible - IntroductionAnsible - Introduction
Ansible - Introduction
 
Introduction to Ansible
Introduction to AnsibleIntroduction to Ansible
Introduction to Ansible
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User Experience
 
Don't Risk Your Reputation or Your Mainframe: Best Practices for Demonstratin...
Don't Risk Your Reputation or Your Mainframe: Best Practices for Demonstratin...Don't Risk Your Reputation or Your Mainframe: Best Practices for Demonstratin...
Don't Risk Your Reputation or Your Mainframe: Best Practices for Demonstratin...
 
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
Ansible Tutorial For Beginners | What Is Ansible And How It Works? | Ansible ...
 
Linux
LinuxLinux
Linux
 
What is Docker
What is DockerWhat is Docker
What is Docker
 
A quick introduction to AKS
A quick introduction to AKSA quick introduction to AKS
A quick introduction to AKS
 
Virtual Machines and Docker
Virtual Machines and DockerVirtual Machines and Docker
Virtual Machines and Docker
 
[오픈소스컨설팅] 프로메테우스 모니터링 살펴보고 구성하기
[오픈소스컨설팅] 프로메테우스 모니터링 살펴보고 구성하기[오픈소스컨설팅] 프로메테우스 모니터링 살펴보고 구성하기
[오픈소스컨설팅] 프로메테우스 모니터링 살펴보고 구성하기
 
Refactoring page objects The Screenplay Pattern
Refactoring page objects   The Screenplay Pattern Refactoring page objects   The Screenplay Pattern
Refactoring page objects The Screenplay Pattern
 

Viewers also liked

Viewers also liked (20)

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

Similar to Install VMWare Tools CentOS 7

Openobject install
Openobject installOpenobject install
Openobject install
Ali Mashduqi
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
Concentrated Technology
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
Naga Raju N
 
mathworks_installation_help.pdf
mathworks_installation_help.pdfmathworks_installation_help.pdf
mathworks_installation_help.pdf
alex401360
 
mathworks_installation_help.pdf
mathworks_installation_help.pdfmathworks_installation_help.pdf
mathworks_installation_help.pdf
raashidnik
 

Similar to Install VMWare Tools CentOS 7 (20)

How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
 
Orangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User Manual
 
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Installation
InstallationInstallation
Installation
 
Installing & Configuring IBM Domino 9 on CentOS
Installing & Configuring IBM Domino 9 on CentOSInstalling & Configuring IBM Domino 9 on CentOS
Installing & Configuring IBM Domino 9 on CentOS
 
Openobject install
Openobject installOpenobject install
Openobject install
 
Installation d openerp
Installation d openerpInstallation d openerp
Installation d openerp
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 
Netbackup intallation guide
Netbackup intallation guideNetbackup intallation guide
Netbackup intallation guide
 
OpenStack Murano introduction
OpenStack Murano introductionOpenStack Murano introduction
OpenStack Murano introduction
 
TECHNICAL WHITE PAPER▶ Applying Data Center Security with VMware NSX
TECHNICAL WHITE PAPER▶ Applying Data Center Security with VMware NSXTECHNICAL WHITE PAPER▶ Applying Data Center Security with VMware NSX
TECHNICAL WHITE PAPER▶ Applying Data Center Security with VMware NSX
 
Netxms install guide
Netxms install guideNetxms install guide
Netxms install guide
 
mathworks_installation_help.pdf
mathworks_installation_help.pdfmathworks_installation_help.pdf
mathworks_installation_help.pdf
 
Dev stacklabguide
Dev stacklabguideDev stacklabguide
Dev stacklabguide
 
Devstack lab guide
Devstack lab guideDevstack lab guide
Devstack lab guide
 
Snort-IPS-Tutorial
Snort-IPS-TutorialSnort-IPS-Tutorial
Snort-IPS-Tutorial
 
Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0
 
Setup a Dev environment that feels like $HOME on Windows 10
Setup a Dev environment that feels like $HOME on Windows 10Setup a Dev environment that feels like $HOME on Windows 10
Setup a Dev environment that feels like $HOME on Windows 10
 
Virtual box installation
Virtual box installationVirtual box installation
Virtual box installation
 
mathworks_installation_help.pdf
mathworks_installation_help.pdfmathworks_installation_help.pdf
mathworks_installation_help.pdf
 

More from VCP Muthukrishna

More from VCP Muthukrishna (20)

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

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

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