1834254 Members
1995 Online
110066 Solutions
New Discussion

Re: VNCserver on Itanium

 
Petrovichev Eugene
Occasional Contributor

VNCserver on Itanium

i have got a server under HP-UX 11.23 ia64
i need to install oracle database, but the prerequisite is that in the user environment must be the variable DISPLAY. i decided to install vncserver but found that this software is for PA-RISC only. i need something like vnc but for Itanium platform/
5 REPLIES 5
Wim Rombauts
Honored Contributor

Re: VNCserver on Itanium

You should look for an X-Display software on your PC, or work from a linux machine with a graphical display.

Then jo need to "export DISPLAY=:0.0"

To test if it works, run xclock.
Prasu
Frequent Advisor

Re: VNCserver on Itanium

This is the step i used to follow for getting GUI for oracle installation...


1. install xmanager on desktop
2. open port in network firewall ( between server & your desktop) to enable x11
3. check the required java version is installed on server
4. login as oracle user
5. export server display to your desktop ( export DISPLAY=:0.0 )
6. just open xmanager on your desktop (no need to take connection from desktop)
7. Run the installer for oracle

this will satrt a gui installation window on your desktop


Try this

Reagrds
Prsu


Petrovichev Eugene
Occasional Contributor

Re: VNCserver on Itanium

thank you for your answers!
i did as you say and everything is fine!
Dennis Handly
Acclaimed Contributor

Re: VNCserver on Itanium

>but found that this software is for PA-RISC only.

VNC should probably work under Aries. Try installing it and see.
Petrovichev Eugene
Occasional Contributor

Re: VNCserver on Itanium

thanks to everybody. subject is closed