GNU/Linux >> Linux の 問題 >  >> Cent OS

CentOS / RHEL :VMWare でホストされている仮想マシンに Open Virtual Machine Tools をインストールする方法

Open VM Tools (OVT) は、VMWare ハイパーバイザー上の仮想マシンの機能、管理、および管理を向上させる一連の仮想化ユーティリティで構成されています。これにより、VMware ハイパーバイザーでの仮想マシンの展開が簡素化されます。 OVT は、VMware 製品のいくつかの機能を有効にしてゲストをより適切に管理するためのサービスとモジュールのセットです。これにより、ゲスト オペレーティング システムのパフォーマンスが向上し、VM の管理が改善されます。

パッケージ vmwaretools は VMware によって提供され、VMware によってのみサポートされます。 open-vm-tool を使用する利点:

  • 仮想マシンの電源操作を適切に実行できる能力
  • ゲストからネットワーク、ディスク、メモリの使用状況に関する情報を収集する
  • ゲスト OS クロックと仮想化プラットフォームの同期
  • 仮想化インフラストラクチャからゲスト OS 内でさまざまな操作を実行するための、安全で認証済みのメカニズムを提供する

Open VM ツールのインストール

CentOS/RHEL のインストール後、Open Virtual Machine Tools をインストールするには、以下に示すように yum コマンドを使用できます。

# 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!

確認

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. VMware仮想マシンにWindows11をインストールする方法

  2. RHEL 8 /CentOS8にphpMyAdminをインストールする方法

  3. CentOS 6 / RHEL 6(x86_64)にVMwareWorkstation8をインストールする方法

  1. RHEL 8 /CentOS8にP7Zipをインストールする方法

  2. RHEL 8 /CentOS8にntfs-3gをインストールする方法

  3. PHP-mbstringをRHEL8/CentOS8にインストールする方法

  1. RHEL 8 /CentOS8にVMwareToolsをインストールする方法

  2. RHEL 8 /CentOS8にphantomjsをインストールする方法

  3. DropboxをRHEL8/CentOS8にインストールする方法