UMDS Quick Start
|
Before starting the UMDS Server, perform the following adjustments to the UMDS Server configuration file. When editing, do not change the order of the elements in cfg.xml
.
Open [installdir]/doc/UMDS/QuickStart/cfg.xml
in a text editor.
Add the UMDS license file name to the <lbm-license-file>
element.
Specify a null UM configuration file with <lbm-config></lbm-config>
or specify a valid UMS configuration file. Note that the UMDS Server ignores some parameters.
The default server connection port is 14701. If this is unavailable, edit the <server ...>
element to use a different port, for example: <server bind-addr="*:14733"/>
. Note this server's IP address and the new port number for later use.
If using the UMDS Web Monitor, ensure that the Web Monitor port number does not conflict with other UMDS Servers or other applications.
cfg.xml
configuration file in [installdir]
.