Manage Data from Different Origins
In FlexNet Publisher monitoring, checkout data can be obtained from two different data sources.
Those two sources are:
- lmstat sampling
- debug log
Monitor distinguishes these data sources as origins. The data are stored in the database with indicators for its associated origin. Monitor utilizes the following origins:
Symbolic Name | Description | Corresponding Database Symbolic Values |
---|---|---|
samples | lmstat-driven samples | 1 |
logs | parsed from debug log | 2 |
Default Origin
The data origin for all historical reports defaults to that of the lmstat "samples"
(1). This default can be specified in the
licmon.swd/vovlmd/config.tcl file, using the following
setting:
# Fragment of .../vovlmd/config.tcl
set VOVLM(origin) "samples"
# set VOVLM(origin) "logs"