I'm running v1.29rc2 on 2 raspberry pi with 3 cameras / monitors in Mocord mode:
The idea is to distribute the load as a single raspberry pi can't cope with the load. However I seem to have zmc and zma processes for camera 2 and 3 on server 1, even though both monitors are allocated to server 2 and running :
Code: Select all
user@rpi1:~ $ ps ax | grep zm
10081 ? S 0:56 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
10116 ? Rl 189:20 /usr/bin/zmc -m 2
10120 ? R 245:22 /usr/bin/zma -m 2
10125 ? S 0:04 /usr/bin/perl -wT /usr/bin/zmfilter.pl
10131 ? S 0:03 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
10137 ? S 0:11 /usr/bin/perl -wT /usr/bin/zmwatch.pl
10143 ? S 0:01 /usr/bin/perl -w /usr/bin/zmupdate.pl -c
10218 ? Rl 164:42 /usr/bin/zmc -m 3
10222 ? R 246:24 /usr/bin/zma -m 3
10263 ? R 92:29 /usr/bin/zmc -m 4
10267 ? R 287:31 /usr/bin/zma -m 4
Code: Select all
user@rpi2:~ $ ps ax | grep zm
6645 ? S 0:49 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
6672 ? Sl 146:16 /usr/bin/zmc -m 3
6676 ? R 250:27 /usr/bin/zma -m 3
6684 ? S 82:19 /usr/bin/zmc -m 4
6688 ? R 313:17 /usr/bin/zma -m 4
6693 ? S 0:04 /usr/bin/perl -wT /usr/bin/zmfilter.pl
6699 ? S 0:02 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
6705 ? S 0:14 /usr/bin/perl -wT /usr/bin/zmwatch.pl
6716 ? S 0:01 /usr/bin/perl -w /usr/bin/zmupdate.pl -c
Could someone help on how to troubleshoot this? I believe it's some misconfiguration on my end, but I'm not sure where to look next.
Thanks