First, create a virtual machine in Exsi
Create Virtual machine: CENTOS7
HDD: 40G
Memory: 4G
Iso:centos7-mini
Second, installation system
Set up the network in the graphical interface, select manual settings, assign IP:
ip:172.16.30.16
dns:61.139.2.69
gateway:172.16.30.1
Mask: 255.255.255.0
Iii. CENTOS7 Basic Setup 1, install external yum source
Reference CentOS7 System configuration domestic yum source and Epel source
cd /etc/yum.repo.d/wget http://mirrors.aliyun.com/repo/Centos-7.repowget http://mirrors.163.com/.help/CentOS7-Base-163.repo
2. Installing VMware Tools
Refer to installing VMware Tools on VMware vsphere for Linux virtual machines
mount /dev/cdrom /mediacp VMwareTools-8.6.0-425873.tar.gz /tmp tar zxf VMwareTools-8.6.0-425873.tar.gz cd vmware-tools-distrib/ ./vmware-install.pl umount /media
If "bash:./vmware-install.pl:/usr/bin/perl:bad interpreter:no Such file or directory appears." This error, stating that the Perl environment is not installed, installs:
yum groupinstall "Perl Support"
Installing the VMware Tools tool in the CENTOS7 virtual machine in EXSI6.7