wxmgr_start
USAGE:
% wxmgr 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 'wx' hashes to port
6439.
any - hash queue name into port number, try
additional ports in increments of 1
until an available one is found. The
default queue name 'wx' hashes to
beginning port 11495.
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 'wx' hashes to web port
6439.
any - hash queue name into port number, try
additional ports in increments of 1
until an available one is found. The
default queue name 'wx' hashes to
beginning web port 8141.
Default: Any
-webprovider <provider> Specify the provider for
HTTP and HTTPS protocols.
This must be either "internal" or "nginx".
Default: "internal"
-pubkey <key> Specify the public API key to be added to a new project.
-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 wx).
-basequeue <queueList> Comma-delimited list of Accelerator queues
to which Accelerator Plus (WX) will connect.
Can only be used when starting a new WX queue.
-dd Connect with Direct Drive.
-dir <dir> Directory of the server
(default $VOVDIR/../../wx).
-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:
% wxmgr start -port 6271
% wxmgr start -port 6271:6272:6273:any -force
% wxmgr start -q bigqueue -dir /remote/queues