Page 1 of 1

Recordings for Amt1 and Amt2

PostPosted: Tue Jul 03, 2018 1:53 pm
by Lee Hendricks
At a site like CCD where recordings must be available in both the Amethyst servers, make sure that the correct script is running:

Confirm that the copyamt1andamt2.sh script is running


Code: Select all
less /root/scripts/copyamt1andamt2.sh

Check that the script contains "/opt/amethyst/data/sweeper1/"

Check the location to confirmif there are recordings
Code: Select all
ls /opt/amethyst/data/sweeper1/


If not all the recordings seem to be processing in then the issue is that the sweeper is not reading it from the correct location

Edit the amtsweeper
Code: Select all
cd /opt/amethyst/bin/

Backup the current ini
Code: Select all
cp amtsweeper.ini amtsweeper.ini-20180703


Edit the amtsweeper.ini
Code: Select all
vi amtsweeper.ini


Change the directory:
Code: Select all
ARCHIVEPATH=/opt/amethyst/data/sweeper1/


Startup the amtsweeper
Code: Select all
./amtsweeper -D


The files that were left behind will now process in

Re: Recordings for Amt1 and Amt2

PostPosted: Wed Apr 06, 2022 2:23 pm
by Belinda Frick