Kbase 10532: Starting the Broker from system boot
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Starting the Broker from system boot
900622-AAB01
INTRODUCTION: Date Last Modified: 8/24/90
=============
This Technical Support Knowledgebase entry explains how to start a
PROGRESS broker process at the same time you reboot your VMS system.
WHY YOU NEED TO DO THIS:
========================
This allows the users to log in to PROGRESS after the system has been
booted without the need for the database administrator to start the
broker.
PROCEDURAL APPROACH:
====================
You must make the following changes:
1. Add these statements to the SYS$MANAGER:LOGIN.COM.
$ IF F$MODE() .NES. "OTHER" THEN GOTO ENDOTHER
$!
$ DEFINE DLC _DUB0:[DLC]
$ SET COMMAND DLC:PROGRESS.CLD
$ ENDOTHER:
** Be sure to substitute the DEFINE DLC command with the PROGRESS
(DLC) directory for your site.
2. Add this statement to the SYS$MANAGER:SYSTARTUP.COM
$ SUBMIT/NOPRINT/LOG=SYS$MANAGER:PROSERVE.LOG SYS$MANAGER:BROKER.COM
3. Create a file called SYS$MANAGER:BROKER.COM that contains these
statements:
$ DEFINE DLC _DUB0:[DLC]
$ SET COMMAND DLC:PROGRESS.CLD
$ SET DEFAULT dbdir <-- where dbdir is the location of your database
$ PROGRESS/MULTI_USER=START_SERVER dbname
** Be sure to substitute the DEFINE DLC command with the PROGRESS (DLC)
directory for your site.
** Also note - the broker process should have group and world
priviledges to allow non-priviledged user access **
ONLINE PROCEDURES OR UTILITIES:
===============================
None
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
None
Progress Software Technical Support Note # 10532