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 -> Re: Multiple Oracle 9iAS App Servers in Linux

Re: Multiple Oracle 9iAS App Servers in Linux

From: Kevin Brand <kevin.brandx_at_tel.gte.com>
Date: Fri, 2 Aug 2002 10:35:44 -0500
Message-ID: <aie8q6$ig6$1@news.gte.com>

To stop one environment:

apachectl stop -f $ORACLE_HOME/Apache/Apache/conf/httpd.conf

where ORACLE_HOME is that of your 9iAS installation.

Reset the path ( -f ) to your config file to start, stop or restart any environment. This beats killing the Jserv and httpd processes by hand and it's very quick.

-Kevin

"Mark Frederiksen" <mfrederiksen_at_workbrain.com> wrote in message news:d6a135ad.0208020640.9dee00f_at_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 - 10:35:44 CDT

Original text of this message

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