jgetpar, jtool getpar
A platform agent tool used to obtain process server configuration parameter values from within OS processes.
This tool cannot be used outside job-context, so the -j
or -job-context
parameter is implied.
This command allows OS processes that run on a platform agent to retrieve configuration parameters that the process server has sent to the platform agent. These are different from the parameters that the process definition has specified; process definition parameters are always transmitted to the process using normal variables for the definition type.
Syntax
jgetpar [-h|-?|-help] [-l <loglevel>] [-f <logfile>] -j|-job-context <parameter>
Argument | Description |
---|---|
-l <loglevel> | Set the logging level. |
-f <logfile> | Log to file instead of stdout/stderr. |
-j, -job-context | Run the command in job-context (implied) |
<parameter> | Parameter name |
Example
The following UNIX shell example shows how to determine the name of the process server.
echo This OS Process is running for ProcessServer `jtool getpar ProcessServer`