IT-Conductor Gateway Setup on Linux
Last updated
Last updated
The IT-Conductor Gateway enables communication between the customer's site network and the IT-Conductor cloud platform. It must be connected successfully before any private customer systems can be monitored by IT-Conductor.
Log in to the provisioned Gateway VM.
Configure TIME_WAIT socket recycling. Edit "/etc/sysctl.conf" and add the following entries before saving:
Reload the settings using the command below:
In IT-Conductor, navigate to Support → Downloads → Gateway Downloads.
Download "itconductor-gateway-x-xx.xxx" to a local directory.
• Install the RPM package. You should see the following output:
Configure Gateway parameters:
Account ID - This is the Service Account ID.
API Key - The API Key for the Service Account will be generated when the Service Account is created.
To obtain the Service Account ID and API Key in IT-Conductor, navigate to Management → Security → Service Accounts.
Then, select the account to display the configuration details, as shown in Figure 3.
Gateway ID - This is the ID for one of the Gateways created by your administrator earlier.
To obtain the Gateway ID in IT-Conductor, navigate to Management → Resources → Gateways.
If the proxy is used for connecting to the internet, while running gwconfig utility choose Proxy=true:
Configure JRE. To verify that the default Java installation is Java 8 x64 JRE, run the command below:
You can download a tar version of OpenJDK JRE from the IT-Conductor site or from the Adoptium website.
Extract the file to the "/opt/itconductor/" directory.
Edit the "/opt/itconductor/conf/startup" file and replace the value to "java_path=./<JRE Directory>/bin/java".
Optionally configure Gateway custom Gateway Maximum Heap Size - the default size is calculated as: <system available memory> - 500MB.
Edit the "/opt/itconductor/conf/startup" file, and replace the xmx value with "xmx=4000m". This limits the heap size to 4000 MB.
Test the IT-Conductor cloud connectivity using the command below:
Normally, the update either downloads the latest version of Gateway.jar or reports that it is up to date. If no connection can be established to the cloud service, an error message will be displayed.
To start the gateway, use:
To stop the gateway, use: