How to Run a Silent Agent Installation

This guide describes how to run Manta Flow Agent installer in silent mode in Windows and Linux environments.

Instructions

  1. Make sure you have the latest Manta Flow Agent installer and Agent configuration generated on the Application Manager tab in Admin UI.

  2. Be sure you have the necessary unattended installation script ( manta-flow-agent-install-unattended.java) and Java version 11 or higher. The script is a Java program that should be executed by an admin user. See the script for more information and installation options.

  3. Run this script with the following arguments.

# <parameter> - one parameter
# (<optional parameter>) - optional parameter

Mandatory arguments:
    #1 Path to the Manta Flow Agent installer
    #2 Path to the configuration zip file generated in Manta Admin GUI
Optional argument
    #3 Path to the target installation directory (for non-default installation location). If not provided, the Agent is installed to /mantaflowagent

java manta-flow-agent-uninstall-unattended.java <path to agent installer> <path to agent configuration zip> (<path where to install agent>)

Together with the silent Agent installation script, silent Agent uninstallation and upgrade scripts are also distributed.