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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 10g Grid Control Installation

Re: Oracle 10g Grid Control Installation

From: Jurijs Velikanovs <j.velikanovs_at_gmail.com>
Date: Tue, 21 Feb 2006 21:58:17 +0000
Message-ID: <d6f0def50602211358m72ef53c3x39f6d56c2a515816@mail.gmail.com>


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?

>

> Or is Oracle's documentation on installation and configuration of this
> product impossibly obtuse?
>

> I almost think their plan is to have you try to install it, pull your
> hair out, and hire one of their consultants in complete exasperation.
>

> The Grid Control agent comes with a single text file list of
> instructions that looks as if it were compiled by a third-grader with a
> learning disorder.
>
>

> --
> http://www.freelists.org/webpage/oracle-l
>
>
>


--
Jurijs
+44 7738 013090 (GMT)
============================================
http://otn.oracle.com/ocm/jvelikanovs.html
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 21 2006 - 15:58:17 CST

Original text of this message

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