Kbase P72265: How to start/stop DataServer Broker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/08/2008 |
|
Status: Verified
GOAL:
How to start/stop DataServer Broker
GOAL:
How to start/stop DataServer broker through the command line?
GOAL:
How to start/stop DataServer broker through ProControl?
GOAL:
How to start/stop/query DataServer broker through Progress Explorer?
FACT(s) (Environment):
MS SQL DataServer
ODBC DataServer
Oracle DataServer
Windows 32 Intel
Windows NT 32 Intel/Windows 2000
UNIX - Oracle DataServer
FIX:
DataServer brokers can be started through two different methods. Through command line or through a gui Progress explorer interface.
Method 1: Command line tools. Command line tools can be used when working in situations where you do not have access to a gui interface (such as working on an UNIX platform) and/or when the gui tools are not working.
There are 2 separate command line tools. One for the standard broker (_probrkr) and another set of command line tools for the unified broker (oraman, msman, odbman) which is essentially managing unified broker processes.
Method 2: Via ProControl/Progress Explorer (MMC Console). Gui tools can be used when working within client windows interface.
Please note, when working with any method, if you using a service name, ensure that you define the service name and port within the services file. If using a service port, this does not need to be done.
Method 1
A. Start the standard broker through the command line.
_probrkr -S <service-name> -N tcp -H <host-name>
Stop the standard broker through the command line.
proshut -Gw -S <service-name> -N tcp -H <host-name>
For more information on this, please refer to the V9 chapters within each of the DataServer Guides;
-Starting and Stopping a Broker Process from the Command Line
Method 1
B. Start/Stop and/or Query the Unified Broker through the command line.
oraman -name broker-name -start/stop/query
odbman -name broker-name -start/stop/query
msman -name broker-name -start/stop/query
For more information on all the switches within the Unified broker framework, please refer to the V9 chapters within each of the DataServer Guides;
-Starting and Stopping a Broker Process Using ODBMAN
-Starting and Stopping a Broker Process Using MSSMAN
-Starting the DataServer in the Explorer Administration Framework for Oracle DataServer
Method 2
A. Via ProControl
-start the ProService for Progress 9.1x
-Open ProControl and select DETAILS
-Select OPTIONS tab
-Ensure that the DataServer Page is selected
-Select Apply and Okay
-Select DETAILS again
-Select DATASERVER tab
-select INSERT
-enter in an identifier, any name to identify the dataserver broker
-enter in a working directory
-enter in a servicename and/or port
-enter in TCP as the network protocol
-select autostart if you want it to start when the ProService starts
-select okay when complete
-select the identifier and press START
-enter necessary Environment variables are needed; i.e., ORACLE_HOME, ORACLE_SID
To Stop, press STOP after it's started.
For more information on ProControl, please refer to the V9 chapters within each of the DataServer Guides;
-Starting and Stopping a Broker Process with ProControl (ODBC and MS SQL Server)
-Configuring the DataServer on the NT Host (Oracle)
Method 2
B. Through the Progress Explorer (MMC Console)
-Open Progress Explorer
-Ensure that the AdminServer is up and running
-connect to the AdminServer
-Select the broker's folder that you are working with
-No need to configure any field, simply select start and/or right click on the broker, select start
For more information on the Progress Explorer, see the Progress Explorer online help.