Display runtime environment information (env)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Purpose
Show details about a server’s state.
Syntax
|
Parameters
- general_options
- Specify one or more of the general TCMAN options. Run
tcman.sh help envto see which general options are appropriate. - keyword
- Specify one or more keywords that represent the name of the state that you want to view. If
no keyword is specified, then all of the state information is
displayed.
Keywords include:
Keyword Description runningIndicate if a server is running ( 1) or not running (0).mgrurlDisplay the URL of the manager application. typeDisplay the server type. aliasDisplay the server’s alias. parentDisplay the pathname of the parent of an instance. trackingIndicate if tracking is on ( 1) or off (0).httpDisplay the server’s http port number. httpsDisplay the server’s https port number. shutDisplay the server’s shutdown port number. A value of -1indicates that there is no shutdown port.pidDisplay the server’s process id. A hyphen ( -) indicates that the server is not running.
Example
Display all of the state information for the instance created in
/psc/acme1:
|