System Tools

System Console
Commands Available in both the Master and Node Installation
Commands Available in the Master Installation Only
Using Scripts

System Console


Commands Available in both the Master and Node Installation

startNode

Starts a NodeManager.
Usage: startNode <DJMManager hostname> <dogma codebase> <local hostname (not always required)>
The local hostname parameter should usually be used.  It is not necessary to use it if you are using the Node Installation and DOGMA_HOSTNAME is set correctly.

startCfgMgr

Starts a configuration manager..
Usage: startCfgMgr <dogma codebase> <local hostname (optional)>
Note: the system configuration file currently must be in the current directory with the name config.db]
Also note: The local hostname parameter is only for the Node Installation.  It should only be used if DOGMA_HOSTNAME is not set.
 


Commands Available in the Master Installation Only

startDOGMA

Starts DJMManager as well as a NodeManager on the local machine.
Usage: startDOGMA

startSysCon

Starts a GUI SysConsole.
Usage: startSysCon
 

dogc

Creates a Group file from a group interface file.
Usage dogc <group interface>
 

makeall

Script that calls javac to compile all .java files in the current directory to the DOGMA_APP_CODEBASE directory.
Usage: makeall
 

makeone

Script that calls javac to compile one .java file in the current directory to the DOGMA_APP_CODEBASE directory.
Usage: makeone <class name>
 

makermi

Script that calls rmic to compile one remote interface implementation file in the current directory to the DOGMA_APP_CODEBASE directory.
Usage makermi <fully qualified class name (i.e. preappend the package name)>
 
 

Using Scripts