Stop / shutdown and start Oracle EBS r12 VIS

After logging in as applmgr to linux, I run an environment setup script before the start or shutdown… that looks like this:
Start / Stop of Everything on the Appl Tier
[applmgr@oel66-79 ~]$ cat setApplEnv.sh
. /d01/oracle/VIS/fs1/EBSapps/appl/VIS_oel66-79.env
cd /d01/oracle/VIS/fs1/inst/apps/VIS_oel66-79/admin/scripts
adstrtal.sh
adstpall.sh
[applmgr@oel66-79 scripts]$ . ./adstpall.sh
This stop script will prompt you for the apps/apps, and weblogic password – weblogic password is usually more complex as Weblogic requires it – so hopefully you have saved it somewhere.
If you are going to bounce the box – shutdown the DB too from the oracle linux account unless of course all this is done automatically in the OS shutdown / startup scripts.
Log File Locations:
Most are in
$INST_TOP/logs/appl/admin/log
Apache is in:
$IAS_ORACLE_HOME/Apache/Apache/logs
Concurrent Request Logs:
$APPLCSF/log
Check for EBS Processes / Process Running
Apache
ps -ef | grep -i apache
Forms/Reports
ps -ef | grep -i frmweb
ps -ef | grep -i rwrun
Concurrent Manager
ps -ef | grep -i FNDLIB
List all application services
ps -ef | grep -i applmgr
Port List
Use the application context file, or use netstat
 

Leave a Comment

Scroll to Top