Operating System - HP-UX
1834533 Members
2874 Online
110069 Solutions
New Discussion

Powerhouse, Oracle, lildld.sl and ENOMEM

 
Gerhard Roets
Esteemed Contributor

Powerhouse, Oracle, lildld.sl and ENOMEM

Hi,

I am running HP-UX 11i with Oracle 9iR2. Trying to run quiz on this I get the following error.

/home/oracle>quiz
Q U I Z (PowerHouse 8.43.C)
Copyright 2002 COGNOS INCORPORATED
Licensed PH8-UNIX-DEVELOPMENT for customer:
HU

> show databases

/usr/lib/dld.sl: Internal Error 2004
/usr/lib/dld.sl: Not enough space


So I fault finded a little and got the following output using TUSC(see Attachement).

I tried increasing the SHMMAX kernel parameter etc.

Here is a summation of the more applicable kernel paramters as far as I know
maxdsiz 0x40000000 - 0X40000000
maxdsiz_64bit 0x80000000 - 0X80000000
maxssiz 0x8000000 - 0X8000000
maxssiz_64bit 0x40000000 - 0X40000000
maxtsiz 0x4000000 Y 0X4000000
maxtsiz_64bit 0x40000000 Y 0X40000000
shmem 1 - 1
shmmax 0x68000000 Y 0X68000000
shmmni 512 - 512
shmseg 64 Y 64

Also I am gonna attach a output listing ipcs -mop this is also in the attachement.

Can anyone give me any help and or pointers of how to solve this. Everything is much appreciated.


6 REPLIES 6
Gerhard Roets
Esteemed Contributor

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

Sorry I forgot to add
Physical: 8380416 Kbytes, lockable: 6444776 Kbytes, available: 7402568 Kbyte
s

wapinfo -mt
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
dev 32768 0 28672 0% 0 - 0 /dev/vg00/lvol10
reserve - 1307 -1307
memory 6306 620 5686 10%
total 43170 1927 37147 4% - 0 -
Lange_3
New Member

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

Hi Gerhard,

how did you solve the problem?
I've the same error and cognos can't help me!

Thanks
Markus

T G Manikandan
Honored Contributor

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

You have to increase your kernel parameters like
These paramters define the upper limit for a process.
They have default values like 8MB.

maxdsiz --for 32 bit applications
maxdiz_64 -- for 64 bit applications
maxssiz
maxssiz_64
maxtsiz
maxtsiz_64
Gavin Layton
New Member

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

I've got the same error when where trying to create a cognos cube....the kernel parameters seem to be fine...??
ranganath ramachandra
Esteemed Contributor

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

the tusc output shows dld was trying to map /opt/cognos/ph843c/lib/ordba.sl when it apparently ran out of memory. does "odump -verifyall" on that file report any problems?
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

Gerhard Roets
Esteemed Contributor

Re: Powerhouse, Oracle, lildld.sl and ENOMEM

Done