Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setup

If you already have an existing setup of Automatics you can follow the steps in this page for upgrading the software's Automatics Technology Stack - Upgrade 

Software Requirement

  • JDK

    1.8

    17

Please note that even though the recommended version of Orchestration is JDK17, it is reverse compatible with JDK11 also. So code also be compiled with JDK11. Follow Steps below to install Java

...

17 on CentOS/linux.

    • Update before installing any new program

...

Code Block
languagebash
sudo yum -y update
    • Install Java 1.8

...

    • 17
Code Block
languagebash
sudo yum install java-17-openjdk
    • Verify Java is Installed

...

Code Block
languagebash
java -version

Sample output:

...

Image Added

This Scriptless Service uses the Automatics Orchestration database, so for the scriptless service server to start UP it should have access to Automatics Orchestration and the below mentioned tables should be available in that database.

...