Consultor Eletrônico



Kbase P113699: How to use _mprosrv to start a database and have it register with the AdminServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/02/2006
Status: Unverified

GOAL:

How to use _mprosrv to start a database and have it register with the AdminServer

GOAL:

How to use _mprosrv to start a database using the startup values specified in the conmgr.properties file and have it register with the AdminServer

FIX:

If you have configured a database in Progress Explorer, you can use the _mprosrve command to start a database with all the values configured in the conmgr.properties file and have it register with the AdminServer.

Given a database display name of "mydb", a default configuration and server group, the parameters are:

$DLC/bin/_mprosrv \
-classpath <your-classpath-here-if-not-defined-in-environment> \
-properties "$DLC/properties/conmgr.properties" \
-servergroup mydb.defaultconfiguration.defaultservergroup \
-adminport 7838 -m5

Note: 7838 must correspond to the database plugin port opened by the AdminServer.

***Where "dbname" is the display name of the logical databasee configuration. The physical database name may be different.