- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation Error of Oracle 8i Enterprise Edition
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-28-2003 12:48 PM
04-28-2003 12:48 PM
I am trying to install Oracle 8i Enterprise Edition on a HPUX 11.0 System. The installation went through completely But during the linking Phase, I ended up in the error
"Error in invoking target install of the makefile /home/u/oracle8.1.7/rdbms/lib/ins_rdbms.mk
"
Press 'Help' For more Information
Press 'Retry' to try again
Press 'Ignore to ignore this error and go on
Press Cancel to stop installation.
Can someone help me out with this?
Regards
Govind
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 12:52 PM
04-28-2003 12:52 PM
Re: Installation Error of Oracle 8i Enterprise Edition
I installed on third Sunday Maintenance last month the same packs, but I downloaded them, and had zero problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 12:58 PM
04-28-2003 12:58 PM
Re: Installation Error of Oracle 8i Enterprise Edition
I've had a similar problem during an Oracle 9i installation, during the link phase too. I peeked into the installation logs which told me the cause of the error. It's probably not a big problem, in my case I forgot to add links to shared libraries. In your case, it's probably that your forgot to perform some preinstallation tasks. Anyway, no need to cancel: correct the problem, and click "retry".
Hope this helps,
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 12:58 PM
04-28-2003 12:58 PM
Re: Installation Error of Oracle 8i Enterprise Edition
That File Does exist and is having permissions 444. Could you tell me what exactly Oracle guys did to solve this Problem whenyou guys had it?
I greatly appreciate your help.
Thanks
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 12:59 PM
04-28-2003 12:59 PM
Re: Installation Error of Oracle 8i Enterprise Edition
That File Does exist and is having permissions 444. Could you tell me what exactly Oracle guys did to solve this Problem when you guys had it?
I greatly appreciate your help.
Thanks
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 01:26 PM
04-28-2003 01:26 PM
Re: Installation Error of Oracle 8i Enterprise Edition
You are actually better off stopping the installation and starting over again.
Make sure the SHLIB_PATH variable has all the required items in the path, especially if they have anything to do with java.
Oracle is very sensitive to environment variables at install time. We actually had to create a directory under our java directory and copy in a dozen or so files so the SHLIB variable worked right.
Of course you've got a patch set after December 2002 and all the additional OS patches, and java patches at http:/www.hp.com/go/java ? Right?
On top of that, the latest linker patches are a must.
Don't ignore the error. If you are in a hurry, you can Ignore but you will have to relink oracle before you use it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:07 PM
04-29-2003 08:07 PM
SolutionThe error you are getting could be because of OS linker utility. This should be fixed by applying a patch, which is a linker update of HP OS.
Before applying the patch, check with Onsite HP Support engineer
Please ensure that the following are true
$LD_LIBRARY_PATH contains the $ORACLE_HOME/lib
$SHLIB_PATH contains the $ORACLE_HOME/lib dir.
libjox8.sl'. does exist in the $ORACLE_HOME/lib.
Regarding the relink problem
ensure that the Kernel parameters MAXDSIZE and MAXDSIZE_64BIT are both set to onsiderably more than the default. MAXDSIZE should be atleast 300M . Also make sure that the swap space is big enough. Add a large chunk of contiguous swap space, for example at least 500Mb. The reason for this is that a 'Typical Install' of Oracle8i Release 3 version 8.1.7 requires approximately 200Mb of reservable swap space during installation, and creates a 250+Mb SGA which can be moved to swap space if there is insufficient real memory available.
The /tmp directory has enough free space as mentioned in the installation guide.
All the required OS patches have been applied on the server as recommended in the installation guide.
Also check the make.log file, along with the environment settings and swap / tmp space setttings.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 01:04 PM
07-25-2003 01:04 PM
Re: Installation Error of Oracle 8i Enterprise Edition
I checked my kernel params as Brian Crabtree suggested, and even though his settings (maxdsiz_64bit 0x40000000 ) dont look anything like my settings ( maxdsiz_64bit 1073710824 ) I mimicked his settings. BTW, I did confirm that I am running in 64-bit mode installing a 64bit oracle.
I made sure my SHLIB_PATH included /usr/lib:/usr/local/lib and $ORACLE_HOME/lib as Steve Protter suggested, and checked that I have space on the filesystem for the executable.
Steve, you did mention patches, but nothing specific. I've installed the latest patches from http://www.hp.com/go/java, which were just released this week if I remember correctly,
How do I get the "latest linker patches"? When I go to the ftp site, they're all in by PH**numbers, how do I figure out which are the latest linker patches? I put "linker" in the search field and download about a hundred plus MB's of patches. Is there any in particular that I need?
Watching the swap usage with swapinfo -M, it never got over 30%. libjox8 is in the right place and the /tmp directory has almost twice as much space as oracle recommends.
Looking at the make.log and trying to run the make command therein from the command line gives me the same "out of memory error" that shows up in the log file... not very helpful.
And lastly, when I checked T G Manikandan's link, it lead me right back to this question!
So please tell me, since it says "The problem is resolved" .. what's the resolution?