1823726 Members
3312 Online
109664 Solutions
New Discussion юеВ

Re: X11 software

 
JOHN TURNER_2
Frequent Advisor

X11 software

We have a problem, in that we built some hardened servers for a DMZ, and the /usr/bin/X11 directory and software was not included in the build. We now need to fire up an xterm to run the oracle install. Does anyone know where abouts all the software is held. We are running hp-ux 11.00, does the software come on any of the cd packs

can anyone help
cheers
john
GUI's are for wimps!
6 REPLIES 6
twang
Honored Contributor

Re: X11 software

what do you see is issuing swlist;
# swlist -l product X11
# Initializing...
# Contacting target "hpa"...
#
# Target: hpa:/
#

X11 B.11.11 HP-UX X Window Software
JOHN TURNER_2
Frequent Advisor

Re: X11 software

there is no x11 software installed on the server, do you know where i can get it from either via cd, or the hp website
GUI's are for wimps!
Slawomir Gora
Honored Contributor

Re: X11 software

Hi,


why do you need xterm to run oracle install ??

you can set DISPLAY environment install
from different machine, if it is windows
you need only Xserver emulation.

But if you want install X11 look at Core OS CDs
Fred Ruffet
Honored Contributor

Re: X11 software

As Slawomir said, you don't need X. Only libs. Your need X on a windows machine. This can be provided by products such as Exceed, Reflexion X or cygwin (free).

Then export DISPLAY, and run OUI.

If you ares in DMZ, look for 6000 port opening.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
JOHN TURNER_2
Frequent Advisor

Re: X11 software

all, so far thanks however this is the error that we get when we try and run the oracle installer. When we run the install on a server with /usr/bin/X11 it works. however when we try to install it onto the server without /usr/bin/X11, the following message is generated

Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
java.lang.UnsatisfiedLinkError: no awt in shared library path
at java.lang.Runtime.loadLibrar(Runtime.java)
at java.lang.System.loadLibrary(System.java)
at
at java.awt.Toolkit.getDefaultToolkit
Toolkit.java:399)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.(OiifmSplashScreen.java:45)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:418)
Exception in thread "main"

Any ideas on why

john
GUI's are for wimps!
Fred Ruffet
Honored Contributor

Re: X11 software

What is output for this command :
swlist -l product | grep "^ X"
?

You should have these packages :
X11
X11MotifDevKit
Xserver

They can be found on your applications CDs or core OS CD. Install through swinstall. They don't need a reboot.

You don't need to have X server running. Just libs installed. X Server must be run as said on the installation machine.

Regards,

Fred

--

"Reality is just a point of view." (P. K. D.)