AS/400 Regarding, server maintance regarding %ASP
35 pts.
0
Q:
AS/400 Regarding, server maintance regarding %ASP
1.In my server % of ASP frequently increasing...my question is...what are the steps to decrease it ASAP.
ASKED: May 19 2008  11:44 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
35 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button

Hi Martin,

Thanks a lot for your valuable Suggestion but i want to know more like
1.How to delete journal.
2.and how to delete some files
Because I know check and remove logs, unwanted user profiles,how to set cleanup options because it is automated process.
Can you please elaborate on that.....

Regards
Santosh

Hi,

I would suggest you start by taking a look at the journal receivers and history logs. You can use the cleanup options to automate the process of cleaning up logs and journal receivers :

GO CLEANUP.

Regards,

Martin Gilbert.
Last Answered: May 19 2008  12:55 AM GMT by Santoshraj   35 pts.
Latest Contributors: Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mcl   2500 pts.  |   May 19 2008  3:28PM GMT

WRKOBJ OBJ(*ALL/*ALL) OBJTYPE(*JRNRCV)
Will give you a list of all journal receivers - what you delete is up to you and what the needs of your system are.

WRKOUTQ will give you a list of all output queues showing the number of spooled files. You should delete spooled files that are not needed or at least archive them to tape by some method.

Two other commands you should run are RCLSTG (Reclaim Storage) and RCLSPLSTG (Reclaim Spool Storage). But, you should preferably run the RCLSTG when the system is in a restricted state. See the HELp on the commands for more information.

Regards
Mike

 

Tpinky   4165 pts.  |   May 22 2008  5:40PM GMT

Something else you could look for is Performance Logs. GO PERFORM, option 6, then option 2. Library should be QMPGDATA. If you are retaining a lot of these logs they can take up space also. With the Journal receivers, there are several options depending on your business needs for Rentention of the data. Journal receivers can also be set to auto delete depending on parameters set for Days of Rentention, Saved, etc… Do you know if you have the System set to auto handle the journal receivers?

 
0