[vmware] 리눅스에 Open VM Tools 설치 방법

링크: https://github.com/vmware/open-vm-tools

# CentOS 7
yum -y install open-vm-tools
systemctl enable vmtoolsd
systemctl restart vmtoolsd
# CentOS 6
wget http://packages.vmware.com/tools/esx/latest/repos/vmware-tools-repo-RHEL6-10.3.22-1.el6.i686.rpm
rpm -Uvh vmware-tools-repo-RHEL6-10.3.22-1.el6.i686.rpm
yum -y install vmware-tools-esx-nox
# Ubuntu
apt-get -y install open-vm-tools
systemctl enable open-vm-tools.service
systemctl restart open-vm-tools.service

위로 스크롤