Difference between revisions of "User:MrDolomite/DiskCleanup"

From MidrangeWiki
Jump to: navigation, search
m (oh, the irony of having to clean up disk usage historical files to decrease disk usage)
 
Line 17: Line 17:
 
<pre>
 
<pre>
 
WRKOBJ OBJ(QSYS/QHST*) OBJTYPE(*FILE)
 
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)