You can install ABS as a root user or as a non-root user. The example installation path assumes that you are root user. The installation works in a similar way for a non-root user.

  1. Go to the download site
  2. Click on Select under PingIntelligence
  3. Choose the build and click Download.

Copy the build file to the /opt directory if you are installing the product as a root user. Choose any other location if you want to install ABS as a non-root user.

Install ABS

Before installing ABS:
  • Install OpenJDK 11.0.2 on a 64-bit architecture machine. To verify the Java version, run the following command.
    # java -version
  • Verify the supported operating systems:
    • For PingIntelligence 4.4 and earlier versions, the supported operating systems are RHEL 7.6 or Ubuntu 16.04 LTS.
    • For PingIntelligence 4.4.1, the supported operating systems are RHEL 7.9 or Ubuntu 18.04 LTS.

It is recommended to install only one instance of ABS on each machine. MongoDB should be installed on a different machine from ABS.

To install ABS, complete the following steps:

  1. Change working directory to /opt if you are installing the product as a root user. Choose any other location if you want to install ABS as a non-root user.
  2. At the command prompt, type: # tar –zxvf <file_name>

    For example, # tar –zxvf pi-api-abs-4.4.tar.gz

Note: If you are installing as a non-root user then, increase the ulimit -n to 65535.