Running the LumenVox Manager
The LumenVox Manager is by default configured to run as a service/daemon on the installation machine.
It can also run as a standalone console application for more detailed process information. Follow the instructions below that pertain to your Operating System below:
Running the Windows LumenVox Manager as a Service
- From the Windows Control Panel, choose Administrative Tools and then Services.
- Look for "LumenVox Manager"
- Right click, and select Start
Running the Windows LumenVox Manager in Console Mode
- From the Windows Control Panel, choose Administrative Tools and then Services.
- Look for "LumenVox Manager"
- Right click, and select Properties
- Stop the service and set startup type to Manual
- Open command prompt.
- Go to the installation folder (by default C:\Program Files\LumenVox\Engine\)
- Type LVManager.exe -console
Running the Linux LumenVox Manager as a Service:
- Type service lvmanagerd start from any directory within the system.
This command can also be found in /sbin if needed.
Running the Linux LumenVox Manager as a Service on Debian 5:
- Type /etc/init.d/lvmanagerd start from any directory within the system.