vSphere 를 통해 vmware tools를 설치하면, 버전 업그레이드에 따라 이 tools 를 업데이트 해야 하는데 다소 불편함이 있습니다.
open-vm-tools를 설치하면 최신으로 인식하여 불편함이 없고 리부팅 없이 적용 가능합니다.
# vmware-uninstall-tools.pl
# yum install open-vm-tools
# service vmtoolsd start
vSphere 를 통해 vmware tools를 설치하면, 버전 업그레이드에 따라 이 tools 를 업데이트 해야 하는데 다소 불편함이 있습니다.
open-vm-tools를 설치하면 최신으로 인식하여 불편함이 없고 리부팅 없이 적용 가능합니다.
# vmware-uninstall-tools.pl
# yum install open-vm-tools
# service vmtoolsd start