1847069 Members
5333 Online
110261 Solutions
New Discussion

Re: shell and swap error

 
Radhakrishnan Venkatara
Trusted Contributor

shell and swap error

greetings,

I am getting this following errors in a D380 server.

" FRM-40811:Shell Command Error
(crto:Error couldn't open/usr/lib/dld.sl errn3)

This error occurred in sqlforms30 where we called a shell.
But after that still now we didn't face any problem in that form.
we also got an error which is given below last week
pid 6011 received a SIGSEGV for stack growth failure, possible causes:
>insufficient memory or swap space, or stack size exceeded maxsize
it refers to maxsize kernel parameter .
But after we didn't get any such errors .
but still some different errors occurs in sometimes it even doesn't excute shell commands.

please throw some light

radhakrishnan
Negative thinking is a highest form of Intelligence
2 REPLIES 2
T G Manikandan
Honored Contributor

Re: shell and swap error

The error is for two reasons.

1.Memory and swap usage is more on the machine.

DO a
#swapinfo -ta

and check the usage.

If the usage is more
UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more
to find how much memory each process is using.

stop the unwanted process

Try adding additional swap to the machine.


If the 1st point is not the problem
2.Increase the maxssiz and maxssiz_64 kernel parameters.

They define the maximum limit for the stack size of a process.
Default size is 8MB.
increase it to resolve the errors.


what is the amount of memory on the system.
T G Manikandan
Honored Contributor

Re: shell and swap error