Directory Structure
Navigating the installation directory of Actions Pro might be necessary when looking for log files, scripts, or commands.
The default installation path is /opt/resolve, but it might be different on your system. Under it, you will find the following directories:
binContains scripts for:- Starting, stopping, restarting, and checking the status of Actions Pro core components.
- Pre- and post-installation setup.
- Applying configuration changes (
config.sh) made inblueprint.properties. Also contains a symbolic link toblueprint.properties(the main configuration file).
elasticsearchconfigContainselasticsearch.yml. Do not edit this file unless instructed by your Resolve representative.logsContains the Elasticsearch logs. The current log file is<Cluster Name>.log. It is rotated daily under names in the<Cluster Name>-<date>.logformat.
rscontrol,rsmgmt,rsremote, orrssyncconfigContainsconfig.xmlfor the respective core component. It stores the applied changes fromblueprint.properties.logContains the core component's log file with a naming convention of<core-component-name>.log(such asrscontrol.log).
tomcatlogscatalina.outTomcat Logs like:- Start/stop messages
- Error code 500 (Internal Server error) logs
- Thread dumps generated by
stop.sh -k rsviewcommand
confserver.xmlTomcat configuration file responsible for things like port usage, listeners, and ciphers. Do not edit this file unless instructed by your Resolve representative.
rabbitmqlog/rabbit@<IP address>.logGeneral information and error log for the message queue.config/rabbitmq.configMessage queue config file. Do not edit this file unless instructed by your Resolve representative.linux64/rabbitmq/sbin/rabbitmqctlCommand-line message queue manager. This file is the starting point to run commands if UI based queries are available.