Consultor Eletrônico



Kbase P25757: How to stop all databases that have been started by progress
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/05/2003
Status: Unverified

GOAL:

How to stop all databases that have been started by the Admin Service?

FACT(s) (Environment):

Progress 9.1x

FIX:

The dbman command can be used to start/stop and query a database that has been started using the Admin Service.

The command syntax is
dbman [-host host-name -port port-number | service-name -user user-name ]
To stop all database's that have been started enter the following command:
dbman -databases -all -stop

The above syntax can also be used to start all the databases as well.