HSALAS
12/7/2018 - 6:46 PM

DMStartup Configuration (DMStartup.cfg)

This file is an INI file for configuring what apps are to be enabled by DMStartup on a workstation. There are two main roles that a workstation can fall into.

  1. Server: Hosts the database and most apps

  2. Client: Workstation pointed at the server

Applications that should be run on a machine can be configured by setting the value to either 1 (enabled) or 0 (disabled). For compatibility with older behavior if an app is not listed (i.e commented out or removed from the config) it will be assumed as being enabled by default.

# Server Configuration
[server]
Barracuda=1
banner=0
ui_panel=0
DBMaintenance=1
DMLisService=1
DMReduce=1
DMReport=1
LoggerProc=1
InstrumentComplexModel=1
usmserver=1

# Client Configuration
[client]
Barracuda=1
banner=1
ui_panel=1
DBMaintenance=0
DMLisService=0
DMReduce=0
DMReport=1
LoggerProc=1
InstrumentComplexModel=0
usmserver=0