PAS for OpenEdge configuration tools
- Last Updated: August 17, 2021
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
OpenEdge provides a number of tools to administer a PAS for OpenEdge instance.
These tools include:
- TCMAN—a command-line utility for configuring and
managing PAS for OpenEdge instances. The tool also enables you to view details such as
operating system (OS) and server information, detailed server status, memory leaks, and HTTP
session information.
For more information, see TCMAN Reference in the PAS for OpenEdge Administrative Tools Reference.
- PASMAN—a command-line utility that runs as a TCMAN wrapper from the $DLC/bin directory. This utility allows PAS for OpenEdge system administrators to manage multiple instances.
- OEPROP—a command-line utility used to display and
manage properties in the
instance-name /conf/openedge.propertiesfile. - OpenEdge Management—a browser-based administration tool
that allow you to create and manage PAS for OpenEdge instances. This tool runs as either a
Windows or UNIX client of the AdminServer. OpenEdge Management can create and configure, start,
stop, and delete a PAS for OpenEdge instance as well as view log files. OpenEdge Management
also allows you to monitor various aspects of your PAS for OpenEdge environment. In order to
create and manage instances with OpenEdge Management, the
oemanager.warfile must be deployed to the instance. - REST APIs—REST APIs give you visibility into your PAS
for OpenEdge environment and let you take appropriate actions based on your findings. REST APIs
are enabled by the
oemanager.warweb application and can be viewed through the Swagger UI.For more information, see Use Swagger UI to explore management REST APIs. REST API reference documentation is available in the REST API Reference for oemanager.war in the PAS for OpenEdge Administrative Tools Reference.
- OEJMX—a command-line utility that can list all of the
MBeans, including attributes and operations for a PAS for OpenEdge instance running on a local
machine, and also run MBean queries. OEJMX does everything that deploying
oemanager.warcan do, but without opening access to the instance via the web server.For more information, see Use OEJMX to manage and monitor an instance.
This book uses the PASMAN command-line utility and OpenEdge Management tools to illustrate the daily tasks of the PAS for OpenEdge system administrator.