Confluence Environments:

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

JIRA Prod : startup / shutdown services on alder

  • 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 alder.cit.cornell.edu

lrwxrwxrwx 1 root root 31 Aug 25 16:49 jira -> /collab/etc/rc.d/init.d/jira.sh
lrwxrwxrwx 1 root root 39 Aug 25 16:37 jira-httpd -> /collab/etc/rc.d/init.d/collab-httpd.sh

alder:/_start_stop_instructions.txt

#---------------------
# JIRAe Tomcat start stop start
#--------------------
sudo su - -c "service jira stop"

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

sudo su - -c "service jira start"

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

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

JIRA 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