VMware AnSo linux CentOS7 VMware tools

First Look ping can pass without
unreasonable modify file
vi / etc / sysconfig / Network-scripts / the ifcfg-ens33
ONBOOT = yes
After modifying restart network: service network restart


Installation dependencies:

yum -y install perl gcc gcc-c++ make cmake kernel kernel-headers kernel-devel net-tools

Above together with the installation of the wrong, but unfortunately only one by one to install
yum -y install perl
yum -y install gcc 
....................

In the VMware Tools installation
CD-ROM is mounted to the specified directory

Normally all the devices directory / dev / crrom mount / mnt / cdrom directory,
if there is no cdrom directory / mnt directory is created
input command to check: ls / dev

See below what files (one is cdrom, the default is to mount the CD-ROM drive)
mkdir -p / mnt / cdrom
to create a directory

[root@localhost ~]# mkdir -p /mnt/cdrom

[root@localhost ~]# mount -t auto /dev/cdrom /mnt/cdrom

mount: /dev/sr0 is write-protected, mounting read-only

Enter the command ls / mnt / cdrom
display relevant documents represent Mount success


Copy the installation package to a user's home directory
[root @ localhost ~] # cp /mnt/cdrom/VMwareTools-xxxxxxxx.tar.gz ~

Unzip files VMwareTools-xxxxx.tar.zg

Extract the files into the folder directory, execute the command ./vmware-install.pl trying to install

Way to enter

Published 25 original articles · won praise 4 · views 20000 +

Guess you like

Origin blog.csdn.net/zhou8400/article/details/102548781