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: Agent Configuration Assistant failed --> Parameter "nodeinfo" = NO_VALUE

Re: Agent Configuration Assistant failed --> Parameter "nodeinfo" = NO_VALUE

From: Ouray Viney <ouray_viney_at_hotmail.com>
Date: 8 Jul 2004 08:16:16 -0700
Message-ID: <da0f106b.0407080716.47d16205@posting.google.com>


ouray_viney_at_hotmail.com (Ouray Viney) wrote in message news:<da0f106b.0407080015.5dae9dcd_at_posting.google.com>...
> Scenario:
> =========
>
> Server Specs:
> =============
> Platform: SLES 8 (latest patches)
> JAVA: removed all installed version as per installation guide by
> oracle
> NIC: 1
> CPU: PIV 3.066Ghz
>
> Oracle Release: 9.2.0.4 r2
>
> Installation Related Info:
> ==========================
> ref link: http://www.suse.com/en/business/certifications/certified_software/oracle/db/9iR2_sles8.html
>
> All the previous steps in the install went smoothly until I reached
> the Agent Configuration Assistant I then got the following error:
>
> --<snip>--
> Details for Agent Configuration Assistant:
> Parameter "orahome" = /opt/oracle/product/9ir2/
> Parameter "nodeinfo" = NO_VALUE
> Agent Service Failed
> --</snip>--
>
> I have read the release notes/Group posts but couldn't find anything
> related.
>
> Any light that could be shed upon the aforementioned issue would be
> greatly appreciated.

I started the listener config util. and manually configured the listener

              $ ./netca &
Run from ($ORA_HOME) to start the listener

              $ ./lsnrctl start

Check to make sure listener is working - run

              $ ps afx | grep LISTEN | grep -v grep

Started the db by running:

              $ sqlplus 
                connect / as sysdba ; 
                startup ; 
                ... 


and

              $ sqlplus
              connect / as sysdba ; 
              shutdown ;
Received on Thu Jul 08 2004 - 10:16:16 CDT

Original text of this message

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