Gateway Manager is a platform application that enables secure connections between Itential Platform and your Itential Automation Gateway (IAG) deployments.
Gateway Manager is compatible with IAG 5.x, IAP 2023.2, and Itential Platform 6.x.
Prerequisites
- Licensed access to Gateway Manager
- IAP 2023.2 or Itential Platform 6.x
Installation
Download the artifact
Download the Gateway Manager artifact from the Itential repository.
Installation by platform version
The installation process varies depending on your platform version.
The following examples install version 1.5.0 of Gateway Manager.
Before copying the example installation commands, replace app-gateway_manager-1.5.0.noarch.rpm
with the Gateway Manager artifact that you downloaded, which might include a different version number.
Itential Platform 6.x
For Platform 6 installations, use the following RPM installation command:
rpm -Uh app-gateway_manager-1.5.0.noarch.rpm
The system installs the application in this default directory:
/opt/itential/platform/services
IAP 2023.2
For IAP 2023.2 installations, you must specify a custom installation directory using the --prefix
flag:
rpm -Uh --prefix=/YOUR/INSTALL/DIR app-gateway_manager-1.5.0.noarch.rpm
Replace YOUR/INSTALL/DIR
with your installation directory. Your install directory might look like:
/opt/itential/current/node_modules/@itential
If you installed IAP using the bin installer, IAP might be running under the pronghorn user. In that case, run the following command:
sudo chown -R pronghorn:pronghorn /YOUR/INSTALL/DIR/app-gateway_manager
Post-Installation
After installation completes, Gateway Manager becomes available as a platform application.
Next steps
- Set up your IAG environment through a containerized deployment or an RPM/Binary installation.
- Create an automation service
For more information on how to access and use Gateway Manager, see Gateway Manager.