ReleaseEngineering/How To/Restart BuildAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:


As root@cruncher.
As root@cruncher.
  cd ~catlee/buildapi-official/
cd ~catlee/buildapi-official/
  kill `cat paster.pid`
kill `cat paster.pid`
  sudo -u catlee /home/catlee/bin/run_buildapi.sh
sudo -u catlee /home/catlee/bin/run_buildapi.sh


= Restarting RabbitMQ server on cruncher =
= Restarting RabbitMQ server on cruncher =

Revision as of 23:29, 28 June 2011

Restarting the buildapi web app

As root@cruncher.

cd ~catlee/buildapi-official/
kill `cat paster.pid`
sudo -u catlee /home/catlee/bin/run_buildapi.sh

Restarting RabbitMQ server on cruncher

Don't know if this is necessary or not.

Restarting the agent

As root@production-master03

service selfserve-agent restart