Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Multiple Oracle 9iAS App Servers in Linux

Multiple Oracle 9iAS App Servers in Linux

From: Mark Frederiksen <mfrederiksen_at_workbrain.com>
Date: 2 Aug 2002 07:40:38 -0700
Message-ID: <d6a135ad.0208020640.9dee00f@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US