Skip to main content
Version: 10.2

Autodesk Cloud Plugin

The Autodesk Cloud Plugin integrates with the Core Server to collect usage data from the Autodesk Admin Portal. This data is utilized to optimize usage and provide insights into Autodesk license management.

This section presents the requirements and step-by-step instructions on how to install the Autodesk Cloud Plugin.

Requirements

Before installing the Autodesk Cloud Plugin, make sure the following requirements are in place:

Plugin Installation

Installing through the Windows Installer Interface

  1. Double-click the openit_autodesk_cloud_plugin_[version]_[architecture].msi installer file to begin. Once clicked, a setup wizard will be displayed. Click the Next button to proceed.

    Welcome Screen

    Welcome Screen

    note

    If the Core Server is not installed on your system, the plugin installation will terminate prematurely. Make sure the Core Server is set up before proceeding with the plugin installation.

  2. Read the License Agreement before accepting the terms. Click Next.

    End-user License Agreement

    End-user License Agreement

  3. Specify where the Open iT Autodesk Cloud Plugin will be installed. Click Change to specify a different directory and click Next. Clicking Next without doing any changes will use the default installation path.

    Destination Folder

    Destination Folder

  4. Click Install to start the installation process. Click Back to review any installation setting.

    Ready to Install

    Ready to Install

  5. Click Finish to complete the installation.

    Installation Complete

    Installation Complete

Installing through the Command Line

  1. Open a command prompt with Administrator level privilege.

  2. Execute the following command to run the installer:

    Command Syntax
    msiexec /i [msi_file] /l*v [log_file] [options] INSTALLDIR=$ROOT_DIR

    Required:

    NameDescription
    /i [msi_file]The path to the Autodesk Cloud Plugin Windows installer file, openit_autodesk_cloud_plugin_[version]_[architecture].msi.
    /l*v [log_file]The path to the installation log file that will be created during installation.
    Required Key-Value Pairs for Autodesk Cloud Plugin Installation

    Options:

    NameDescription
    /quietUse this to run the command in silent mode.
    /passiveUse this to run the command in unattended mode - progress bar only.
    Options for Autodesk Cloud Plugin Installation

    note

    The installer will use the Windows installer interface process when the installation option is not specified.

    Properties:

    NameDescription
    INSTALLDIR=$ROOT_DIRUse this to specify the path where the Open iT files will be installed. This value is set to C:\Program Files\OpeniT\Autodesk Cloud Plugin by default.
    Properties for Autodesk Cloud Plugin Installation

    Example
    msiexec /i openit_autodesk_cloud_plugin_1.0.33.1071_x64.msi /l*v install_log.txt /passive INSTALLDIR="C:\Program Files"
  3. When using the passive mode, wait until the process bar dialog disappears. When using the quiet mode, verify if the installation is complete by opening the Task Manager and checking in the Details tab if the msiexec process is still running.

Installation Verification

After completing the installation of the Autodesk Cloud Plugin, verify that it has been correctly installed and is functioning as expected.

Verifying the Created File and Directory

  1. Go to C:\Program Files\OpeniT\Autodesk Cloud Plugin to confirm that the Autodesk Cloud Plugin files are present.

  2. The following files should be located in the directory:

    • openit_oauth - securely obtains an access token on behalf of a user from the Customer Portal; used to access protected resources in the cloud
    • openit_autodeskcredentials - configures the Autodesk account credentials to be utilized for collecting data from the portal in the cloud
    • openit_dagster - a data orchestration tool that manages data collection
    • openit_aws - a command line interface (CLI) tool from Amazon Web Services (AWS) built by Open iT; used to access the AWS resources needed by the plugin
    • openit_servicemanager - manages and monitors the execution of the various Open iT services, including the openit_dagster

Verifying the Plugin Service

  1. Open the Task Manager.

  2. In the Services tab, make sure that the Open iT Dagster Autodesk service is running.

  3. Verify the directory created by the service by navigating to C:\ProgramData\OpeniT\Data\var\dagster. Check if the directory contains the following:

    • home - a directory containing .logs_queue, .nux, .telemetry, history, logs, schedules directories
    • work directory

Next Step?

After successfully installing the Autodesk Cloud plugin, proceed to the configuration of cloud data collection to gain insights for license optimization.