Verify that EBS R12 processes are running on Unix

Unix Commands To Find Running R12 Processes:
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
Start / Stop Script Location:
$INST_TOP/admin/scripts
or
$ADMIN_SCRIPTS_HOME
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

Leave a Comment

Scroll to Top