Skip to main content
Version: 10.3

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. Configure the gRPC Port to be used by the plugin. Enter the desired port number, then click Next. Clicking Next without specifying a desired port number uses the default gRPC port, 4269.

    gRPC Port Configuration

    gRPC Port Configuration

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

    Ready to Install

    Ready to Install

  6. 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_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.
    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 Installation 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 and directory should be located in the directory:

    • Log - contains log files generated by the Autodesk Cloud Plugin components
    • openit_cbcsautodeskpipeline - contains openit_cbcsautodeskpipeline.exe, the data orchestration engine responsible for scheduling and managing the collection of Autodesk Cloud data, and the libraries, DLLs, and packages required to run it
    • LICENSE-WinSW.txt - contains the license for the Windows Service Wrapper (WinSW), a third-party component used by the plugin
    • openit_autodeskcredentials.exe - configures Autodesk account credentials used to collect data from the cloud portal
    • openit_autodeskoauth.exe - enables the Cloud-Based Collection Service (CBCS) to securely access Autodesk Portal data by obtaining the required access tokens
    • openit_aws.exe - a command line interface (CLI) tool from Amazon Web Services (AWS), built by Open iT, for accessing the AWS resources required by the plugin
    • openit_oauth.exe - securely obtains an access token on behalf of a user from the Customer Portal; enables the Core Server to access protected resources in the cloud
    • OpeniTCBCSAutodeskPipeline.exe - runs openit_dagstercbcsautodesk.exe as a Windows service
    • OpeniTCBCSAutodeskPipeline.xml - defines configuration settings for the Windows service, including the service name, description, and execution parameters

Verifying the Dagster Working Directory

  1. Go to C:\ProgramData\OpeniT\Data\dagster to confirm that the Dagster working directory has been created.

  2. The following directory should be present:

    • home — contains Dagster-related files and subdirectories such as .nux, .telemetry, logs, storage, and dagster.symlink

Verifying the Plugin Service

  1. Open the Task Manager.

  2. In the Services tab, make sure that the OpeniTCBCSAutodeskPipeline service is running.

Next Step?

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