Created:  | Updated: 


AdoptOpenJDK 11

Automatically enable Instana Agent z/IRIS capabilities on Ubuntu/CentOS systems with AdoptOpenJDK  11.


Step 1: Edit /etc/environment

JAVA_TOOL_OPTIONS="-Dmainstorconcept.ziris.enable=true"
CODE

The process for setting environment variables may differ depending on your operating system, system services and/or processes. If you require further assistance or are unsure, please do not hesitate to contact our support.


Step 2: Check environment variables

execute
java -version
CODE

expected result
Picked up JAVA_TOOL_OPTIONS: -Dmainstorconcept.ziris.enable=true
openjdk version "11...
CODE