Confluence Environments:

  • linux machines
    • fir (test)
    • hemlock (prod)

Confluence Prod : startup / shutdown services on hemlock

  • 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
hemlock:/_start_stop_instructions.txt

#---------------------
# Confluence Tomcat start stop start
#--------------------
sudo su - -c "service confluence stop"

# sudo ps -ef | grep confluence
#
# should NOT yield any results... if it does kill the confuence process
#

sudo su - -c "service confluence start"

#----------------------------#
# Apache httpd start stop
#----------------------------#

sudo su - -c "service collab-httpd stop"
sudo su - -c "service collab-httpd start"

Confluence Test : startup / shutdown services on fir

  • 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 fir.cit.cornell.edu
fir:/opt//_start_stop_instructions.txt

ssh fir.cit.cornell.edu

  • No labels