- VMware vSphere 5.5 Cookbook
- Abhilash GB
- 459字
- 2021-07-23 20:21:48
Upgrading VMware Tools
Once the hypervisor has been upgraded, you can start migrating virtual machines on the machine; but not everything has been upgraded to Version 5.5 yet. VMware Tools running inside the virtual machines can be upgraded as well to get the most out of the new hypervisor. The virtual machines, however, can continue to run with the older version of VMware Tools.
VMware Tools include the following:
- VMware device drivers for the virtual machine hardware
- The VMware Tools control panel
- A VMware balloon driver (
memctl
)
VMware Tools for all supported guest operating system types are packaged with ESXi. For Linux, they are also available as VMware Operating Specific Packages (OSPs) for download from the repository URL: http://packages.vmware.com/tools.
In this recipe, we will learn how to upgrade VMware Tools on virtual machines.
Getting ready
The virtual machine will require a reboot for the successful completion of the VMware Tools upgrade. So, plan for a scheduled downtime to perform this task on the production virtual machines. Also, take a snapshot of the virtual machine before the tools are upgraded.
How to do it...
The VMware Tools upgrade can be done using either vSphere Web Client or the vSphere Client on a powered-on virtual machine or even using the Upgrade Manager. In this section, we will be using vSphere Web Client to achieve the same.
Connect to vCenter Server using the vSphere Web Client:
How it works...
The Automatic Upgrade option requires no user interaction. It will do the following:
To verify that the tools upgrade has successfully completed, log-on to the guest operating system, right-click on the system tray icon for VMware Tools, and click on About VMware Tools, which should show you the VMware Tools version:

On selecting About VMware Tools, a dialog box showing the version number should come up:

For Linux machines, this verification can be done by running the following command demonstrated in the screenshot that follows later:
# vmware-toolbox-cmd –v

You can also check the virtual machine's tool version by navigating to vCenter Servers | Clusters | Related Objects | Virtual Machines. This will list all the virtual machines and their VMware Tool version status. The VMware Tools version status column is not enabled by default; you will have to enable it manually.
- Expert C++
- 造個小程序:與微信一起干件正經事兒
- JavaScript Unlocked
- PHP+MySQL網站開發技術項目式教程(第2版)
- PyTorch自然語言處理入門與實戰
- 數據結構簡明教程(第2版)微課版
- Java Web程序設計任務教程
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- C程序設計實踐教程
- Microsoft Azure Storage Essentials
- MINECRAFT編程:使用Python語言玩轉我的世界
- Everyday Data Structures
- 單片機原理及應用技術
- Java7程序設計入門經典
- Elasticsearch搜索引擎構建入門與實戰