Operating System - HP-UX
1829556 Members
1705 Online
109992 Solutions
New Discussion

oracle installation & GUI mode

 
ITlearner
Frequent Advisor

oracle installation & GUI mode

Hi,
I want to install oracle 9i in hpux 11.11
but i cant get the GUI mode.please tell me the ways to get GUI mode and install oracle

Renga.V
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: oracle installation & GUI mode

Shalom,

Lots of things to check.

/sbin/init.d/xfs start
# starts the font server edit /etc/rc.config.d/xfs to make this a permenent startup option.

Connect to the system with Hummingbird on a PC.


su - oracle # log on as oracle, not root.

DISPLAY=ip_address_of_pc:0.0

example

export DISPLAY=192.168.0.21
# 192.168.0.21 is the IP address of the PC

Mount the cd/dvd rom don't run runinstaller from the mount folder (see bdf)

/cdrom/runInstaller &

Univeral installer should pop up.

Post an error message next time for more specific help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pupil_1
Trusted Contributor

Re: oracle installation & GUI mode

Depends on what X windows software you are having!!
I am using Hummingbird Exceed which is a licensed one! You also use the freeware Cygwin !!
There is always something new to learn everyday !!
IT_2007
Honored Contributor

Re: oracle installation & GUI mode

Renga,

Download putty from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and in the putty configuration go to connection -- ssh - X11 - select Enable X11 forwarding and type X display location is your Windows IP address and this IP address you can get it from command line c:\ipconfig

Thanks,
Srini
Michael Bush
Occasional Advisor

Re: oracle installation & GUI mode

I found the Quick Installation Guide located here to be useful.

http://download-east.oracle.com/docs/pdf/A90351_02.pdf

The pre-installation tasks should tell you how to accomplish what you are trying to do.
A. Clay Stephenson
Acclaimed Contributor

Re: oracle installation & GUI mode

The fundamental requirement is that you get some sort of PC X server software (e.g. Reflection X, Hummingbird, Cygwin) and follow their installation and setup instructions. Then get a very simple X application (e.g. xclock) to work and you are then ready. If you have a Linux box then you already have everything you need because X is built-in and can be used to connect to your HP-UX box.
If it ain't broke, I can fix that.