I have an AS400 V5R1 that was at 60% and now over the weekend shot up to 99 % full. I have no ideas why I lost all the space. This happend last week as well and I removed an old library but still happening. Reclaim Storage and Splfiles Does Nothing. Is there a Journal that could have gone nuts ?? The system does not tell me anything, just out of space. This happend after weekly IPL on weekend. Please Help. Thank you
Software/Hardware used:
ASKED:
November 17, 2009 1:58 AM
UPDATED:
November 17, 2009 10:02 PM
Theer are a number of reasons for disk space getting gobbled up.
Firstly run the RTVDSKINF and PRTDSKINF to look for libraries or folders that seem to be larger than they should be.
depending on the size(disk) of your system, a simple thing like reports take up a lot of space. You will need to clean up old spool files and then either IPL the system or run the spool file clean up commands to free up the space the spool files used. The space a spool file uses is not made available immediately after the spool file is deleted.
If you are journaling, the journals will take up a lot of space.
The IFS also uses a lot of disk space. The IFS can be very difficult to analyze as you will have to drill down through the folders to see the contents.
If you do not IPL regularly and you compile often, old versions of the programs are stored in QRPLOBJ. QRPLOBJ is cleared only when the system IPL’s. You can clear it using CLRLIB QRPLOBJ.
Also check your history logs. QHST*. These build daily and may not be deleted. If you are using the OS/400 assistant, it will schedule a daily clean up based on the parameters you define. Do a GO CLEANUP and check the settings. Set them if it is not in use.
Email is another issue. If you are using the email servewr on the system, you may have rogue messages building up or a problem with 1 or more messages creating error logs. These are difficult to find. I had this problem and had to shut down my email server.
Lastly, you should do a RCLSTG. You may have to change your QSYSOPR message queue to hold messages and not break. The RCLSTG runs interactively and the breaking of the message will stop the reclaim process until the message is responded to.
Darryl Freinkel