Showing posts with label display. Show all posts
Showing posts with label display. Show all posts

Thursday, April 30, 2015

X connection to localhost:10.0 broken - for Oracle silent command line installs!?

As my ora12asm project on github ( https://github.com/dgapitts/ora12asm ), I am working on a vagrant build out of small oracle 12c environment running with ASM (please see XXX for further details).

Anyway I recent switched laptops and started hitting 'X connection to localhost:10.0 broken'

[oragrid@ora12asm grid]$ ./runInstaller -silent -ignorePrereq -waitForCompletion -responseFile /vagrant/oragrid_asm.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 20194 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 1023 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-04-03_07-52-14AM. Please wait ...X connection to localhost:10.0 broken (explicit kill or server shutdown).

This was a bit of surprise as this is a fully scripted command-line install with response file!?

However the solution was simple:

[oragrid@ora12asm grid]$ export DISPLAY=localhost:0.0