wxmgr
This program manages the vovserver for Accelerator Plus.
wxmgr: Usage Message
This program manages the vovserver for Accelerator Plus.
Copyright (c) 1998-2023, Altair Engineering.
USAGE:
wxmgr help|info|rehost|reset|start|stop|cm [OPTIONS]
ACTIONS:
info [-queue|-q <name>] [-v]
reset [-soft | -hard | -h ]
rehost [-force] [-queue|-q <name>] -host <host>
start [-dir <server_working_dir>] [-force] [-queue|-q <name>]
[-port <port> ] [-webport <port>] [-roport <port>]
[-dbhost <host>] [-dbroot <path>] [-dbport <port>]
[-prod nc|wx|he] [-basequeue <name>] [-dd]
The default <server_working_dir> is
<...>/wx.
This is the parent of the configuration (.swd) directory for
the queue.
stop [-force] [-freeze] [-freeze_nocpr] [-queue|-q <name>]
[-writeprdir <dirname>]
-force Do not prompt for confirmation
-freeze Instruct taskers to keep running and wait for a
new server
-freeze_nocpr Instruct taskers to keep running and wait for a
new server, and do not compress PR file
-writeprdir Writes the PR file to the specified directory
(which is created if necessary)
cm [-queue|-q name] <ACTION> [ARGUMENTS]
Configuration Management. Pass "help" for detailed usage.
EXAMPLES:
% wxmgr
% wxmgr -h
% wxmgr start -queue wx2
% wxmgr start -port 6699 -queue wx99
% wxmgr info
% wxmgr reset -soft
% wxmgr reset -hard
% wxmgr cm help
EXAMPLE TO STOP AND RESTART SERVER:
% wxmgr stop -freeze
% wxmgr start -force
% wxmgr stop -freeze -force -writeprdir /tmp/abc123