Starting a server or broker
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Starting a server or broker
The server process coordinates all the database requests from all the users using a single database. The main database server is called the broker. The broker process manages shared resources and starts servers for remote users, if necessary.
Use OpenEdge Explorer, OpenEdge Management, or the PROSERVE startup command to start the server process, as shown:
|
-
-dbdb-name - Specifies the database you want to start a server for (
-dbis implicit). - -servergroup server-group-name
- Specifies the logical collection of server processes to start.
The server-group-name you specify must match
the name of a server group in the
conmgr.propertiesfile. You create server groups using OpenEdge Explorer or OpenEdge Management, which are saved in theconmgr.propertiesfile. - parameters
- Specifies the startup parameters for the broker/server. See Database Startup Parameters for a list of broker/server startup parameters.
For more information about the PROSERVE command see PROSERVE command.