Consultor Eletrônico



Kbase P116554: How to force a UnifiedBroker service to terminate
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/12/2008
Status: Verified

GOAL:

How to force a UnifiedBroker service to terminate

GOAL:

How to force a Webspeed service to terminate

GOAL:

How to force an Appserver service to terminate

GOAL:

How to force NameServer to terminate

GOAL:

How to emergency shutdown an Appserver broker

GOAL:

How to emergency shutdown an Webspeed broker

GOAL:

How to emergency shutdown the NameServer

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

Use option -kill instead -stop.

Note that ideally in a script, you should try first the -stop option, wait for about 30 to 60 seconds and execute a -query to check on the status of the process, if it still have not finnished then use -kill option.

Syntax:

nsman -i <nameserver name> - kill

or

wtbman -i <webspeed name> -kill

or

asbman -i <appserver name> -kill