Difference between revisions of "User:MrDolomite/DiskCleanup"

From MidrangeWiki
Jump to: navigation, search
m (New page: {{AN}} or ''[http://en.wikiquote.org/wiki/Dr._Strangelove_or:_How_I_Learned_to_Stop_Worrying_and_Love_the_Bomb How I learned to love the AS/400 by deleting stuff].'' ==APAR Libraries== <p...)
 
m (oh, the irony of having to clean up disk usage historical files to decrease disk usage)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
DLTPRB DAYS(0)  
 
DLTPRB DAYS(0)  
 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)
 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)
 +
</pre>
 +
 +
==Journal receivers==
 +
<pre>
 +
WRKJRNRCV JRNRCV(*ALL/*ALL)
 +
</pre>
 +
 +
==Go Cleanup==
 +
===History Logs===
 +
<pre>
 +
WRKOBJ OBJ(QSYS/QHST*) OBJTYPE(*FILE)
 +
</pre>
 +
 +
==Go Disktasks==
 +
===Disk usage history files===
 +
<pre>
 +
WRKOBJ OBJ(*ALL/QAEZ*) OBJTYPE(*ALL)
 
</pre>
 
</pre>

Latest revision as of 19:55, 22 January 2007

MrDolomite/DiskCleanup or How I learned to love the AS/400 by deleting stuff.

APAR Libraries

CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(0)
DLTPRB DAYS(0) 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)

Journal receivers

WRKJRNRCV JRNRCV(*ALL/*ALL)

Go Cleanup

History Logs

WRKOBJ OBJ(QSYS/QHST*) OBJTYPE(*FILE)

Go Disktasks

Disk usage history files

WRKOBJ OBJ(*ALL/QAEZ*) OBJTYPE(*ALL)