How to start Banner when you get RunTime Error
Problem Description :
When you get a runtime error and are unable to log into Banner - How to stop and start
Resolution :
Go to Putty - log into BANWEBT.gordonstate.edu as oracle.
do a ps -ef|grep INB ( to see what is running)
sh INBstop.sh (enter) - let it run to completion
do a ps -ef|grep INB to be sure all is stopped if not stopped do a kill -9 PID (id number)
if stopped
sh INBstart.sh - let it run to completion (takes a while)
do a ps -ef|grep INB to be sure it is working.
Revision Date : 5/8/2014