× 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.



Joblogs should be compared to stream log files.
You know those log files in the IFS outside of the /QSYS.LIB file system.
You know those ones in the directories which, since 7.2, IBM ran
CHGATR OBJ(...somelogfiledirectory...) ATR(*ALWSAV) VALUE(*NO)
so that even a full system save will not save them. Hence the numerous
messages in your joblog like:
CPD37C3 Cannot save /tmp. The ALWSAV attribute on /tmp was set to *NO ...
I had 56 of these messages in my last full system save.
What actions are you taking to retain those? None? I wouldn't either. In
fact, I clear /tmp when I am in a restricted state.

I would take that as a clue as to what directories you might want to clear
out to save space. Or at least purge files over x days old.
To delete all files in a directory that were modified more than 5 days
ago:
qsh
find /GDDATA/NOTES/DATA/IBM_TECHNICAL_SUPPORT -mtime +5 -type f
-print | xargs /bin/rm -f

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.