/
How-to Install latest open-vm-tools from source on CentOS 7

How-to Install latest open-vm-tools from source on CentOS 7

 

 Instructions

  1. Remove existing open-vm-tools:

    sudo yum remove open-vm-tools
  2. Install open-vm-tools dependencies:

    yum install build-essential libmspack-devel libxml2-devel \ xmlsec1-devel libXext-devel libXinerama-devel libXi-devel \ libcurl-devel curl protobuf-compiler protobuf protobuf-devel \ grpc-cpp rpc-plugins grpc-devel containerd-devel libtool-ltdl-devel \ glib2-devel pam-devel
  3. Download latest open-vm-tools source:

    wget https://github.com/vmware/open-vm-tools/releases/download/stable-12.1.0/open-vm-tools-12.1.0-20219665.tar.gz
  4. Uncompress tar ball:

  5. Build open-vm-tools:

  6. Create vmtoolsd.service in /usr/lib/systemd/system/ with the following content:

  7. Create vgauthd.service in /usr/lib/systemd/system/ with the following content:

  8. Reload systemd units:

  9. Enable and start units:

  10. Check open-vm-tools version with either vmtoolsd or vmware-rpctool:

  11. Finally, check with the vss-cli:

 Related articles

Related content

How-to Install Open VMware Tools (open-vm-tools) on *nix Guest Operating Systems
How-to Install Open VMware Tools (open-vm-tools) on *nix Guest Operating Systems
More like this
How-to Install VMware Tools on Windows Based Virtual Machines
How-to Install VMware Tools on Windows Based Virtual Machines
More like this
VMware Tools was impacted by a local privilege escalation vulnerability (CVE-2022-31676)
VMware Tools was impacted by a local privilege escalation vulnerability (CVE-2022-31676)
More like this
After upgrading VMware Tools on a Red Hat Enterprise Linux virtual machine, VMXNET, VMXNET3 and Paravirtual SCSI (PVSCSI) drivers are not upgraded
After upgrading VMware Tools on a Red Hat Enterprise Linux virtual machine, VMXNET, VMXNET3 and Paravirtual SCSI (PVSCSI) drivers are not upgraded
More like this
VMware Tools are not installed automatically via vSphere Client
VMware Tools are not installed automatically via vSphere Client
More like this

University of Toronto - Since 1827