Install and configure OpenLM Components
This document explains how to install and configure external OpenLM components. Select the appropriate tab for detailed instructions.
- Broker
- Workstation Agent
- Directory Synchronization Agent (DSA)
Install and configure OpenLM Broker
Follow these steps to install and configure OpenLM Broker:
Linux Distributions
tar.gz
- Download the tar.gz package.
- Extract the package using the command:
tar -xzf openlm-broker.tar.gz. - Navigate to the extracted directory.
- Run the installation script:
./install.sh. - Follow the on-screen instructions to complete the installation.
RPM
- Download the RPM package.
- Install the package using the command:
sudo rpm -ivh openlm-broker.rpm. - Follow the on-screen instructions to complete the installation.
DEB
- Download the DEB package.
- Install the package using the command:
sudo dpkg -i openlm-broker.deb. - If there are dependency issues, run:
sudo apt-get install -f. - Follow the on-screen instructions to complete the installation.
Windows Installation
- Download the latest version of OpenLM Broker from the OpenLM website.
- Run the installer and follow the installation wizard.
- Open OpenLM Broker Configuration Tool.
- Add your license servers by clicking Add Server.
- Configure connection settings and authentication details.
- Click Check Connectivity to verify connection.
- Click Apply to save changes.
Install and configure Workstation Agent
To install and configure the Workstation Agent:
Windows Installation
- Download the Workstation Agent installer from the OpenLM downloads page.
- Run the installer and follow the prompts.
- Launch the Workstation Agent application.
- Enter your organization-specific credentials provided by your OpenLM administrator.
- Click Test Connection to confirm connectivity.
- Click Save to apply the settings.
Linux Distributions
tar.gz
- Download the tar.gz package.
- Extract the package using the command:
tar -xzf openlm-workstation-agent.tar.gz. - Navigate to the extracted directory.
- Run the installation script:
./install.sh. - Follow the on-screen instructions to complete the installation.
RPM
- Download the RPM package.
- Install the package using the command:
sudo rpm -ivh openlm-workstation-agent.rpm. - Follow the on-screen instructions to complete the installation.
DEB
- Download the DEB package.
- Install the package using the command:
sudo dpkg -i openlm-workstation-agent.deb. - If there are dependency issues, run:
sudo apt-get install -f. - Follow the on-screen instructions to complete the installation.
Install and configure Directory Synchronization Agent (DSA)
To install and configure DSA:
- Download the DSA installer from the OpenLM downloads page.
- Run the installer.
- Launch the DSA application.
- Enter the URL of your Directory Synchronization Service (DSS).
- Add sync definitions from DSS.
- Configure access:
- For local directories (LDAP), ensure network access to the directory.
- For cloud directories (Azure AD, Google), ensure external access to those directories.
- Click Test Connection to validate.
- Click Save.