TCMAN
- Last Updated: August 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
TCMAN is a command-line utility for administering and managing the Progress Application Server for OpenEdge. It extends the functionality that is provided by the core Apache Tomcat administrative scripts found in the instance-name /bin folder.
For more information, see the TCMAN reference in PAS for OpenEdge Administration Tools Reference.
Syntax
|
Parameters
- $CATALINA_HOME|$CATALINA_BASE
-
$CATALINA_HOMEis the path of the installation directory of PAS for OpenEdge, typically OpenEdge-Install-Dir /servers/pasoe . You always run TCMAN from$CATALINA_HOME/binwhen you are creating new instances or worker configuration files. However, you can add the-I instance_alias_nameoption to specify an instance on which to apply the TCMAN action.$CATALINA_BASEis the path of the directory of an instance.Note:TCMAN automatically determines the value of
CATALINA_BASEbased on the directory where you start it. When you run it from theinstance-name /bindirectory, the value ofCATALINA_BASEis the root directory of the instance.If you run TCMAN from the the PAS for OpenEdge installation directory ( OpenEdge-Install-Dir /servers/pasoe/bin ), the value of
CATALINA_BASEandCATALINA_HOMEare the same. - action
- Specify which TCMAN action to invoke.
- general_options
-
Specify one or more of the TCMAN common options that can apply to most actions.
The output of
tcman.sh help actionincludes a list of general options that are applicable to a particular action. -
action_options - Specify an option that applies to the selected
action. These options are explained in the topics that describe each action.