GNU/Linux >> Linux Esercitazione >  >> Cent OS

CentOS / RHEL:come installare Open Virtual Machine Tools per macchine virtuali ospitate su VMWare

Open VM Tools (OVT) consiste in una suite di utilità di virtualizzazione che migliora la funzionalità, l'amministrazione e la gestione delle macchine virtuali sugli hypervisor VMWare. Ciò semplifica l'implementazione di macchine virtuali su hypervisor VMware. OVT è un insieme di servizi e moduli che abilitano diverse funzionalità nei prodotti VMware per una migliore gestione degli ospiti. Ciò aiuterà le prestazioni del sistema operativo guest e migliorerà la gestione delle VM.

Il pacchetto vmwaretools è fornito da VMware ed è supportato solo da VMware. Pochi vantaggi dell'utilizzo di open-vm-tool:

  • La possibilità di eseguire le operazioni di alimentazione della macchina virtuale con grazia.
  • Raccogliere le informazioni sull'utilizzo della rete, del disco e della memoria dal guest.
  • Sincronizzazione dell'orologio del SO guest con la piattaforma di virtualizzazione.
  • Fornisce un meccanismo sicuro e autenticato per eseguire varie operazioni all'interno del sistema operativo guest dall'infrastruttura di virtualizzazione.

Installazione degli strumenti Open VM

Dopo l'installazione di CentOS/RHEL, per installare Open Virtual Machine Tools puoi usare il comando yum come mostrato di seguito.

# yum install open-vm-tools 
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package open-vm-tools.x86_64 0:10.1.5-3.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=========================================================================================================
 Package              Arch          Version                Repository                               Size
=========================================================================================================
Installing:
 open-vm-tools        x86_64        10.1.5-3.el7           rhui-REGION-rhel-server-releases        663 k
Transaction Summary
=========================================================================================================
Install  1 Package
Total download size: 663 k
Installed size: 2.1 M
Is this ok [y/d/N]: y
Downloading packages:
open-vm-tools-10.1.5-3.el7.x86_64.rpm                                             | 663 kB  00:00:01     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : open-vm-tools-10.1.5-3.el7.x86_64                                                     1/1 
  Verifying  : open-vm-tools-10.1.5-3.el7.x86_64                                                     1/1 
Installed:
  open-vm-tools.x86_64 0:10.1.5-3.el7                                                                    
Complete!

Verifica

Verifica l'installazione del pacchetto utilizzando il comando rpm.

# rpm -qa|grep -i open-vm*
open-vm-tools-10.1.5-3.el7.x86_64
# rpm -qi open-vm-tools
Name        : open-vm-tools
Version     : 10.1.5
Release     : 3.el7
Architecture: x86_64
Install Date: Mon 18 Dec 2017 10:18:42 AM EST
Group       : Applications/System
Size        : 2166108
License     : GPLv2
Signature   : RSA/SHA256, Tue 28 Mar 2017 10:31:54 AM EDT, Key ID 199e2f91fd431d51
Source RPM  : open-vm-tools-10.1.5-3.el7.src.rpm
Build Date  : Tue 28 Mar 2017 10:24:06 AM EDT
Build Host  : x86-034.build.eng.bos.redhat.com
Relocations : (not relocatable)
Packager    : Red Hat, Inc. [http://bugzilla.redhat.com/bugzilla]
Vendor      : Red Hat, Inc.
URL         : https://github.com/vmware/open-vm-tools
Summary     : Open Virtual Machine Tools for virtual machines hosted on VMware
Description :
The open-vm-tools project is an open source implementation of VMware Tools. It
is a suite of open source virtualization utilities and drivers to improve the
functionality, user experience and administration of VMware virtual machines.
This package contains only the core user-space programs and libraries of
open-vm-tools.


Cent OS
  1. Come installare Windows 11 su una macchina virtuale VMware

  2. Come installare phpMyAdmin su RHEL 8 / CentOS 8

  3. Come installare P7Zip su RHEL 8 / CentOS 8

  4. Come installare ntfs-3g su RHEL 8 / CentOS 8

  5. Come installare VMware Workstation 8 su CentOS 6 / RHEL 6 (x86_64)

Come installare mongodb su RHEL 8 / CentOS 8

Come installare RHEL 8 su una macchina virtuale

Come installare KVM su CentOS 8 / RHEL 8

Come installare la macchina virtuale HipHop su CentOS 7

Come installare Varnish Cache per Apache su CentOS/RHEL 8

Come installare Varnish Cache 6 per Nginx su CentOS/RHEL 8