Open VM Tools (OVT) terdiri dari rangkaian utilitas virtualisasi yang meningkatkan fungsionalitas, administrasi, dan manajemen mesin virtual pada hypervisor VMWare. Ini menyederhanakan penerapan mesin virtual pada hypervisor VMware. OVT adalah seperangkat layanan dan modul yang memungkinkan beberapa fitur dalam produk VMware untuk pengelolaan tamu yang lebih baik. Ini akan membantu kinerja sistem operasi tamu dan meningkatkan pengelolaan VM.
Paket vmwaretools disediakan oleh VMware dan hanya didukung oleh VMware. Beberapa manfaat menggunakan open-vm-tool:
- Kemampuan untuk melakukan operasi daya mesin virtual dengan anggun.
- Kumpulkan informasi penggunaan jaringan, disk, dan memori dari tamu.
- Sinkronisasi jam OS tamu dengan platform virtualisasi.
- Menyediakan mekanisme yang aman dan terautentikasi untuk melakukan berbagai operasi dalam OS tamu dari infrastruktur virtualisasi.
Memasang Alat VM Terbuka
Setelah instalasi CentOS/RHEL, untuk menginstal Open Virtual Machine Tools Anda dapat menggunakan perintah yum seperti gambar di bawah ini.
# 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!
Verifikasi
Verifikasi instalasi paket menggunakan perintah 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.