| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Multiple Oracle 9iAS App Servers in Linux
Hi, I'm trying to get an Oracle start script working on a RH7.3 system
but I've ran into a problem. This script simply starts the App Server
in nohup and then kills the PID of the Server when you want to stop
the server. The PID is found by doing a "ps -e | grep java | sed -e
's/^ *//' -e 's/ .*//". This simply spits out the PID's of all
processes with a CMD of "java". My problem is this. This box is
running two(or more) appservers in different environments which we
would like to be able to start and stop exclusive from each other.
When Oracle starts, all of the PID's are named Java, making it
impossible to distinguish between the two servers. Is there a way to
customize the CMD name of the process when it is started or perhaps to
put in a description for it?
Thanks
Mark
Received on Fri Aug 02 2002 - 09:40:38 CDT
![]() |
![]() |