The tcman command
- Last Updated: June 23, 2025
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Purpose
tcman.sh script followed by
appropriate TCMAN actions and options. On Windows systems, you run the tcman.bat batch file, which is identical syntactically
and functionally with tcman.sh. tcman.sh script.
Syntax
|
manager actions require that the Java Trust Store contains
the appropriate root certificates. Unlike other administration tools, these
actions do not use the %DLC%/certs store. For more information
about this, see Known issues in OpenEdge 12.8.8.Parameters
- $CATALINA_HOME|$CATALINA_BASE
Specify whether to run TCMAN from the root directory of the installed PAS (
$CATALINA_HOME) or from the root directory of an instance ($CATALINA_BASE). The context of where you run TCMAN (whether from the /bin directory of the parent, or the /bin directory of an instance) affects which server the utility acts on.Note: TCMAN automatically determines the value ofCATALINA_BASEfrom the directory where you start it. When you run it from the/bindirectory of an instance, the value ofCATALINA_BASEis the root directory of the instance. If you run it from the/bindirectory of the installed Progress Application Server, the value ofCATALINA_BASEis the root directory of the installed server (which is the same value asCATALINA_HOME).- action
- Specify which TCMAN action to invoke.
- general_options
-
Specify one or more of the TCMAN common options that can apply to most actions. Note that one or more of the general options may be required by a specific action. For example, the
listaction requires–uin order to pass a user name and password.The output of
tcman.sh help actionincludes a list of general options that are applicable to a particular action.The following table is a list of the common options:
Table 1. TCMAN general options Common options Function -u user_name:passwordPass a valid user name and a password for HTTP Basic access authentication. -vDisplay verbose output. -M URLOverride the default manager that manages Web applications by specifying the URL of an alternative manager. URL is expressed in the following format:
{http|https}://host:port/manager_application-BOverride default
environment settings.CATALINA_BASE-nDebug the TCMAN action but do not execute changes. -I instance_nameRun TCMAN from the /bin directory of the specified instance. action_options- Specify an option that applies to the selected
action. These options are explained in the topics that describe each action.
Example
Run the help action from the core server (/psc/pashome)
to display a list of available TCMAN actions:
|