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

    Autodesk Cloud Plugin Installation: Welcome Screen

    Autodesk Cloud Plugin Installation: Welcome Screen

  2. Read the License Agreement carefully. If you agree with the terms and condition, check the box next to the statement, I accept the terms in the License Agreement. Click Next.

    Autodesk Cloud Plugin Installation: End-user License Agreement

    Autodesk Cloud Plugin Installation: 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.

    Autodesk Cloud Plugin Installation: Destination Folder

    Autodesk Cloud Plugin Installation: Destination Folder

  4. To proceed with the installation, click the Install button. If a review of the entries is needed, click Back.

    Autodesk Cloud Plugin Installation: Ready to Install

    Autodesk Cloud Plugin Installation: Ready to Install

    Wait for the installation to be completed.

    Autodesk Cloud Plugin Installation: Installation Progress

    Autodesk Cloud Plugin Installation: Installation Progress

  5. Click Finish to complete the installation.

    Autodesk Cloud Plugin Installation: Finish Installation

    Autodesk Cloud Plugin Installation: Finish Installation

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

    Name Description
    /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:

    Name Description
    /quiet Use this to run the command in silent mode.
    /passive Use this to run the command in unattended mode - progress bar only.
    Options for Autodesk Cloud Plugin Installation

    Properties:

    Name Description
    INSTALLDIR=$ROOT_DIR Use 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.
    Autodesk Cloud Plugin Installation Properties

    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 by pressing Ctrl + Shift + Esc.

  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.

    Configuring Autodesk

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close