2017/11/13

install open-vm-tools on CentOS 6


1. vSphere の vmware tools をインストールしている場合、削除します。

/usr/bin/vmware-uninstall-tools.pl

OSを再起動します。

2. open-vm-tools は、extras に入っていますので、以下を実行します。

yum --enablerepo = extras install epel-release

3. open-vm-tools をインストールします。

yum install -y open-vm-tools

OSを再起動します。