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:
- An installed and properly configured Core Server
- Administrative privilege on the machine
- Autodesk Cloud Plugin installation package
Plugin Installation
Installing through the Windows Installer Interface
-
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
noteIf 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.
-
Read the License Agreement before accepting the terms. Click Next.
End-user License Agreement
-
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
-
Click Install to start the installation process. Click Back to review any installation setting.
Ready to Install
-
Click Finish to complete the installation.
Installation Complete
Installing through the Command Line
-
Open a command prompt with Administrator level privilege.
-
Execute the following command to run the installer:
Command Syntaxmsiexec /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
noteThe installer will use the Windows installer interface process when the installation option is not specified.
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.Properties for Autodesk Cloud Plugin Installation
Examplemsiexec /i openit_autodesk_cloud_plugin_1.0.33.1071_x64.msi /l*v install_log.txt /passive INSTALLDIR="C:\Program Files"
-
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
-
Go to
C:\Program Files\OpeniT\Autodesk Cloud Plugin
to confirm that the Autodesk Cloud Plugin files are present. -
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 cloudopenit_autodeskcredentials
- configures the Autodesk account credentials to be utilized for collecting data from the portal in the cloudopenit_dagster
- a data orchestration tool that manages data collectionopenit_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 pluginopenit_servicemanager
- manages and monitors the execution of the various Open iT services, including theopenit_dagster
Verifying the Plugin Service
-
Open the Task Manager.
-
In the Services tab, make sure that the Open iT Dagster Autodesk service is running.
-
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
directorieswork
directory
Next Step?
After successfully installing the Autodesk Cloud plugin, proceed to the configuration of cloud data collection to gain insights for license optimization.