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: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3 - So

RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3 - So

From: Veronica Levin <vlevin_at_victoria.com.ni>
Date: Tue, 18 Jul 2000 08:45:46 -0600
Message-Id: <10562.112268@fatcity.com>


Hi to all who responded to my call,=20
I finally got a clean installation of AIX 4.3.3 and Oracle 8.1.5 , what = I
did was:

AIX:
1- Boot the server with AIX CD#1, follow the steps to install. 2- After the BOS is installed, use smit to complete the instalation of = every
package that is part of the BOS. (bos.???) This will complete the installation of the make utility and anything that is still missing.

Oracle:

1- As root,=20

- create groups DBA and orainstall
- create user oracle8 in groups DBA and orainstall
- create directory /usr/local/bin
2- As oracle8
- execute umask 022
- set the enviroment variables in oracle8's .profile. Example:
ORACLE_HOME=3D/oracle/oracle8 ORACLE_SID=3DTEST ORACLE_TERM=3Dvt100 ORACLE_BASE=3D/oracle TMP_DIR=3D/var/tmp ORA_NLS33=3D/oracle/oracle8/ocommon/nls/admin/data DISPLAY:0.0 export ......
- include $ORACLE_HOME, $ORACLE_HOME/bin, /usr/bin, /usr/ccs/bin in
the PATH
- . .profile to set everything
3- As root,=20
- Add in /etc/servicces the listener tcp ports (1521, 1526)
- Create /cdrom and chmod 777
- Mount the CD
mount -rv cdrfs /dev/cd0 /cdrom
- execute /cdrom/rootpre.sh
- execute "xhost +"
4- As oracle8,
- Execute /cdrom/runInstaller
- Follow the steps to install Oracle 8.1.5

That's it!

Once again, thanks for your time and hope this helps somebody else!

Regards,

Ver=F3nica Levin Enr=EDquez
Administrador AIX
Compa=F1=EDa Cervecera de Nicaragua
Tel=E9fono: 505-2493779
Fax: 505-2443979
Email: vlevin_at_victoria.com.ni=20
http://www.victoria.com.ni

        =09

-----Mensaje original-----
De: Cyril Thankappan [mailto:cyril_thank_at_india.com] Enviado el: S=E1bado 15 de Julio de 2000 3:05 PM Para: Multiple recipients of list ORACLE-L Asunto: RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3

Hi

Please ensure that u have a C-compiler installed too!

Regards

PS: can u pls (later at leisure!) mail me the steps u followed ?

------Original Message------
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: July 14, 2000 9:26:43 PM GMT

Thanks Sean,
The display problem is already solved. Now I am dealing with linking problems.

It seems like I didn't intalled the make utility and all its library. I = used
the AIX 4.3.3 CD's to install and I can't find the missing parts in = them.
Do you have any idea of where I should look for this????

To be more direct:
The directories /usr/ccs/bin and /usr/ccs/lib in this test enviroments = have
less than a half than the production machine.

I guess there is where my problems origin.

Any help on this would be appreciated :)

Saludos,

Ver?nica Levin Enr?ez
Administrador AIX
Compa??Cervecera de Nicaragua
Tel?no: 505-2493779
Fax: 505-2443979
Email: vlevin_at_victoria.com.ni
http://www.victoria.com.ni

-----Mensaje original-----
De: sean.hull_at_pobox.com [mailto:sean.hull_at_pobox.com] Enviado el: Viernes 14 de Julio de 2000 12:25 PM Para: Veronica Levin
Cc: Multiple recipients of list ORACLE-L Asunto: RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3

On Fri, 14 Jul 2000, Veronica Levin wrote:

> I just tried your suggestion...didn't work. Same error.
>
> What else can I do? I still don't understand why am I getting this =
error.

Veronica:

Getting a program to startup under X is fairly simple. There are two things that have to be done. Sometimes these are done by default on a workstation, so when you startup a program remotely they may be new to you.

First you have to tell the program where to display. It can display on any X compatible terminal on the internet, believe it or not. You tell = it
by setting the DISPLAY environment variable like this:

$ export DISLAY=3D192.168.0.1:0.0

The 0.0 part specifies the display on that terminal, as there may be = more
than one (leave it to unix, nothings ever simple :-) )

Next you have to make that display ACCESSIBLE by that program. = Normally
on a workstation, if you're the user running the program, and the same = as
the user who started X, there's no problem. Otherwise you have to do = some
permutation like this:

$ xhost + localhost
or possibly
$ xhost + 192.168.0.1
or this
$ xhost + my.host.domain

One more important thing. This xhost command has to be run on the = machine
where you're going to display your prgram, *AS* the user which started = X,
otherwise you won't have the proper permissions (except if you're = root).

I hope this helps. Let me know if you need more explanation.

Sean

--
Author: Veronica Levin
INET: vlevin_at_victoria.com.ni

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=3Dsignup

--=20
Author: Cyril  Thankappan
  INET: cyril_thank_at_india.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
Received on Tue Jul 18 2000 - 09:45:46 CDT

Original text of this message

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