Versions Compared

Key

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

Introduction

Inventory reports are useful to provide an offline overview of your virtual machines. When you submit an inventory report request, a CSV or JSON file will be generated with the selected attributes.

Table of Contents

Step-by-step guide using the VSS Portal

The VSS Portal only supports CSV format. To submit a VM inventory report in JSON format, please use the VSS CLI.

  1. Login to https://vss-portal.eis.utoronto.ca

  2. Click on the gear icon at the top-right corner

...

  1. Image Added

     to expand the menu.

  2. Select VM Inventory and a window will show up listing a few default fields:

...

  1. Image Added

  2. To add more fields, just type it for instance typing "VMware Tools" will show something like:

...

Note

For more information about the available inventory properties, please visit Inventory#Properties.

  1. Image Added

  2. Select the field as desired in order to add it to the list:

...

  1. Image Added
  2. To submit the task, click on EXPORT

  3. Follow up the report by going to the request history section.

...

  1. Image Added
  2. When the report file is ready, click on the Image Modifiedicon. 

...


Step-by-step guide using the VSS CLI

  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. Submit an inventory report with the vss-cli compute inventory

...

  1. mk command as follows:

    Code Block
    vss-cli compute inventory mk vmtRunning vmtVersion --format csv
  2. Download inventory report:

    Code Block
    vss-cli compute inventory dl <id>
    file                : ./34ad21c5-d341-4078-811a-e782ac04f5b2.csv
  3. Use any tool like csvfix, ExcelNumbers or OpenOffice to load the data

    Code Block
    csvfix printf -fmt "%s %s %s"  34ad21c5-d341-4078-811a-e782ac04f5b2.csv
    vmtVersion vmtRunning name
    guestToolsCurrent guestToolsRunning 1712T-loving_colden_2
    guestToolsNotInstalled guestToolsNotRunning 1610Q-cocky_torvalds_12


Filter by label (Content by label)
showLabelsfalse
max5
spacesVSSPublic
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "vss-portal" , "vss-cli" ) and type = "page" and space = "VSSPublic"
labelsvss-portal


Page Properties
hiddentrue


Related issues