X server on HP-UX without graphics card


 
Thread Tools Search this Thread
Operating Systems HP-UX X server on HP-UX without graphics card
# 1  
Old 04-28-2009
X server on HP-UX without graphics card

Hi Gurus,

I'm trying to install Oracle on HP-UX 11.23. The Oracle installer needs an X server running on the box. You then start an X client on your PC, export the DISPLAY on UNIX and the installer displays on your PC. The problem is that my HP boxes do not have graphics cards installed. Is there anyway to start the X server/CDE without a graphics card? I've thought about X11 tunneling but that isn't an option at the moment. This is what I've done so far:

- ran dr_dt in /usr/contrib/bin/X11. It came back with some warnings but no errors.

- Commented out Screen /dev/crt in /etc/X11/X0screens

- Started a fon server (xfs)

- Set desktop to CDE

- started dtlogin


Any help would be appreciated. Thanks.
# 2  
Old 04-28-2009
Quote:
Originally Posted by kskywr
I'm trying to install Oracle on HP-UX 11.23. The Oracle installer needs an X server running on the box. You then start an X client on your PC, export the DISPLAY on UNIX and the installer displays on your PC. The problem is that my HP boxes do not have graphics cards installed...
I have never seen an HP server with a graphic card...
It didnt stop me installing oracle...
And usually the Xserver is wherever you display, so its your PC!
if you are installing as oracle, try in your session to launch xclock:
Code:
xclock&

Does it display? so should oracle java interface..

The case when you need an X server running with oracle is not at install, but later (if needed...)...
# 3  
Old 04-28-2009
Just to be complete:
If you need a Xserver to run after (has nothing to do with dtlogin etc...) because of software request (like SAS... and some oracle product...) 2 choices:

1 - man xvfb and get it configured

2 - get something like vnc (was free at a time...)
# 4  
Old 04-28-2009
Thanks for the replies. I have reflection X running on my laptop. I've exported the Display to my laptop's plus :0.0. I can't run xclock. It just says "Can't open display". I tried VNC but I'm getting a ton of errors with it. Also, it requires some sort of X server/software on the server to work. How do I configure xvfb?
# 5  
Old 04-29-2009
As I said if you cant run clock you cant install either...
I also use reflectionX and have no problem, I once had multi-instances but found it to difficult to cope with...

And as far as installing oracle you dont need vnc or xvfb, you need to get your display working:
You didnt say how you connect to the HP box:
Usually with reflection you dont need to set DISPLAY, it is done automatically...
# 6  
Old 05-01-2009
None of our HP-UX machines have graphics cards either, but a couple require xvfb for some application to work correctly (apparently the app generates charts/graphics or something, then captures the output).

Very strange...
# 7  
Old 05-01-2009
do you need to add your laptop to the HP-UX's xhost?

> xhost +<laptopname>
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Ubuntu

Installing NVIDIA-Linux 64-260.19.04.run graphics card

I am trying to install this NVIDIA-Linux 64-260.19.04.run graphics card, it is a GeForce GTX460 EVGA. I have tried all the commands to turn off the Xserver yes I can get it off yes I can get to root prompt or sudo prompt in home directory but every time I use the sh NVIDIA-Linux 64-260.19.04.run... (0 Replies)
Discussion started by: jackdevon
0 Replies

2. Solaris

M4000 graphics card

Hi Guys, Anyone know any commands to verify the graphics card is installed correctly on an M4000? show-displays just comes back and echoes nothing. Also there is on input-device or output-device variable when you run printenv. This in itself is worrying. Any advice would be... (4 Replies)
Discussion started by: callmebob
4 Replies

3. Solaris

Is possible to start Xserver in a domain of E25K without graphics card?

Hi, I need to start the Xserver process in a domain of a E25K which has installed Solaris 8, however this domain doesn't have installed a graphic card, is this possible? Or is there any way to emulate this process? In fact I don't know how to stop or start the Xserver process, is with... (5 Replies)
Discussion started by: wolf8006
5 Replies

4. UNIX for Dummies Questions & Answers

Help, how do I find out what graphics card I have?

I am on an HP C8000 running B.11.11, I have no idea how to tell what graphics card I have...and the amount of memory it has, driver, etc. Also, how do I tell how much ram the box itself has, and other memory information like swap and processor speed and all that. Any help out there for me? ... (1 Reply)
Discussion started by: satraver
1 Replies

5. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

6. AIX

Request Help Finding a Kybd, Mouse, Graphics Card

Hi All - I looked through this forum and a couple of other places without success. Maybe someone here can help. I very recently came into possession of a p520, a 9131-52A. It arrived without documentation, mouse, keyboard, or graphics card. I managed to get ASMI to work on both DB-9 ports... (6 Replies)
Discussion started by: MikeJ
6 Replies

7. AIX

GXT250 graphics card fileset

Hello there! Can anybody help me with regards to the driver of GXT250P graphics adapter. I have searched the web for the fileset devices.pci.14103c00 however no success was found. My current AIX version is 4.1.5 and my machine is 7043-140. My installation AIX CD is not working anymore, so I... (0 Replies)
Discussion started by: bright_genius
0 Replies

8. Filesystems, Disks and Memory

removing graphics card

I have a SuSE8.1 Linux box running as a testing webserver to my small network. It's administered through ssh and webmin entirely, and doesn't have a monitor. I could really do with the graphics card for another machine, but if I take it out, I can't start the machine up. Any ideas how I can... (6 Replies)
Discussion started by: mistafeesh
6 Replies
Login or Register to Ask a Question