Categories
Knowledge Support Support exacqVision Server Categories Products

Manually Triggering a Watchdog

Because of issues archiving over a WAN (see this article), it might be necessary to manually trigger a watchdog so that the server is able to start up successfully. To do this, complete the following steps:

  1. On the System configuration page, open the Watchdog Timers tab and make sure the motherboard watchdog is enabled.
  2. Open a Terminal window to the server.
  3. Execute ps -ef | grep core to find out the process ID of the core process. If multiple IDs are reported, use the lowest.
  4. Execute sudo kill -9 [pid], where [pid] is the process ID from the previous step.

<br>

The server should then restart within the specified watchdog timer timeout.