Start and Stop Accelerator Plus
The command wxmgr is identical to ncmgr.
To understand the details, refer to Start and Stop ncmgr
Start Accelerator Plus at System Boot Time on Linux
This step is optional.
The Accelerator Plus vovserver can be restarted at reboot by installing the proper script in both the /etc/rc3.d and /etc/rc5.d directories for Linux.
% /bin/su -
% cp $VOVDIR/etc/boot/S99wx /etc/rc3.d/S99wx
% chmod 755 /etc/rc3.d/S99wx
% vi /etc/rc3.d/S99wx
....
Edit configurable items as needed.
sudo
should be used where configured. To avoid Trojan
Horse programs, su
should always be called using the
full path /bin/su
on Linux. % ./S99wx start
% ./S99wx stop