Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Troubleshooting

...

Next expiry: June 20, 2022  at 10 PM ET


Troubleshoot

Jenkins Prod Server

Code Block
//Check the status of the server
sudo systemctl status jenkins 

//Restart the server
sudo systemctl restart jenkins

//Restart nginx
sudo systemctl restart nginx


Mobile Prod server

Code Block
//Check the status of docker
sudo systemctl status docker 

//Restart docker
sudo systemctl restart docker


Frontend Dashboard server

Code Block
//Check the status of httpd
sudo systemctl status httpd 

//Restart httpd
sudo systemctl restart httpd