Installation Guide : Installing the Integration Agent : Install the Integration Agent on Linux
 
Share this page                  
Install the Integration Agent on Linux
 
Installation Locations
Uninstall the Agent on Linux
Manage the Agent Service on Linux
Actian Integration Agent has the following prerequisites:
Java Runtime Environment 8 or higher
User account with sudo privileges
To install the Integration Agent on Linux
1. Change user to root:
sudo su
2. Download the latest integration-agent.noarch.rpm from the Agents tab in Integration Manager.
3. Copy the agent rpm into your server.
4. Install the downloaded Integration Agent rpm:
rpm -ihv integration-agent-<version>.noarch.rpm
Then press y and then Enter to validate installation. Example:
rpm -ihv integration-agent-5.5.3.noarch.rpm
5. While you wait for the rpm to install, you may follow the Agent log by running the following command:
tail -f /etc/opt/Actian/agent/logs/agent.log
6. After installation is complete: If you are installing as an Agent, verify that the Agent Dashboard is running. In your browser, go to http://localhost:6001/home. The Port Configuration is defaulted to port 6001. Change this, if necessary.
Installation Locations
The Integration Agent installs data in the following locations:
Location
Purpose
/etc/opt/Actian/agent/logs/agent.log
Holds any logging related to the Agent
/etc/opt/Actian/agent/conf/application.properties
Contains configuration information for the Agent
/etc/opt/Actian/agent/local/job
Holds execution engine logs and files downloaded from the cloud that are to be executed
Uninstall the Agent on Linux
To uninstall the Agent on Linux
Uninstall the Integration Agent rpm. Simply type the agent rpm name with no file extension:
rpm -e integration-agent-<version>-<build>
Example:
rpm -e integration-agent-5.5.3