AM FAQ
Jump to navigation
Jump to search
Main Page > Development > Administrator_manual > FAQ
How to restart the Archivematica services?
Stopping
- Stop the server
sudo stop archivematica-mcp-server
- Stop the client
sudo stop archivematica-mcp-client
- Stop the dashboard
sudo apache2ctl stop
- Stop the gearman service
sudo /etc/init.d/gearman-job-server stop
- Stop the mysqld service
sudo stop mysql
- Stop the elastic search service
sudo /etc/init.d/elasticsearch stop
Starting
- Start the elastic search service
sudo /etc/init.d/elasticsearch Start
- Start the mysqld service
sudo start mysql
- Start the gearman service
sudo /etc/init.d/gearman-job-server Start
- Start the dashboard
sudo apache2ctl Start
- Start the server
sudo Start archivematica-mcp-server
- Start the client
sudo Start archivematica-mcp-client