Posted On March 31, 2019

How to Install VMware Tools on Centos 7

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> How to Install VMware Tools on Centos 7
su -
yum install gcc gcc-c++ make binutils -y
yum update kernel
reboot
--------
su -
yum install kernel-headers kernel-PAE-devel
uname -rs
--------
copy tar file over to temp drive then cd into it
--------
sudo ./vmware-install.pl

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Kubernetes: Cert-Manager Certificate Request YAML Example

# Set variables certPrefix=kimconnect domainName=kimconnect.com domainName2=www.kimconnect.com serviceName=kimconnectblog-wordpress servicePort=8080 # Create a yaml file and create…

PowerShell: Quick Snippet to Remove Virtual Machine Snapshots in VMM

$vmNames=@( 'MACHINE1', 'MACHINE2' ) foreach($vmName in $vmNames){ $checkpoint = Get-SCVMCheckpoint -VM $vmName if($checkpoint){$checkpoint|%{Remove-SCVMCheckpoint -VMCheckpoint $_…

VMWare CVE-2018-3646 Mitigation

Enable ESXi Side-Channel-Aware Scheduler Version 2 (SCAv2) using ESXCLI SSH to an ESXi host or open a…