linux_wiki:vmware_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:vmware_tools [2015/12/09 15:45]
billdozor
linux_wiki:vmware_tools [2019/05/25 23:50]
Line 1: Line 1:
-====== VMware Tools ====== 
- 
-**General Information** 
- 
-Installing VMware Tools on Linux.  
- 
-**Checklist** 
-  * Install completed on CentOS 6. 
- 
----- 
- 
-===== CentOS 6 - VMware Tools ===== 
- 
-Create VMware Tools Repo 
-<code bash> 
-vim /etc/yum.repos.d/vmware-tools.repo 
-  
-[vmware-tools] 
-name=VMware Tools 
-baseurl=http://packages.vmware.com/tools/esx/5.5latest/rhel6/x86_64/ 
-enabled=1 
-gpgcheck=1 
-</code> 
- 
-Import the repo key 
-<code bash> 
-rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub 
-</code> 
- 
-Install 
-<code bash> 
-yum install vmware-tools-esx-kmods vmware-tools-esx-nox 
-</code> 
- 
----- 
- 
-===== CentOS 7 - VMware Tools ===== 
- 
-Create VMware Tools Repo 
-<code bash> 
-vim /etc/yum.repos.d/vmware-tools.repo 
-  
-[vmware-tools] 
-name=VMware Tools 
-baseurl=http://packages.vmware.com/packages/rhel7/x86_64/ 
-enabled=1 
-gpgcheck=1 
-</code> 
- 
-Import the repo key 
-<code bash> 
-rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub 
-</code> 
- 
-Install 
-<code bash> 
-yum install open-vm-tools-deploypkg 
-</code> 
  
  • linux_wiki/vmware_tools.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)