This is the first setup process after subscribing to the IT-Conductor service, following successful email validation, and accepting the End User Licensing Agreement (EULA).
The IT-Conductor Gateway allows 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.
Installation Instructions
1. Log in to the provisioned Gateway VM.
2. Configure TIME_WAIT socket recycling. Edit "/etc/sysctl.conf" and add the following entries before saving:
7. Configure JRE; to verify that the default Java installation is Java 8 x64 JRE run the command below:
Figure 6: Ubuntu Java Version
After installation, run the following commands:
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".
8. Optionally configure the Gateway Maximum Heap Size. The default size is limited to 1500 MB.
Edit the "/opt/itconductor/conf/startup" file and add/replace the value to "xmx=4000m". This limits the heap size to 4000 MB.
9. Test the IT-Conductor cloud connectivity using the command below:
Usually, the call returns IT-Conductor home page HTML content. If the host or corporate firewall blocks the connection, the error message will be displayed.