System Tools
Configuration Manager Console
Commands
Available in both the Master and Node Installation
Commands Available
in the Master Installation Only
Using Scripts
Commands Available
in both the Master and Node Installation
startNode
Starts a NodeManager.
Usage: startNode <local hostname> <config manager hostname>
Commands Available
in the Master Installation Only
startDOGMA
Starts a configuration manager.
Usage: startDOGMA <dogma codebase> <local hostname (optional)>
Note: the system configuration file currently must be in the current
directory with the name Resources.txt]
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>
Using Scripts <pending>