5. Verify MiaRec operation

Use web browser to access MiaRec web portal. Navigate to Administration -> Maintenance -> System Log to check the errors.
Configure appropriate recording interface in Administration -> System -> Recording Interfaces and make a few test calls. Verify that calls are recorded.
It is recommended to reboot the target machine and verify all services are up and running after system reboot.
shutdown -r now
-
PostgreSQL database:
* Redis cache (use ping command. It should print PONG if success):service postgresql-9.5 status* Apache web server/opt/redis/bin/redis-cli ping* Celery task managerservice httpd statusCentos 6 (init.d):
service celeryd statusCentos 7 (SystemD):
* Celery beat schedulersystemctl status celeryd* MiaRec recorderservice celerybeat statusCentos 6 (Upstart):
initctl status miarecCentos 7 (SystemD):
* MiaRec scree recordersystemctl status miarecCentos 6 (Upstart):
initctl status miarec_screenCentos 7 (SystemD):
systemctl status miarec_screen