vncmgr: Usage Message
USAGE:
% hemgr start [options]
OPTIONS:
-h This help.
-force Do not ask confirmation.
-block Do not return to the shell or command prompt
after starting. This is only useful, and
required, when starting Accelerator as a
Windows service.
-port <port|mode> Specify port number, port number list (colon
separated) or port mode. Modes are:
automatic - hash queue name into port number,
do not start if port is
unavailable. The default queue
name 'hero' hashes to port
6374.
any - hash queue name into port number, try
additional ports in increments of 1
until an available one is found. The
default queue name 'hero' hashes to
beginning port 10718.
Default: any
-webport <port|mode> Specify a dedicated web interface port for
HTTP and HTTPS protocols. This port must be
configured to enable REST API v3 interface,
and to enable SSL. A value of 0 directs
VovServer not to open a web interface port.
Specify port number, port number list (colon
separated) or port mode. Modes are:
automatic - hash queue name into port number,
do not start if port is
unavailable. The default queue
name 'hero' hashes to web port
6374.
any - hash queue name into port number, try
additional ports in increments of 1
until an available one is found. The
default queue name 'hero' hashes to
beginning web port 8139.
Default: Any
-webprovider <provider> Specify the provider for
HTTP and HTTPS protocols.
This must be either "internal" or "nginx".
Default: "internal"
-roport <port|mode> Specify read-only guest access web interface
port. A value of 0 disables this interface,
requiring all web interface users to log in.
Default: 0
-q, -queue <name> Name for queue (default is $NC_QUEUE if set,
and otherwise hero).
-dir <dir> Directory of the server
(default $VOVDIR/../../hero).
-dbhost <host> Host for database.
-dbroot <path> Path on database host for database files.
-dbport <port> Port of the database to listen for
connections.
-v Increase verbosity.
EXAMPLES:
% hemgr start -port 6271
% hemgr start -port 6271:6272:6273:any -force
% hemgr start -q bigqueue -dir /remote/queues