You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

###--------------------------------------------------
#
#    SourceForge & Confluence stop/start instructions: 
#
#      docs: https://confluence.cornell.edu/display/COLLABTOOLS/Collaboration+Tools+Support+Manual
#
###--------------------------------------------------
###--------------------------------------------------

# Apache stop start
sudo su - -c "service httpd stop"
sudo su - -c "service httpd start"

##--------------------------------------------------
#
# SourceForge PROD 3 parts (sf-standalone, sf-integration , sf-accountrequest
# 
# ssh cherry
#
#  Shutdown 

sudo su - -c "service sf-integration stop"

sudo su - -c "service sf-standalone stop"

sudo su - -c "service sf-accountrequest stop"


#  visually verify it comes down gracefully; 
#
#     ps -ef | grep java to make sure that the SF processes are down; there should be 2 processes still up: Confluence tomcat and our collab-utils tomcat)


#
#  Startup: 

sudo su - -c "service sf-standalone start"

sudo su - -c "service sf-integration start"

sudo su - -c "service sf-accountrequest start"

# (visually verify it comes up gracefully; this one will take several minutes; it is a foreground process, so don't hit Ctrl-C, just wait)

#
##--------------------------------------------------
  • No labels