× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



SOP when you get a message like that (which I do not) is to look at this:
http://ibm.biz/DB2foriServices
And ensure you're at the right DB2 group ptf for your version of the OS.

That being said however I am getting a different message on one row:
IFS_PATH_NAME
GetPath()-Failure in ASP_NUMBER column
/home/DARREN/core.20170606.124555.825572.0001.dmp
/home/DARREN/core.20170606.124936.825585.0001.dmp
/home/DARREN/core.20170606.125201.825598.0001.dmp
/home/DARREN/core.20170606.124812.825574.0001.dmp
/tmp/poifiles/poi-sxssf-sheet809969389437526088.xml

I omitted the size column due to ease of copy/paste from run sql scripts.
The first five are over 9GB.
However they do not exist. Why not?
Here is my first hypothesis: The SYSLIMTBL has a row added with a
condition is met. For example, at one time the file
/home/DARREN/core.20170606.124555.825572.0001.dmp was created. Since it
exceeded one of these limits it recorded it to the SYSLIMTBL. The file
has since been deleted but the row remains in SYSLIMTBL.
My second hypothesis deals with the GetPath()-Failure. I hypothesize that
the directory, along with the file, has been deleted. And that is why I
am getting the error.

So now I wonder how does one purge these rows from SYSLIMTBL? I've read
some stuff about pruning but I'm thinking that's different.

Is it kosher to run something like

delete from qsys2.syslimtbl
where limit_id = 18409
and date(last_change_timestamp) = date('2018-06-06') ;

which is when these 5 files occurred. The rest are all from today.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.