CentOS 6.10 install VMware Tools, and set the client time synchronization with the host

1. Background: VMware Tools Set client time synchronization with the host

2. Right tab, click "Install VMware Tools ":

image.png

3. Create a CD-ROM drive mount directory: # mkdir -pv / mnt / cdrom

4, mount the CD-ROM drive: # Mount / dev / CDROM / mnt / CDROM

image.png

5, run VMwareTools :

# cd /mnt/cdrom

# tar -xf VMwareTools-10.3.21-14772444.tar.gz -C /tmp

# cd /tmp/vmware-tools-distrib

# ./Vmware-install.pl, all the way round:

image.png

image.png

image.png

image.png

image.png

image.png

6, uninstall the CD-ROM drive: # umount / mnt / cdrom

7, restart the server: # reboot

8, confirmed that VMware Tools installation status:

image.png

9, set up the client time synchronization with the host:

image.png

image.png

image.png

10, view the system time: # DATE

image.png


Guess you like

Origin blog.51cto.com/qiuyue/2480234