How can I determine the AAI version?
search cancel

How can I determine the AAI version?

book

Article ID: 199841

calendar_today

Updated On:

Products

Automic Automation Intelligence

Issue/Introduction

How can I determine the AAI version?

Environment

Release : 6.0

Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE

Resolution

There are several way to determine the version of AAI.

1. Through the AAI client Help->About menu.

 

2. The CLI utility can give you the version by running the following from the <Install Dir>/batch directory:


./run.pl examples/system_check.py

JAWS Command Line Interface (6.0.1-3, ue-3-Unversioned directory-202007211944)

 

3. Log files:

  • You can check the <Install Dir>/jboss/standalone/log/jaws.log file when Jaws starts up you will get a line like "[ApplicationControllerService] JAWS Version: 6.0.1-2"

  • Also the configuration tool's log from the <Install Dir>/config directory, there will be a line with the version like "Config Tool Version: Version: 6.0.1-2"


4. From the web UI http://<servername>:8080/terma by clicking on System Tools



5: From the API, by going to http://<servername>:8080/jaws/devPreview/#!/systems/getSystemHealth, click "Try it now"