Selasa, 30 Mei 2017

Install RHEL & CentOS 7.x VMware Tools

  Tidak ada komentar



Do note that no additional repository is no longer needed!
yum -y install open-vm-tools
to start open-vm-tools just type the following command:
systemctl start vmtoolsd.service
Redhat 6.x command:


service vmtoolsd start
As a side now, the new iteration also supports Paravirtual SCSI driver and VMXNet3 out of the box without installing open-vm-tools and thus is really recommended to use them for performance gain.
To enable open-vm-tools at startup, use the following command:

systemctl enable vmtoolsd.service
Redhat 6.x command:


chkconfig vmtoolsd on

Tidak ada komentar :

Posting Komentar