Open-vm-tools: Difference between revisions

From Alpine Linux
No edit summary
(Added instructions to enable the community repository so you can install the open-vm-tools packages.)
(3 intermediate revisions by one other user not shown)
Line 11: Line 11:
** open-vm-tools-vmbackup
** open-vm-tools-vmbackup


DeployPkg provides support for Guest Customization
guestinfo is required for [https://docs.vmware.com/en/VMware-NSX-Data-Center-for-vSphere/6.3/com.vmware.nsx.admin.doc/GUID-B0CD973F-67DD-49D1-8B9E-8C404F92E528.html IP Discovery] to work.
 
deploypkg provides support for Guest OS Customization


=== Installation ===
=== Installation ===
<code>apk add open-vm-tools open-vm-tools-guestinfo open-vm-tools-deploypkg</code>
Enable the community repository by editing /etc/apk/repositories and uncommenting the community repository, and then run apk update.
 
  apk add open-vm-tools
  apk add open-vm-tools-guestinfo
  apk add open-vm-tools-deploypkg


=== Start once ===
=== Start once ===

Revision as of 20:07, 21 April 2021

When installing Alpine Linux on an ESXi or VSphere system you definitely want to enable the hypervisor tools. The good news is that Alpine has this package ready to go! Open-VM-Tools provides the VMWare hypervisor info from Alpine and other Linux. https://github.com/vmware/open-vm-tools

Changes

Since alpine 3.12 the open-vm-tools version 11 was split into packages:

  • open-vm-tools
    • open-vm-tools-deploypkg
    • open-vm-tools-guestinfo
    • open-vm-tools-static
    • open-vm-tools-vmbackup

guestinfo is required for IP Discovery to work.

deploypkg provides support for Guest OS Customization

Installation

Enable the community repository by editing /etc/apk/repositories and uncommenting the community repository, and then run apk update.

 apk add open-vm-tools
 apk add open-vm-tools-guestinfo
 apk add open-vm-tools-deploypkg

Start once

rc-service open-vm-tools start

Add to boot

rc-update add open-vm-tools boot

Verify in ESXi/VSphere its working

Look for: VMware Tools (Running, version:xxxx)