Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

In this document we explore the many options on how to get the Virtual Machine VMware Tools status on a single approach per VM or multiple VMs.

Table of Contents

Step-by-step guide using VSS CLI

Per VM

  1. Login to https://vss-cli.eis.utoronto.ca with your VSS Credentials or use your local VSS CLI install

...

Initialize VSS CLI with vss-cli configure mk:

...

collapsetrue

...

  1. .

...

  1. Use the

...

  1. ID or Name to get the current tools status:

    Code Block
    languagebash
    vss-cli compute vm get {VmName-or-

...

  1. ID} tools
    
    version             : 

...

  1. 12320
    version_status      : 

...

  1. guestToolsCurrent
    running_status      : guestToolsRunning

Multiple VM 

  1. Login to https://vss-cli.eis.utoronto.ca with your VSS Credentials or use your local VSS CLI install

...

Initialize VSS CLI with vss-cli configure mk:

...

collapsetrue

...

  1. .

...

  1. Use the --

...

  1. columns option to specify both object attributes

...

  1. tools_version, tools_version_status and tools_running_status:

    Code Block
    vss-cli --columns=

...

  1. moref,name

...

  1. ,tools_version,tools_version_status,tools_running_status compute vm ls

...

  1. 
    
    moref     name          tools_version  tools_version_status    

...

  1. tools_running_status
    --------  ----------

...

  1.   -------

...

  1. --------  

...

  1. --------

...

  1. --------------  

...

  1. ------------------

...

  1. -

...

  1. -

...

  1. -

...

  1. -

...

  1. 
    vm-

...

  1. 14929  

...

  1. 1905P-hoth            12320  guestToolsCurrent       

...

  1. guestToolsRunning

Step-by-step guide using vSphere Web client

Per VM

  1. Sign in to vCenter using the vSphere Web Client

  2. Go to VMs and Templates

  3. Click on the VM.

  4. Click on the Summary Tab.

  5. Look for the VMware Tools property as follows:

Image Removed

Per Folder

  1. Sign in to vCenter using the vSphere Web Client
  2. Select the folder and go to Related Objects tab.
  3. Select Virtual Machines sub tab.
  4. Right Click on the table headers and select show/hide columns.
  5. Scroll down until you find VMware Tools Version/Running Status, check them and click Ok.
  6. At this point you’ll see two additional columns in the table showing VMware Tools version and VMware Tools Status as follows:

Image Removed

Filter by label (Content by label)
showLabelsfalse
max5
spacesVSSPublic
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "vm" , "vmware-tools" , "vss-cli" , "vsphere-client" ) and type = "page" and space = "VSSPublic"
labelsvmwaretools vm

...

hiddentrue

...

  1. Image Added