In the event that you need to restart the ExacqVision Server service due to an operating system error or manual change to configuration files, the following steps should be taken:
<br>
Windows Services 11, 10, 7
- Click the Windows (Start) button.<br><br>
- Use the Search field to begin typing ‘Services’.<br><br>
- Open the Services application, represented by an icon of gears.<br><br>
- Locate ExacqVision Server from the list of services.<br><br>
- Note that the Status column indicates if the service is currently running or not. <br><br>
- To Stop the service, highlight the service name and perform one of the following:
- Click the Stop icon from the toolbar above.
- Click the Stop link to the left.
- Right-click the service name and select Stop from the menu.
<br><br>
- To Start the service, highlight the service name and perform one of the following:
- Click the Start icon from the toolbar above.
- Click the Start link to the left.
- Right-click the service name and select Start from the menu.
<br><br>
Windows Services Vista, XP
- Click the Start button.<br><br>
- Right-click Computer, then select Manage from the menu.
<br><br> - From the Computer Management window, expand Services and Applications, then select Services.<br><br>
- Locate ExacqVision Server from the list of services.<br><br>
- Note that the Status column indicates if the service is currently running or not. <br><br>
- To Stop the service, highlight the service name and perform one of the following:
- Click the Stop icon from the toolbar above.
- Click the Stop link to the left.
- Right-click the service name and select Stop from the menu.
<br><br>
- To Start the service, highlight the service name and perform
- Click the Start icon from the toolbar above.
- Click the Start link to the left.
- Right-click the service name and select Start from the menu.
<br><br>
Windows CLI
- Use the Windows (Start) button menu to locate CMD. <br><br>
- Right-click CMD in the results and select Run as Administrator.
<br><br> - At the prompt, stop the ExacqVision Server service by entering:
net stop exacqvisionserver
<br>
<br><br> - Start the ExacqVision Server service by entering:
net start exacqvisionserver
<br><br>
Linux (Ubuntu)
- Open a Terminal window by pressing CTRL+ALT+T.<br><br>
- At the prompt, enter one of the following commands to Stop the ExacqVision Server service:
sudo service edvrserver stop
sudo /etc/init.d/edvrserver stop
- NOTE: Some legacy systems use initctl, in which case you will need to use:
sudo initctl stop edvrserver
<br><br>
- To Start the ExacqVision Server service, enter one of the following commands:
sudo service edvrserver start
sudo /etc/init.d/edvrserver start
- NOTE: Some legacy systems use initctl, in which case you will need to use:
sudo initctl start edvrserver
<br>