Difference between revisions of "Open-vm-tools"

From SME Server
Jump to navigationJump to search
(Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...")
 
 
(One intermediate revision by the same user not shown)
Line 33: Line 33:
 
<tabs container><tab name="For SME 10">
 
<tabs container><tab name="For SME 10">
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
</tab><tab name="For SME 9">
 
yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
signal-event post-upgrade
 
signal-event reboot
 
</tab><tab name="For SME 8">
 
yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
signal-event post-upgrade
 
signal-event reboot
 
 
</tab></tabs>
 
</tab></tabs>
  
Line 53: Line 45:
 
!values
 
!values
 
!
 
!
|-
 
|DbName
 
|nextcloud
 
|string
 
|for mysql db
 
|-
 
|DbPassword
 
|GENERATED
 
|string
 
|for mysql db
 
|-
 
|DbUser
 
|nextcloud
 
|string
 
|for mysql db
 
 
|-
 
|-
 
|access
 
|access
Line 78: Line 55:
 
|enabled,disabled
 
|enabled,disabled
 
|}
 
|}
 
 
  
 
=== Uninstall ===
 
=== Uninstall ===

Latest revision as of 17:58, 27 May 2022





Maintainer

YOURNAME

Version

Contrib 10:
smeserver-open-vm-tools
The latest version of smeserver-open-vm-tools is available in the SME repository, click on the version number(s) for more information.


open-vm-tools
The latest version of open-vm-tools is available in the SME repository, click on the version number(s) for more information.


Description

Open VM Tools (open-vm-tools) is the open source implementation of VMware Tools for Linux guest operating systems. The open-vm-tools suite is bundled with some Linux operating systems and is installed as a part of the OS, eliminating the need to separately install the suite on guest operating systems. All leading Linux vendors support the open-vm-tools suite on vSphere, Workstation, and Fusion, and bundle open-vm-tools with their product releases. For information about OS compatibility check for the open-vm-tools suite, see the VMware Compatibility Guide at http://www.vmware.com/resources/compatibility.

Installation

yum --enablerepo=smecontribs install smeserver-open-vm-tools

Configuration

you can list the available configuration with the following command :

config show open-vm-tools

Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :

property default values
access private private, public
status enabled enabled,disabled

Uninstall

yum remove smeserver-open-vm-tools  open-vm-tools

Bugs

Please raise bugs under the SME-Contribs section in bugzilla

and select the smeserver-open-vm-tools component or use this link


Below is an overview of the current issues for this contrib:

IDProductVersionStatusSummary (2 tasks)
11983SME Contribs10.0CONFIRMEDupdate description
11982SME Contribs10.0CONFIRMEDnoise during install

Changelog

Only released version in smecontrib are listed here.

smeserver-open-vm-tools Changelog: SME 10 (smecontribs)
2021/11/25 John Crisp 0.1-3.sme
- Really fix bogus date
2021/11/25 John Crisp 0.1-2.sme
- Fix bogus date

2021/11/25 John Crisp 0.1-1.sme
- Initial import to Koozali SME 10 [SME: 11776]

- Thanks to Michail Pappas for his work