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: Oracle install on Linux "hangs" while setup of Net8 Config Assistant

Re: Oracle install on Linux "hangs" while setup of Net8 Config Assistant

From: Tom <tom_at_costa.no>
Date: Tue, 18 Sep 2001 18:04:12 -0700
Message-ID: <MPG.16118ee6521ad0a0989681@news.online.no>


Hi and thanks for this tip..

I found these two errors in the script, that now runs withoult errors.. BUT my instaler still just stops while setting up the "Net8 config".

I have JRE installed but NOT JDK..

could that be it ?

Kim

In article <3BA6C532.6265EDCF_at_immostreet.com>, stran_at_immostreet.com says...
> Hello Tom,
>
> The default script root.sh has actually 2 errors. Edit it as following :
>
> 1. change the line with : RMF=/usr/bin/rm -f to RMF="/usr/bin/rm -f"
>
> 2. on the line wich says : RUID=.... put a single quote just before the
> last back-quote.
>
> This should fix your problem.
>
> Regards.
> Sam
>
> Tom wrote:
>
> > My setup is a Intel P4, Redhat 7.1, Oracle 8.1.7, i386-glibc-2.1, jdk118
> > _v3-glibc-2.1.3
> >
> > there is a problem.. the installer ask to run a script as root
> > $ORACLE_HOME/root.sh
> > It reports an error as you can see here:
> >
> > --- snip ---
> > [root_at_linux 8.1.7]# ./root.sh
> > IMPORTANT NOTE: Please delete any log and trace files previously
> > created by the Oracle Enterprise Manager Intelligent
> > Agent. These files may be found in the directories
> > you use for storing other Net8 log and trace files.
> > If such files exist, the OEM IA may not restart.
> > ./root.sh: -f: command not found
> > Running Oracle8 root.sh script...
> > ./root.sh: command substitution: line 1: unexpected EOF while looking
> > for
> > matching `''
> > ./root.sh: command substitution: line 2: syntax error: unexpected end of
> > file
> > ./root.sh: [: !=: unary operator expected
> > \nThe following environment variables are set as:
> > ORACLE_OWNER= oracle
> > ORACLE_HOME= /u01/app/oracle/product/8.1.7
> > ORACLE_SID= oral
> >
> > Enter the full pathname of the local bin directory: [/usr/local/bin]:
> > \nCreating /etc/oratab file...
> > Entry will be added to the /etc/oratab file by
> > Database Configuration Assistant when a database is created
> > Finished running generic part of root.sh script.
> > Now product-specific root actions will be performed.
> > [root_at_linux 8.1.7]#
Received on Tue Sep 18 2001 - 20:04:12 CDT

Original text of this message

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