- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle9i installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 02:33 AM
04-24-2003 02:33 AM
Oracle9i installation
I read on a documente that HP-UX 64 operating system installation does not create a few required X-library symbolic links. These links must be created manually before starting Oracle9i installation.
The links are:
ln -s /usr/lib/libX11.3 libX11.sl
ln -s /usr/lib/libXIE.2 libXIE.sl
ln -s /usr/lib/libXhp11.3 libXhp11.sl
ln -s /usr/lib/libXi3 libXi.sl
ln -s /usr/lib/libXm.4 libXm.sl
ln -s /usr/lib/libXp.2 libXp.sl
ln -s /usr/lib/libXt.3 libXt.sl
ln -s /usr/lib/libXtst.2 libXtst.sl
What thik you about this "idea"?
Thanks
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 02:43 AM
04-24-2003 02:43 AM
Re: Oracle9i installation
And after reviewing my systems those symbolic links are already in place!
It's probably because Oracle has no clue!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 02:44 AM
04-24-2003 02:44 AM
Re: Oracle9i installation
When we installed 9i, we had to create some of these symbolic links.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 02:55 AM
04-24-2003 02:55 AM
Re: Oracle9i installation
S800: B3901BA C/ANSI C Developers Bundle for S800
S700: B3899BA C/ANSI C Developers Bundle for S700
If you do not have these products installed (purchaseable) then you will need to create the links manually.
As to why Oracle expect customers to have these products installed as default .... I don't know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 03:17 AM
04-24-2003 03:17 AM
Re: Oracle9i installation
this is because of what Oracle call a known "HP Bug".
From Note:201023.1: HP-UX: Quick Start Guide - 9.2.0 RDBMS installation.
...
7. Check if you have the X-library symbolic links under /usr/lib
Due to a known HP bug (Doc.id. KBRC00003627), the default HP-UX 64 operating system installation does not create a few required X-library symbolic links. These links must be created manually before starting the Oracle9i Release 2 installation. You must have superuser privileges to run these commands.
$ su - root
$ cd /usr/lib
$ ln -s /usr/lib/libX11.3 libX11.sl
$ ln -s /usr/lib/libXIE.2 libXIE.sl
$ ln -s /usr/lib/libXext.3 libXext.sl
$ ln -s /usr/lib/libXhp11.3 libXhp11.sl
$ ln -s /usr/lib/libXi.3 libXi.sl
$ ln -s /usr/lib/libXm.4 libXm.sl
$ ln -s /usr/lib/libXp.2 libXp.sl
$ ln -s /usr/lib/libXt.3 libXt.sl
$ ln -s /usr/lib/libXtst.2 libXtst.sl
...
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 06:12 PM
10-13-2003 06:12 PM
Re: Oracle9i installation
I am trying to install Oracle 9i rel2 on HP-ux 11i,i have created this links manually & also applied relevant patches & parameter tunning done,But still when i start with runInstall oracle screen comes & thats it it doesnt go ahed,i checked in top it is not showing any cpu utilization by poracle process,i get somethng following message on screen.
"Xlib sequence lost(0x1003c)0xdf) in reply type 0x01",I get this kinds pf message 3-4 times only value in bracket changes to 0x1000,0x10144..&so on,
In patches list it shows jdk 1.3.02 is required but it is alredy there in /opt/java1.3 directory,is there any way to check wheather is proper.
COuld any body please give me some idea why it is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2003 06:54 PM
10-13-2003 06:54 PM
Re: Oracle9i installation
1) i have encounterd this problem in while CREATING a database of 8i on hp-ux 11. the oracle 8i was installed successfully but the database wont create. then i searched the net and came upon this solution. my database was created successfully after linking.
2) you need not have to link. as i have installed many a times 9i rel2 and i never had to do the linking.
3) check for the actual jave path, which you have to specify when oracle intaller prompts you to do that. and if you download the jre, just make sure to enter the actual path of jre ...but the path which installer suggests you does not matches with the actuall path.
i hope this will help you.
shaninder