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 instructions in this section are valid for Linux. 
            Note: This part of the
                    installation requires root permission. 
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.
Run the following commands on the host that was selected as the Accelerator Plus
                vovserver.
            % /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.
Note: 
            sudo should be used where configured. To avoid Trojan
                        Horse programs, su should always be called using the
                    full path /bin/su on Linux. You can test with:
                
            % ./S99wx start% ./S99wx stopNote: Re-start the Accelerator Plus server with the command
                        ./S99wx start after testing the stop
                    capability.