Start Accelerator Plus
vovwxconnect
Utility to setup a connector for Accelerator Plus to a primary queue.
vovwxconnect: Usage Message
DESCRIPTION:
Utility to setup a connector for Accelerator Plus to a primary queue
OPTIONS:
-h -- This help.
-v -- Increase verbosity.
-nc NCQ -- Connect with specified Accelerator queue.
-vovdir PATH -- Specify VOVDIR for the Accelerator queue, if different
than that of Accelerator Plus.
-ncconfigdir -- Specify NC_CONFIG_DIR for the Accelerator queue, if
different than that of Accelerator Plus.
-lsfemul NCQ -- Connect with Accelerator but using the LSF emulation
interface (only for debugging)
-dd -- Connect with Direct Drive
-pbs -- Connect with PBS
-pbsemul NCQ -- Connect with Accelerator but using the PBS emulation
interface (only for debugging)
-legacy -- Connect using legacy daemons vovelasticd vovlsfd.
-show -- Show what is connected.
-test -- Validate connections by running a test job.
-nostart -- Do not start the vovwxd daemon.
-loglevel L -- Set verbosity level for vovwxd (0-6)
EXAMPLES:
% vovproject enable MY_WX_PROJECT
% vovwxconnect -nc vnc1 vnc2
% vovwxconnect -nc vnc1 -nc vnc2
% vovwxconnect -nc vnc_test -vovdir /some/path/to/a/vovdir/used/by/vnc_test
% vovwxconnect -pbs
% vovwxconnect -show
% vovwxconnect -test
% vovwxconnect -lsfemul vnc_test
Multi-instance vovwxd
There may be situations where a multi-instance vovwxd connection can be useful.
% wxmgr start -queue wx -port 6578 -dir $VOVDIR/../../wx
% SWD=$(wx cmd vovserverdir -p .)
% mkdir $SWD/vovwx2d
% wx cmd vovwxconnect -nc vnc -nostart
% vi $SWD/vovwxd/config.tcl
% vi $SWD/vovwx2d/config.tcl
% wx cmd vovdaemonmgr start vovwxd vovwx2d