Exacq Technologies does not recommend using the root partition for video recording as the OS is installed on this partition. Exacq labels the root partition as /mnt/edvr/0. In the event that /mnt/edvr/0 has been enabled on the storage page, resulting in video being recorded to the root partition and you now need to delete that… Continue reading Linux – Delete Video from Root Volume
Tag: delete
Enterprise System Manager Shell
To open Enterprise Manager Shell in Windows, run Command Prompt as an administrator and change directories to the installation directory by running the following command: cd C:\Program Files\exacqvision\enterprisemanager \enterprisesystemmanager\ Then type: enterprisesystemmanager.exe shell To open Enterprise Manager Shell in Linux, open a Terminal window and type: sudo /usr/local/exacq/esm/enterprisesystemmanager shell <br> The following commands can be used… Continue reading Enterprise System Manager Shell
How to delete a large amount of camera events from ESM
Description Perform the following steps to remove a large amount of camera events from the ESM Postgre database: <br> Removing Events: Shutdown all ESM servicesStart command prompt as admininistrator (do not use powershell)Change directories to exacqVisionEsm\PostgreSQL\9.2\bin and run the following:pg_dump -U postgres –schema-only ESM > ESM.sql#psql -U postgres -d ESMDROP TABLE camera_cameraevent CASCADE;DROP TABLE report_eventid… Continue reading How to delete a large amount of camera events from ESM
Manually Deleting Log Files from Linux-based exacqVision Systems
It is possible for log files to become large enough to prevent proper access to an exacqVision system. If this happens, complete the following steps to delete the files manually: Restart the system.During the system startup process, press the Esc key to boot to shell.Type /usr/local/exacq/server/logs.Type ls -la for a list of files and sizes.Type… Continue reading Manually Deleting Log Files from Linux-based exacqVision Systems