General Description:
Multiple Licpoll update and bug fix.
Detailed Description:
Added Features:
Improved token data collection.
The licpoll output data is updated to handle token cost and token pool for token licenses.
The output data format from licpoll has been modified and this patch requires that
patch 930 is installed on the server.
Lmutil version is now handled in the data collection of Flex ,SelectiveFlex and SimpleFlex.
Lmutil version argument can be set by modifying Configurations\Components\Licpoll.xml and set
argument_version.
e.g.
Licpoll.license-type.flex-sample.status-command.arguments_version ="-v
Licpoll.license-type.selective-flex-sample.status-command.arguments_version ="-v
Licpoll.license-type.simple-flex-sample.status-command.arguments_version ="-v
Added support for collection of LS-DYNA
To set LS-DYNA please copy (or link) lstc_qrun to OpeniT/bin
(or set absolute path of the binary in licpoll.xml file)
To set manually:
licpoll.license-type.lsdyna.active=true
licpoll.license-type.lsdyna.license-server=<port>@<host>
Bug Fix:
Fixes Licpoll crash on LS-DYNA triad setup. The problem was found at the current support on LS-DYNA.
It has an issue with parsing the data that has QUEUED program information which results in licpoll
crash when collecting LS-DYNA data. It is now fixed in this patch, Licpoll parser for LS-DYNA is now
updated to support queued programs information.