Categories
Knowledge Support Support exacqVision Server Categories

Stopping and Starting the ExacqVision Server Service

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

  1. Click the Windows (Start) button.<br><br>
  2. Use the Search field to begin typing ‘Services’.<br><br>
  3. Open the Services application, represented by an icon of gears.<br><br>
  4. Locate ExacqVision Server from the list of services.<br><br>
  5. Note that the Status column indicates if the service is currently running or not. <br><br>
  6. 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>
  7. 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

  1. Click the Start button.<br><br>
  2. Right-click Computer, then select Manage from the menu.
    <br><br>
  3. From the Computer Management window, expand Services and Applications, then select Services.<br><br>
  4. Locate ExacqVision Server from the list of services.<br><br>
  5. Note that the Status column indicates if the service is currently running or not. <br><br>
  6. 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>
  7. 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

  1. Use the Windows (Start) button menu to locate CMD. <br><br>
  2. Right-click CMD in the results and select Run as Administrator.
    <br><br>
  3. At the prompt, stop the ExacqVision Server service by entering:
    net stop exacqvisionserver<br>
    <br><br>
  4. Start the ExacqVision Server service by entering:
    net start exacqvisionserver
    <br><br>

Linux (Ubuntu)

  1. Open a Terminal window by pressing CTRL+ALT+T.<br><br>
  2. 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>
  3. 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>