Try OpenEdge Now
skip to main content
Getting Started
Administering OpenEdge Management and OpenEdge Explorer : Using the OpenEdge environment window Proenv : Starting, querying, and stopping from the command line : Examples of starting, querying, and stopping from the command line
 
Examples of starting, querying, and stopping from the command line
You want to connect to your AdminServer but you do not want to wait more than five minutes for the connection to be made. Enter the following syntax to start OpenEdge Management for OpenEdge Explorer from the command line (and assume that the AdminServer port is the default of 20931):

Syntax

fathom -start -timeout 30
Enter the following syntax to stop OpenEdge Management or OpenEdge Explorer from the command line and specify that the command-line interface tool wait five minutes before reporting an error (and assume that the AdminServer port is the default of 20931):

Syntax

fathom -stop -timeout 300
To learn the execution status of OpenEdge Management or OpenEdge Explorer with an AdminServer port number of 1905, enter the following syntax:

Syntax

fathom -query -port 1905