Operating System - HP-UX
1753511 Members
4779 Online
108795 Solutions
New Discussion юеВ

I am getting this message while installing Oracle 10gR2 on HP-Ux Box

 
sadat
Advisor

I am getting this message while installing Oracle 10gR2 on HP-Ux Box

shl_load: Not enough space

Can any one have any idea why this messages is comming.

bash-2.05$ ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be B.11.23 or B.11.11. Actual B.11.23
Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-10_02-23-52PM. Please wait ...bash-2.05$ shl_load: Not enough space
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-09-10_02-23-52PM/jre/1.4.2/lib/PA_RISC2.0/motif21/libmawt.sl: specified library, or one of its dependencies, does not exist.
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1611)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1482)
at java.lang.Runtime.load0(Runtime.java:741)
at java.lang.System.load(System.java:811)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1611)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:795)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:44)
at sun.awt.DebugHelper.(DebugHelper.java:29)
at java.awt.Component.(Component.java:551)

bash-2.05$
11 REPLIES 11
Dennis Handly
Acclaimed Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

What are your maxdsiz and maxdsiz_64bit values?
What does "swapinfo -tam" show?
Hein van den Heuvel
Honored Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

Sounds like the linker is running out of space. My guess would be memory space, and I would check vm parameters and swapsize, but Oracle just checked those supposedly.
Is the installing program running unlimited (ulimit)?

Maybe it is just disk space. /tmp ?

Finally, the command prompt strongly suggests you are using bash as the shell.
It that was Oracle recommend/requires? I would suggest to retry with a 'normal' shell. (Yes, bash is a fine shell. I use it every day... on Linux).

fwiw,
Hein.


Rita C Workman
Honored Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

They've been doing upgrades here on Oracle...

The software is demanding more and more temp space to load. If you want to set up temporary space for your folks (that you can reclaim later), then set up some temp lvol for them and have them point to it by adjusting the Oracle install config file.
Some DBA's do it nicely - some don't.
Or if you like, just extend your O/S file systems and leave it.

My point being - - Check with DBA's for what they need to install.

We also had to extend maxdsiz parm. Which we put right back down once the install was finished !

Rgrds,
Rita
Yogeeraj_1
Honored Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

hi,

I would also usggest that you download and run the RDA script to verify that your environment is "READY" for the installation.

The RDA report that will be generated will also guide you into any other software requirements and required kernel parameter tweaks.

hope this helps too!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steven E. Protter
Exalted Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

Shalom,

I think Rita has got it.

Probably a /tmp space shortage.

Also, you are using the bash shell.

I don't think that shell is supported for installation of Oracle on HP-UX which requires(requests) korn or posix shell

Just because you can bash does not mean you should bash.

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
TwoProc
Honored Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

I'm voting for out of space on /tmp.
The shl_load function call was apparently made from inside java (hence the java backtrace), and almost certainly you had enough memory for that. If you didn't, the fix wouldn't be a kernel change but rather a change in the initialization parameter for the startup of of the java engine. Most of the time, the size of the java installer engine is nowhere near the size of anything that needs an OS kernel tweak. However, once you get past THIS java installation point, you very well may have an issue with kernel params for starting the db engine up - meaning that you need to review your kernel parameters regardless.
We are the people our parents warned us about --Jimmy Buffett
grahamswilson
Trusted Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

Hi,

I found an Oracle Metalink article that seems to describe this issue, doc id 313386.1. I have attached it for your reference.

Hope it helps!

Cheers...

sadat
Advisor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

The problem is resolved.

Thanks.

Syed Ali
grahamswilson
Trusted Contributor

Re: I am getting this message while installing Oracle 10gR2 on HP-Ux Box

good!

What fixed it? It may be useful to know if someone else has the problem and searches...

Also, dont forget the points!

IF YOU ARE THE AUTHOR OF THE ABOVE QUESTION:
========================================================================
When you return to view the answer, please rate it by assigning points on a scale of 1-10. To assign points, simply login and click the dropdown points menu next to each reply. Use the following scale when rating a response:

N/A: The reply was a clarification to my original question
1-3: The answer didn't help answer my question, but thanks anyhow!
4-7: The answer helped with a portion of my question, but I still need help.
8-10: The answer has solved my problem completely! I'm a happy camper!

WHY SHOULD YOU DO THIS?
There are 3 reasons why we feel rating replies is such an important feature:

1.) Others have taken time to help you, so please give them credit for their help.
2.) Your rating will help your peers earn points toward their Forums status, and you will validate the quality of the solution you've received.
3.) Other readers will understand which answer best solved a problem, enriching the community knowledge being shared.