Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 10g Grid Control Installation
Especially interested startup/shutdown routine (see below) isn't it :)
Have to be executed by root.
Lets hope it is just first impression. Some one in the list have
referenced to this realise as reliable one.
BTW: OUI installs 3 Homes automatically. I would recommend to install
OGC in fresh (new/empty) unix account. I had some problems connected
to the fact that some Oracle software have been installed under the
same unix accout I tried to install OGC.
root_at_ogc.10.2.0]# ls -l
total 12
drwxr-xr-x 38 ora01 dba 4096 Feb 21 21:47 agent10g drwxr-x--- 50 ora01 dba 4096 Feb 16 13:57 db10g drwx------ 62 ora01 dba 4096 Feb 16 14:15 oms10g[root@ ogc.10.2.0]#
J.
[root_at_ddsg2dborac3b jvelikanovs]# cat /etc/init.d/gcstartup
#!/bin/sh
#Source Function Library
if [ -f /etc/init.d/functions ]
then
. /etc/init.d/functions
else
if [ -f /etc/rc.d/init.d/functions ]
then
. /etc/rc.d/init.d/functions
else
exit 0;
fi
fi
if [ -f /ora_db/app/ora01/product/ogc.10.2.0/db10g/install/unix/scripts/seedstup ]; then
. /ora_db/app/ora01/product/ogc.10.2.0/db10g/install/unix/scripts/seedstup fi
if [ -f /ora_db/app/ora01/product/ogc.10.2.0/oms10g/install/unix/scripts/omsstup ]; then
. /ora_db/app/ora01/product/ogc.10.2.0/oms10g/install/unix/scripts/omsstup fi
if [ -f /ora_db/app/ora01/product/ogc.10.2.0/agent10g/install/unix/scripts/agentstup ]; then
. /ora_db/app/ora01/product/ogc.10.2.0/agent10g/install/unix/scripts/agentstup fi
[root_at_ddsg2dborac3b jvelikanovs]#
On 2/21/06, oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> wrote:
> Is it just me?
>
>
>
> >
> > >
-- Jurijs +44 7738 013090 (GMT) ============================================ http://otn.oracle.com/ocm/jvelikanovs.html -- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 21 2006 - 15:58:17 CST
![]() |
![]() |