Page 1 of 1

ds server error

Posted: Tue Aug 01, 2006 4:27 am
by ppalka
Does anybody know what can be a reason of such error message:

Code: Select all

---------------------------------------------------------------------------
LABEL:          CORE_DUMP_FAILED
IDENTIFIER:     FAA1D46F

Date/Time:       Mon Jul 31 15:51:32 DFT 2006
Sequence Number: 4979
Machine Id:      00CB764F4C00
Node Id:         lpar2
Class:           S
Type:            PERM
Resource Name:   SYSPROC         

Description
SOFTWARE PROGRAM ABNORMALLY TERMINATED

Probable Causes
INTERNAL SOFTWARE ERROR
SYSTEM RUNNING OUT OF PAGING SPACE

User Causes
USER GENERATED SIGNAL

Failure Causes
CORE DUMP FAILED - SEE A REASON CODE BELOW

        Recommended Actions
        DEFINE ADDITIONAL PAGING SPACE
        RERUN THE APPLICATION PROGRAM
        IF PROBLEM PERSISTS THEN DO THE FOLLOWING
        CONTACT APPROPRIATE SERVICE REPRESENTATIVE

Detail Data
SIGNAL NUMBER
           4
USER'S PROCESS ID:
                446716
REASON CODE
           1
USER ID
         204
PROCESSOR ID
           0
CORE FILE NAME
/dsqs/datastage/Ascential/DataStage/Projects/CBDK_TEST/core
PROGRAM NAME
dsapi_slave
Thanks in advance.

Posted: Tue Aug 01, 2006 4:41 am
by ArndW
What tool did you use to generate that display?

Have you checked your physical and virtual memory and seen to your paging space?
SYSTEM RUNNING OUT OF PAGING SPACE

Posted: Tue Aug 01, 2006 5:11 am
by ray.wurlod
Something you've tried to do from a DataStage client (through a dsapi_slave process on the server) has hit this limit. Keep the core file in case you need to report the problem to support.

Posted: Tue Aug 01, 2006 5:17 am
by ppalka
Where can I find some logs of ds server running? I would like to get info such: new client connection, is that connection was succesful/not, how many clients are connected?
Is that possible?
And how to connect to ds server on unix to run DS.TOOLS app?

Posted: Tue Aug 01, 2006 5:19 am
by loveojha2
Where can I find some logs of ds server running? I would like to get info such: new client connection, is that connection was succesful/not, how many clients are connected?
Is that possible?
And how to connect to ds server on unix to run DS.TOOLS app?


How this is related to your topic posted :?

Posted: Tue Aug 01, 2006 5:27 am
by ray.wurlod
There is no log. You need to take snapshots using netstat or, perhaps, list_readu | grep :

I'm guessing you want to spot the culprit. The list_readu report will show the identity of the client machine as well as the pid of the dsapi_slave process.

Posted: Tue Aug 01, 2006 5:54 am
by ppalka
loveojha2 wrote: How this is related to your topic posted :?
I didn't want to make a new topic.
I think that logging errors of ds server engine and resolving some error is related in some way ...

Posted: Tue Aug 01, 2006 5:58 am
by ppalka
ArndW wrote:What tool did you use to generate that display?
I don't know. I got that error in email from my colleague.
Have you checked your physical and virtual memory and seen to your paging space?
SYSTEM RUNNING OUT OF PAGING SPACE
It is probably cause of the problem. It is running out of memory during use of informix stage.

Posted: Tue Aug 01, 2006 7:18 am
by Ultramundane
Is this AIX?

How much real memory do you have and how much paging space? Reason I ask is because IBM still recommends that you have more paging space then real memory. If not, you can run into many problems. Including, not being able to generate dumps, running out of paging space, cannot fork processes, etc...

Check real memory.
$ lscfg | grep mem
+ mem0 Memory

Determine size of mem0
$ lsattr -El mem0 | grep goodsize
goodsize 16384 Amount of usable physical memory in Mbytes False

I have 16384 MB of real memory.

Check paging space size.
$ lsps -s
Total Paging Space Percent Used
17408MB 2%

And, 17408 MB of paging space.