lmmgr
Altair Monitor management script. Execute on the server. Some commands require enablement by first typing "vovproject enable licmon". If a project name other than licmon is used, use that name instead.
lmmgr: Usage Message
DESCRIPTION:
LicenseMonitor management script. Execute on the server. Some commands
require enablement by first typing "vovproject enable licmon".
If a project name other than licmon is used, use that name instead.
USAGE:
% lmmgr <COMMAND> [OPTIONS]
COMMANDS:
deobfuscate -- Deobfuscated checkout data that was obfuscated
due to license violation. Requires enablement and
a valid license file with a proper user count for
the dates that contain obfuscated data.
loaddb -- Fully load the database. Requires enablement.
loadremotedata -- Load data that was copied in from remote instances
into the database.
reset -- Resets LM. Requires enablement.
start -- Starts LM.
stop -- Stops LM.
START OPTIONS:
-h, -help -- Print this usage message.
-v -- Increase verbosity.
-block -- Do not return to the shell or command prompt
after starting. This is only useful, and required,
when starting LicenseMonitor as a Windows service.
-dir <dir> -- Choose top directory (it must exist).
Default $VOVDIR/../../licmon
-name <name> -- Name for the server (default licmon).
-removelockfile -- Delete server lock file if it already exists.
-port <port[:port]> -- Colon separated port list wherein each element
may be of the form:
N - An integer specifying the exact port
number to use.
automatic - Calculates hash of project name to
derive a single port number.
any - Calculates hash of project name to
derive starting port number. Ports
are checked sequentially up to
30000.
Projects will not start if all specified ports
are unavailable (default 5557).
-product <product> -- Product type, one of: lm (default) or lms.
-webport <port> -- Colon separated port list wherein each element
may be of the form:
N - An integer specifying the exact port
number to use.
automatic - Calculates hash of project name to
derive a single port number.
any - Calculates hash of project name to
derive starting port number. Ports
are checked sequentially up to
30000.
(Default 5555).
-webprovider <prov> -- Web provider: internal or nginx
-roport <port> -- Web interface guest access port (default 5556), or
0 if no anonymous guest access port should be
enabled.
-dbhost <host> -- Host for database.
-dbroot <path> -- Path, local to database host, for database files.
If either -dbhost or -dbroot is left unspecified,
the database and historical reporting will be
unavailable until configured in the admin UI.
-dbport <port> -- Port of the database to listen for connections.
STOP OPTIONS:
-f, -force -- Suppress shutdown confirmation prompt.
-name <name> -- Name for the server (default licmon).
EXAMPLES:
% lmmgr -- For this usage message
% lmmgr start
% lmmgr start -dir ~/MYFTLM -port 7777
% lmmgr loaddb
% lmmgr stop
% lmmgr stop -force -name licmon833
% lmmgr deobfuscate
% lmmgr reset