Degreeworks
Problem Description :
How to start degreeworks
Resolution :
Starting Degreeworks Database
log into the DWDBST (or DWDBS for PROD) server as root
su - oracle
. ./dwtest.shl (For Prod use . ./dwprod.shl)
sqlplus /nolog
connect /as sysdba
startup
to stop degreeworks database do all of the above steps except for startup you will type
shutdown immediate.
You then need to start the lisener.
log into the DWDBST (or DWDBS for PROD) server as root
su - oracle
lsnrctl start listener_DWTEST (for Prod use listener_DWPROD)
You then need to start the appserver.
log into DGRWRK01T (or DWAPP for PROD) as dwadmin
then type the following commands.
dapstart
webstart
ilock (we have not been running this - don't know what it is but at one point was a part of the process)
After you bounce the database it is good to restart the appserver
log into DGRWRK01T (or DWAPP for Prod) as dwadmin
then type the following commands.
daprestart
webrestart
To run Surecode you will need to start Apache Tomcat 8 on DGRWEB01T or DWWEB. Logon as root
su - tomcat
cd /usr/share/apache-tomcat-8.X.XX/bin/
./startup.sh
Revision Date : 11/27/2019