Silent installation of OpenEdge Command Center agent
- Last Updated: September 5, 2025
- 3 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
-i silent –f
<response-filename> command line option. The
response file is generated during an interactive installation using the -r
<response-filename> option:- When you start an interactive installation using the
-r <response-filename>option as an administrator, the data that you enter is automatically recorded in a response file, which you can use for silent installations in the future. The inputs are recorded in the location specified by the -r option. If you do not provide a full path, the file is created in the same location as the executable or binary (exe/bin).Note: You can generate the response file only in the GUI mode of the installer. The installer does not support recording in console mode (-i console). - The installation data captured in the response file becomes available for playback to perform a silent installation through a batch mechanism.
Response file template
The data captured in the <response-filename> file provides a
detailed snapshot of the installation choices made during an interactive
installation and can be used for silent installations after an interactive
installation.
The <response-filename> file includes the
following details:
- Install configurations
- Server connection
- OpenEdge installation
The following code snippet provides a template for creating an agent silent installation script.
|
When you create the response file based upon the template, enter values for the following variables within this template:
| For the following variable . . . | . . . specify the following |
|---|---|
|
|
The directory in which you want to install the agent. Note that the directory must be empty, otherwise installation is terminated |
|
|
Whether to install the agent as a service. The possible values are:
|
|
|
The directory that contains the JDK, which must be version 17.0.3 or later. |
|
|
The IP address of the OpenEdge Command Center server. |
|
|
The OpenEdge Command Center server port number. |
AGENT_NOHOST_VERIFY |
Whether to perform the host validation when connecting the OpenEdge Command Center server with the OpenEdge Command Center agent. The possible values are:
|
|
|
(Optional) A directory that contains an OpenEdge installation. |
Create the response file
- Automatically by running the installer with the
-r <response-filename>option during an interactive installation. - Manually by creating or modifying a response file based on the sample template provided above.
- You can generate the response file only in the GUI mode of the
installer. The installer does not support recording in console mode
(
-i console). - Before creating the response file, ensure that the OpenEdge Command Center agent is not already installed on your system. If it is installed, uninstall it first and then proceed with creating the response file.
To create a response file:
- Open a command-line interface with administrative privileges. On Windows, run the command prompt as an administrator. On Linux, run the terminal as a root user.
- Change to the directory that contains the OpenEdge Command
Center agent installer file for your operating system:
- Windows:
PROGRESS_OECC_AGENT_2.x.x_WIN_64.exe - Linux:
PROGRESS_OECC_AGENT_2.x.x_LNX_64.bin - AIX:
PROGRESS_OECC_AGENT_2.x.x_AIX_64.bin
- Windows:
- Enter the following command to record installation choices in
the <response-filename> file:
-
Windows:
PROGRESS_OECC_AGENT_2.x.x_WIN_64.exe -r <response-filename> -
Linux:
./PROGRESS_OECC_AGENT_2.x.x_LNX_64.bin -r <response-filename> -
AIX:
./PROGRESS_OECC_AGENT_2.x.x_AIX_64.bin -r <response-filename>
-
- Run the installer for OpenEdge Command Center agent by performing the steps in
the Launch the OpenEdge Command Center agent installer. The
<response-filename>file is generated. You can rename the file if necessary.
<response-filename>
file, but do not change the variable names.Run the silent installation
To run a silent installation of the agent:
- Open a command window and change to the directory that contains the silent installation response file.
- Enter the following command:
-
Windows:
PROGRESS_OECC_AGENT_2.x.x_WIN_64.bin -i silent -f response-file-name -
Linux:
./PROGRESS_OECC_AGENT_2.x.x_LNX_64.bin -i silent -f response-file-name -
AIX:
./PROGRESS_OECC_AGENT_2.x.x_AIX_64.bin -i silent -f response-file-name
After you enter the command, the agent installation runs without intervention. A log file of the installation procedure is available in the install_logs subdirectory of the agent installation directory.