Install the adapter
- Last UpdatedSep 30, 2024
- 1 minute read
You can install adapters on either a Windows or Linux operating system. Before installing the adapter, see the respective system requirements to ensure your machine is properly configured to provide optimum adapter operation.
Windows
Complete the following steps to install an adapter on a Windows computer:
-
Download AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-x64_.msi from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
-
Run AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-x64_.msi file.
-
Follow the setup wizard.
You can change the installation folder or port number during setup. The default port number is 5590.
-
Optional: To verify the installation, run the following curl command with the port number that you specified during installation:
curl http://localhost:5590/api/v1/configuration
If you receive an error, wait a few seconds and try the script again. If the installation was successful, a JSON copy of the default system configuration is returned.
Linux
Complete the following steps to install an adapter on a Linux computer:
-
Download the appropriate Linux distribution file (AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-platform_.deb) from the AVEVA Customer Portal.
Note: Customer login credentials are required to access the portal.
-
Open a terminal.
-
Run the sudo apt update command to update available packages information.
-
Run the sudo apt install command against the Linux distribution file (AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-platform_.deb) selected in step 1 of this procedure.
For example: sudo apt install ./AVEVA-Adapter-for-Azure-Event-Hubs-1.0.1.239-x64_.deb
-
Optional: To verify the installation, run the following curl command with the port number that you specified during installation:
curl http://localhost:5590/api/v1/configuration
If you receive an error, wait a few seconds and run the command again. If the installation was successful, a JSON copy of the default system configuration is returned.