Prerequisites
The maintenance and troubleshooting steps described in this document require at least some the following elements:
-
Access to the host or container where the software is deployed.
-
Sufficient knowledge and user privileges to do the following tasks:
-
Run the software.
-
Terminate running instances of the software (such as using
ps/kill
orpgrep/pkill
). -
Read and write files to the directory where the software’s JAR file is located.
-
Read and write files to the directory where job and event load files are to be written (default:
/opt/jobtrac/inbound
). - Identify and modify permissions for the above directories and files (such as using
ls/chmod
).
-
The deployment environment is assumed to include the following elements:
-
CentOS 7.x or equivalent derivative (such as RedHat, Enterprise Linux, Amazon Linux).
-
Two or more VCPUs.
-
4GB or more RAM.
-
10GB or more free disk space.
-
Oracle Java Development Kit or Java Runtime Environment.
-
Version 8 or newer software. Other versions of Java (such as OpenJDK) have not been tested with this software.
-
Installed and available to the user running the software.
Eligible versions may be obtained as follows:
-
Oracle Java Runtime Environment (JRE)
-
Oracle Java Development Kit (JDK)
-