Checking the agent prerequisites on UNIX
Before you install the agent, make sure that all the necessary prerequisites are met. See the following sections for supported operating systems and platform architectures and other necessary prerequisites:
Supported operating systems and platform architectures
The following table shows the operating systems, versions, and architectures that are supported by the Instana agent on UNIX:
| OS | Version | Architecture | Bitness |
|---|---|---|---|
| AIX [1] | 7.x | PowerPC | 32-bit |
| AIX [1] | 7.x | PowerPC | 64-bit |
| Solaris | 10+ | SPARC | 32-bit |
| Solaris | 10+ | SPARC | 64-bit |
Disk space requirements
Make sure that sufficient disk space is available on the host before you install the Instana agent. The required disk space depends on the agent type and whether you deploy a Java SDK in the same directory.
Static agent: Requires approximately 1 GB of disk space. If you install the Java SDK in the same directory, allocate additional disk space for the Java SDK.
Dynamic agent: Starts with a smaller disk footprint than the static agent. Disk usage increases over time as the agent downloads sensors and stores runtime data.
Prerequisites
AIX 64-bit
You can download an RPM package for AIX 64-bit, which installs a self-contained Instana agent on the AIX host. If you want to provide an existing Java Software Development Kit (Java SDK), review the prerequisites for AIX 32-bit and Solaris(#aix-32bit-and-solaris) in the next section.
AIX 32-bit and Solaris
For AIX 32-bit and Solaris, the Instana host agent requires a Java Software Development Kit (Java SDK) installed on the host. You can set up the Java SDK for the host agent in two ways:
- Place or link the Java SDK into the
*instanaAgentDir*/jvmfolder so that the location*instanaAgentDir*/jvm/bin/javais created. - Export an environment variable called
JAVA_HOMEto point to the Java SDK. You can also set this environment variable by adding it to the*instanaAgentDir*/bin/setenvfile.
The Instana agent supports the following Java SDKs:
- IBM OpenJ9 JDK 11 (Preferred)
- Azul Zulu JDK 11 (Preferred on Solaris SPARC)
- Oracle Hotspot JDK 11
- IBM J9 11
- OpenJDK 11
- AdoptOpenJDK 11
- Amazon Corretto JDK 11
java.lang.RuntimeException: Could not generate DH key pair.