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: silent oracle install HELP please

Re: silent oracle install HELP please

From: Patrox <fake_email_at_I_hate_spammmm.org>
Date: Fri, 01 Sep 2006 09:15:43 +0200
Message-ID: <44f7de1f$0$425$4d4eb98e@read.news.fr.uu.net>


> ./runInstaller -responseFile enterprise.rsp

if you can't export your display to a remote X server use : ./runInstaller -silent -responseFile enterprise.rsp

if you REALLY need graphic display on the server you wrote about, use : export DISPLAY=198.33.74.1:0.0

and check on 198.33.74.1 that you allowed displays from your local server; for example on your local server (let say it is 10.0.0.1) as "root" type : xhost + 10.0.0.1

elsewhere it won't allow your remote displays. Make sure with network guys you don't have a firewall or some restrictions between your local server and 198.33.74.1 as it can prevent you also to use graphic displays.

rgds,
Patrice Castet
Sr Oracle DBA Received on Fri Sep 01 2006 - 02:15:43 CDT

Original text of this message

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