PASMAN
- Last Updated: January 23, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
PASMAN is a command-line utility that invokes TCMAN from the PAS for
OpenEdge installation directory (OpenEdge-Install-Dir/servers/pasoe/bin). You can apply
TCMAN actions to an instance by using the -I instance_name option with PASMAN.
The script for PASMAN is located in OpenEdge-Install-Dir/bin which is usually included in your PATH environment variable.
PASMAN takes the same options and actions as TCMAN. However, you must
specify an instance name (using -I instance_name) whenever an action applies to a specific
instance.
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
- action
- The TCMAN action to invoke.
For information on actions, see the TCMAN Reference.
- general_options
-
One or more of the TCMAN common options that apply to most actions.
Type
tcman.sh help actionfor a list of the general options that are applicable to the specifiedaction.Important:When an action affects a specific instance, you must explicity reference the instance using the
-I instance_namegeneral option with PASMAN. If you do not specify an instance name, then the action applies to the server installation directory in$CATALINA_HOME. The actions that you can use-Iwith PASMAN to specify a particular instance are:Action Description Cleans up or archives log files. Displays and manages configurations Deploys a web application Stops a web application Starts a web application Displays runtime environment information Displays or modifys server features Displays OS and server information Displays memory leaks Lists deployed applications Lists process ids Reloads a web application Displays global server resources Registers and manages an instance as a Windows service Displays web application HTTP sessions Shows Windows process information Starts an instance Displays detailed server status Stops an instance Tests a server configuration Undeploys a web application Displays server, OS, and run-time version information Other actions only apply to the PAS for OpenEdge installation in OpenEdge-Install-Dir/servers/pasoe/bin and not to instances. These core server actions, where
-I instance_nameshould not be used with PASMAN, are:Action Description Creates an instance Deletes an instance Displays server instances Registers an instance for tracking Stops tracking an instance Creates a Tomcat worker configuration file action_options- An option that applies to the selected
action. These options are explained in the topics that describe each action.