lamgr
Altair Allocator Manager.
lamgr: Usage Message
DESCRIPTION:
Altair Allocator Manager.
USAGE:
% lamgr <COMMAND> [OPTIONS]
COMMANDS:
reset -- Reset status of Allocator. The project name is
determined by this order of precedence:
1) The -name option value, if present
2) Else if the shell is enabled, the VOV project
currently enabled
3) Else the project name is "la"
start -- Start an Allocator project. The project name is
determined as follows:
1) The -name option value, if present
2) Else the project name is "la"
status -- Show current run status of the Allocator server.
The project name is determined as follows:
1) The -name option value, if present
2) Else the project name is "la"
stop -- Stop the Allocator server. The project name is
determined as follows:
1) The -name option value, if present
2) Else the project name is "la"
OPTIONS:
-dir DIR -- Override directory. Default: $VOVDIR/../../la
-h -- This help message.
-name LANAME -- Specify name of Allocator server. Default: la
-port PORT -- Specify Allocator server port. Default: 8787
-webprovider <prov> -- Web provider: internal or nginx. Default: internal
-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 8788).
-pubkey <key> -- Specify the public VOV security key to be added
to a new project. If -pubkey is not specified,
the public key listed in ~/.vov/userkey or
%PROFILE%/.vov/userkey is added.
-v -- Increase verbosity.
EXAMPLES:
% lamgr -- For this usage message.
% lamgr start
% lamgr start -port 8787 -name la
% lamgr stop