Skip to main content
Skip table of contents

Install IronTap server

Created:  | Updated: 


Download IronTap

z/IRIS IronTap installation packages can be downloaded from our repository. New users should contact technical support to receive their access credentials.

CODE
VERSION="1.14.0"
LOGIN="<token_username>"
FLAVOR="kafka-otel"
wget --ask-password --user "$LOGIN" \
https://gitlab.com/api/v4/projects/46849239/packages/generic/irontap-"$FLAVOR"/"$VERSION"/irontap.zip

mainstorconcept GmbH and its partners licence and distribute z/IRIS. For more information about obtaining the required licences to run z/IRIS, consult your mainstorconcept representative.

Requirements 

Refer to Minimum Requirements before installing IronTap.

APM tools that will receive and process data from z/IRIS, should be active and running before installing and configuring IronTap.

Steps to install IronTap as a server node

  1. Create the IRONTAP_BASE_DIR folder '/opt/mainstorconcept/'.

  2. Extract the z/IRIS IronTap release zip file into the IRONTAP_BASE_DIR path.

  3. The z/IRIS IronTap files are located in the IRONTAP_INSTALL_DIR '/opt/mainstorconcept/irontap/'.

Start IronTap

  1. Change your working directory to your IRONTAP_INSTALL_DIR.

  2. Execute the launcher script ‘run.sh’.

Stop IronTap

  1. Execute the Java Virtual Machine Process Status Tool 'jps'.

  2. Invoking kill on the IronTapLauncher process will issue a graceful shutdown.

Example
CODE
jps
142027 IronTapLauncher

kill 142027

Installation files and directories

IronTap path

Description

lib/

contains z/IRIS IronTap modules and dependencies.

application.conf

defines settings for the application.

log4j2.xml

defines the logging behaviour of z/IRIS IronTap.

run.sh

describes a launcher script for z/IRIS IronTap.

>> Configure IronTap

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.