Webmail Tasks
On each of the Tomcat nodes (osgjas01, osgjas02, osgjas03, and osgjas04), perform as root:
-
Shut down the GatorMail tomcat servers:
cd /nerdc/servlets/osgjas/ # for osgjas01: ./scripts/server/gatormail_p1a-shutdown.sh ./scripts/server/gatormail_p1b-shutdown.sh # for osgjas02: ./scripts/server/gatormail_p2a-shutdown.sh ./scripts/server/gatormail_p2b-shutdown.sh # for osgjas03: ./scripts/server/gatormail_p3a-shutdown.sh ./scripts/server/gatormail_p3b-shutdown.sh # for osgjas04: ./scripts/server/gatormail_p4a-shutdown.sh ./scripts/server/gatormail_p4b-shutdown.sh -
Kill off the remaining processes:
ps -fade | grep gatormail_pIf you see the java processes still around, kill them.
-
Start up GatorMail on each node:
# for osgjas01: ./scripts/server/gatormail_p1a-startup.sh ./scripts/server/gatormail_p1b-startup.sh # for osgjas02: ./scripts/server/gatormail_p2a-startup.sh ./scripts/server/gatormail_p2b-startup.sh # for osgjas03: ./scripts/server/gatormail_p3a-startup.sh ./scripts/server/gatormail_p3b-startup.sh # for osgjas04: ./scripts/server/gatormail_p4a-startup.sh ./scripts/server/gatormail_p4b-startup.sh

