Starting and stopping the ProBroker process from the command line
Print
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The broker can be started from a Windows or UNIX command line prompt in addition to the OpenEdge Management or OpenEdge Explorer interface.
To start the broker process from the command line:
- Start an instance for the supporting Oracle database.
-
Set the environment variables in the shell from which
you are starting the DataServer. The following table describes how
to set them.
Table 1. Environment variables for the remote DataServer Variable How to set it DSLOGDIRThe pathname to the directory where the DataServer creates the log file, dataserv.lg, to track processes and error messages. By default, the DataServer creates this file in the current directory. (Optional) ORACLE_HOMEThe pathname of the directory where Oracle is installed. ORACLE_SIDThe identifier for the Oracle instance you are accessing. ORASRVThe name of the executable (including the path) of the Oracle DataServer. PROBRKRThe pathname to the executable of the broker. Note: If you change the values of any environment variables, such asORACLE_SID,ORACLE_HOME, orORASRV, you must shut down the DataServer processes and restart them. -
To start the DataServer broker process, enter the following
command at the system prompt. Select the service-name from
the list of available services:
broker-executable-name -H host-name -S service-nameFor example, the following command uses the default broker executable:
_probrkr -H paris -S demosvThis example starts an TLS –enabled ProBroker on the “demosv” port of the local host:
_probrkr -S demosv -ssl -
To stop the DataServer modules by shutting down the broker, enter this command at the
system prompt of the client machine:
proshut -Gw -H host-name -S service-name