Skip to content

Commit 54df099

Browse files
author
John Wolfe
committed
Release Notes for 11.1.5
1 parent 2ed5827 commit 54df099

File tree

1 file changed

+53
-29
lines changed

1 file changed

+53
-29
lines changed

Diff for: ReleaseNotes.md

+53-29
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#open-vm-tools 11.1.0 Release Notes
1+
#open-vm-tools 11.1.5 Release Notes
22

3-
**Updated on: 07 MAY 2020**
3+
**Updated on: 18 AUG 2020**
44

5-
VMware Tools | 07 MAY 2020 | Build 16036546
5+
Open-vm-tools | 18 AUG 2020 | Build 16724464
66

77
Check for additions and updates to these release notes.
88

@@ -12,51 +12,75 @@ What's in the Release Notes
1212
The release notes cover the following topics:
1313

1414
* [What's New](#whatsnew)
15-
* [Product Support Notice](#productsupport)
1615
* [End of Feature Support Notice](#endoffeaturesupport)
17-
* [Compatibility Notes](#compatibility)
16+
* [Guest Operating System Customization Support](#guestop)
17+
* [Interoperability Matrix](#interop)
18+
* [Resolved Issues](#resolvedissues)
1819
* [Known Issues](#knownissues)
1920

2021
What's New
2122
----------
2223

23-
* open-vm-tools 11.1.0 includes a new 'Service Discovery' plugin, which connects with the vRealize Operations Manager product. Refer to the following links for more information on this feature:
24-
[https://marketplace.vmware.com/vsx/solutions/vrealize-operations-service-discovery-management-pack?ref=search](https://marketplace.vmware.com/vsx/solutions/vrealize-operations-service-discovery-management-pack?ref=search)
25-
[https://www.vmware.com/products/vrealize-operations.html](https://www.vmware.com/products/vrealize-operations.html)
26-
27-
The 'Service Discovery' plugin is installed and enabled by default in a Windows VM.
28-
For information on open-vm-tools for Linux, refer to [https://github.com/vmware/open-vm-tools/blob/master/README.md](https://github.com/vmware/open-vm-tools/blob/master/README.md).
29-
For more details on configuring this plugin, refer to [Configuring Service Discovery](https://docs.vmware.com/en/VMware-Tools/11.0.0/com.vmware.vsphere.vmwaretools.doc/GUID-ADC00685-CB08-4BE6-B815-6E87D5D3A379.html).
30-
* In this release, a new tools.conf switch is added to enable and disable the guest customization in the guest virtual machine. By default, the guest customization is enabled. For more details, refer [KB 78903](https://kb.vmware.com/s/article/78903).
24+
* For issues fixed in this version, refer to [Resolved Issues](#resolvedissues) section.
3125

3226
End of Feature Support Notice
3327
-----------------------------
3428

35-
* The tar tools (linux.iso) and OSPs shipped with VMware Tools 10.3.release will continue to be supported. However, releases after VMware Tools 10.3.5 will only include critical and security fixes and no new feature support in these types of VMware Tools (tar tools and OSP's). It is recommended that customers use open-vm-tools for those operating systems that support open-vm-tools. For more information on different types of VMware Tools, see [https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html](https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html)
29+
* The tar tools (linux.iso) and OSPs shipped with VMware Tools 10.3.x release will continue to be supported. However, releases after VMware Tools 10.3.5 will only include critical and security fixes; there will be no new feature support in these types of VMware Tools (tar tools and OSP's). It is recommended that customers use open-vm-tools for those operating systems that support open-vm-tools. For more information about different types of VMware Tools, see [https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html](https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html)
3630

37-
Known Issues
38-
------------
31+
Guest Operating System Customization Support
32+
--------------------------------------------
3933

40-
* **Drag functionality fails to work in Ubuntu.**
34+
The [Guest OS Customization Support Matrix](http://partnerweb.vmware.com/programs/guestOS/guest-os-customization-matrix.pdf) provides details about the guest operating systems supported for customization.
4135

42-
Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machine installed using easy install. Also, failure of copy and paste functionality is observed in the same system.
36+
Interoperability Matrix
37+
-----------------------
4338

44-
Note: This issue is applicable for open-vm-tools running on Workstation and Fusion.
39+
The [VMware Product Interoperability Matrix](http://partnerweb.vmware.com/comp_guide2/sim/interop_matrix.php) provides details about the compatibility of current and earlier versions of VMware Products.
4540

46-
Workaround:
41+
Resolved Issues
42+
---------------
4743

48-
* Add the modprobe.blacklist=vmwgfx linux kernel boot option.
49-
* To gain access to larger resolutions, remove svga.guestBackedPrimaryAware = "TRUE" option from the VMX file.
44+
* **In open-vm-tools, the sdmp-plugin scripts are updated to use the 'ss' command instead of the 'netstat' command to get inter-service communication information.**
45+
46+
The 'netstat' command is deprecated and is unavailable in some new releases of Linux VMs. The credential-less service discovery feature by the vRealize Operations Manager product cannot be used in such VMs. To avoid this issue, the sdmp-plugin scripts are now updated to use the 'ss' command instead of the 'netstat' command.
47+
48+
This issue is fixed in this release.
5049

51-
* **Shared Folders mount is unavailable on Linux VM.**
50+
* **The following issues reported on https://github.com/vmware/open-vm-tools/issues have been addressed:**
5251

53-
If the **Shared Folders** feature is enabled on a Linux VM while it is powered off, shared folders mount is not available on restart.
52+
https://github.com/vmware/open-vm-tools/issues/451
53+
https://github.com/vmware/open-vm-tools/issues/429
54+
https://github.com/vmware/open-vm-tools/issues/428
5455

55-
Note: This issue is applicable for open-vm-tools running on Workstation and Fusion.
56+
These issues are fixed in this release.
5657

58+
Known Issues
59+
------------
60+
61+
**Open-vm-tools Issues in VMware Workstation or Fusion**
62+
63+
* **Shared Folders mount is unavailable on Linux VM.**
64+
65+
If the **Shared Folders** feature is enabled on a Linux VM while it is powered off, the shared folders mount is not available on restart.
66+
67+
Note: This issue is applicable for open-vm-tools running on Workstation and Fusion.
68+
5769
Workaround:
70+
71+
If the VM is powered on, disable and enable the **Shared Folders** feature from the interface.
72+
For resolving the issue permanently, edit **/etc/fstab** and add an entry to mount the Shared Folders automatically on boot.
73+
For example, add the line:
74+
vmhgfs-fuse /mnt/hgfs fuse defaults,allow\_other 0 0
75+
76+
* **Drag functionality fails to work in Ubuntu.**
77+
78+
Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machine installed using easy install. Also, failure of copy and paste functionality is observed in the same system.
79+
80+
Note: This issue is applicable for open-vm-tools running on Workstation and Fusion.
81+
82+
Workaround:
83+
84+
* Add the modprobe.blacklist=vmwgfx linux kernel boot option.
85+
* To gain access to larger resolutions, remove svga.guestBackedPrimaryAware = "TRUE" option from the VMX file.
5886

59-
If the VM is powered on, disable and enable the **Shared Folders** feature from the interface.
60-
For resolving the issue permanently, edit **/etc/fstab** and add an entry to mount the Shared Folders automatically on boot.
61-
For example, add the line:
62-
vmhgfs-fuse   /mnt/hgfs    fuse    defaults,allow\_other    0    0

0 commit comments

Comments
 (0)