1752606 Members
4896 Online
108788 Solutions
New Discussion юеВ

error

 
SOLVED
Go to solution
aruns_s
Frequent Advisor

error

Hi gurus,

Would u please guide me on following error during one job fail

/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/terajdbc/lib/libcliv2.sl
/usr/lib/dld.sl: Not enough space
/opt/lodgeprod/c401/C4/src/c4bteq[302]: 13302 Abort(coredump)

We do not hv any oracle instance running on the box..However we hv upgraded teradata utilities recently on the box...

Please advice


7 REPLIES 7
RAC_1
Honored Contributor
Solution

Re: error

What does file core say?
Also what are the kernel settings for
maxtsiz and maxtsiz64bit?
There is no substitute to HARDWORK
Yogeeraj_1
Honored Contributor

Re: error

hi,

It is most likely that you are running out of swap space.

Try to run the command: swapinfo -tm

To see what is using all your virtual memory:
$ UNIX95= ps -efo vsz,ruser,pid,ppid,args | sort -rn | more

revert
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
aruns_s
Frequent Advisor

Re: error

Swap seems to be fine

# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
dev 10240 0 10240 0% 0 - 1 /dev/vg00/swap
reserve - 783 -783
memory 17065 3120 13945 18%
total 28329 3903 24426 14% - 0 -

Is this issue related to teradata?
Dennis Handly
Acclaimed Contributor

Re: error

This says you are running out of shared text space. It can't map in the code from libcliv2.sl. This isn't data so swapinfo won't help. What does "size /usr/terajdbc/lib/libcliv2.sl" show?
aruns_s
Frequent Advisor

Re: error

size /usr/terajdbc/lib/libcliv2.sl
236986 + 20352 + 772 = 258110

I came to know that there was a recent teradata upgrade on the box.Would like to confirm whether the error is related to teradata in some ways.

Many thanks in advance.
aruns_s
Frequent Advisor

Re: error

maxtsiz 0x4000000 Y 0X4000000
maxtsiz_64bit 0x40000000 Y 0X40000000
Dennis Handly
Acclaimed Contributor

Re: error

>size /usr/terajdbc/lib/libcliv2.sl
236986 + 20352 + 772 = 258110
maxtsiz 0x4000000 Y 0X4000000

The size seems small enough and under maxtsiz.

>Would like to confirm whether the error is related to teradata in some ways.

I'm not sure. You could use the follow to see if you are leaking lots of shared memory:
$ ipcs -m