Cynergy Environments:

  • linux machines
    • buckthorn (stg dev test)
    • buckeye (prod)

Cynergy Prod : startup / shutdown services on buckeye

  • services are started with a

sudo su - -c "service <servicename> start"

  • or stopped with a with a "stop" command

sudo su - -c "service <servicename> stop"

  • Below are the services that need to be running on buckeye.cit.cornell.edu
buckeye:/opt/cynergy/_start_stop_instructions.txt

ssh buckeye.cit.cornell.edu
#
#
# Apache stop start
sudo su - -c "service cynergy-httpd stop"
sudo su - -c "service cynergy-httpd start"

# Service cynergy stop-start
sudo su - -c "service cynergy-prod stop"
sudo su - -c "service cynergy-prod start"

Cynergy Test : startup / shutdown services on buckthorn

  • services are started with a

sudo su - -c "service <servicename> start"

  • or stopped with a with a "stop" command

sudo su - -c "service <servicename> stop"

  • Below are the services that need to be running on buckthorn.cit.cornell.edu
buckthorn:/opt/cynergy/_start_stop_instructions.txt

ssh buckthorn.cit.cornell.edu
#
#
# Apache stop start
sudo su - -c "service cynergy-httpd stop"
sudo su - -c "service cynergy-httpd start"

# cynergy tomcat services start
sudo su - -c "service cynergy-httpd start"
sudo su - -c "service cynergy-dev start"
sudo su - -c "service cynergy-intdev start"
sudo su - -c "service cynergy-intdev-apps start"

  • No labels