GETPARAMINFO

Use GETPARAMINFO to query runtime parameter values of a running instance, including Extract, Replicat, and Manager. You can query for a single parameter or all parameters and send the output to the console or a text file.

Syntax

SEND MGR | group GETPARAMINFO [parameter-name] [FILE output-file]
group

The name of the Extract or Replicat instance or MANAGER.

parameter-name

The default behavior is to display all parameters in use, meaning those parameters that have ever been queried by the application, parameters, and their current values. If you specify a particular parameter, then the output is filtered by that name.

output-file

The name of the text file that your output is redirected to.

Examples

START extepmp FORCEAPPEND

This example displays one parameter.

SEND MGR GETPARAMINFO PORT 

This example displays all parameters loaded from parameter file into Replicat repe and those parameters that the repe has accessed.

SEND repe GETPARAMINFO 

The following example redirects the output to a file.

SEND MGR GETPARAMINFO FILE mgrfile.out