• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • More on Whether IPLs Help System Performance

    April 21, 2010 Hey, Joe

    In your article on IPLing for system performance, you stated that it’s difficult to find a definitive listing of all the steps that i/OS performs during an IPL. Here’s a link to an older list of IPL status progress codes. While it’s not the most up-to-date list, it should give you a good idea of what’s happening during an IPL.

    –Dave Flint

    Thanks, Dave. The only problem I saw with your link was that it only references the C6xx xxxx IPL status codes, which only tells part of the IPL status code story. Many IPL status codes have a format of C9xx xxxx, so we have to use another table to translate those codes. To look up the C9xx xxxx codes, go to the (C9xx) IPL status progress code table.

    My article, Does an IPL Really Help Improve System Performance, sparked a lot of reaction from Four Hundred Guru readers, with lots of readers checking in with great ideas and tips on how to improve system performance and retrieve disk space without performing an IPL. I got so much feedback that it won’t all fit into one technical tip. So I’m publishing the first half of my reader feedback on this topic this month, and save the rest of it for a later issue. Let’s get started.

    Reader Jack Kingsley tipped me off to an API called QWCCRTEC that provides some IPL information you can’t get anywhere else. He wrote:

    QWCCRTEC tells me the last IPL date, how long each step took, as well as all the steps that took place in the IPL. It produces a small spooled file containing this information.

    QWCCRTEC produces a spooled file of AS/400 dump information. The spooled file is confusing to read because the first 85 characters of the print out contain the hex representation of the IPL information that you’re looking for. To understand QQCCRETC’s output, you have to concentrate on columns 87 to 120 of the print out, where the English translation of the hex code is contained. I called QWCCRTEC on one of my i/OS partitions by running the following Call Program (CALL) command on a 5250 green-screen command line.

    CALL PGM(QWCCRTEC)
    

    In the QPSRVDMP spooled file that QWCCRTEC produced, it displayed the following information about my last IPL in columns 87-120.

    *XPF PWRDWN     02/07/10 23:16:50*
    *  D900 2740    02/07/10 23:16:50*
    *  D900 2750    02/07/10 23:16:53*
    *  D900 2770    02/07/10 23:16:53*
    *  D900 2780    02/07/10 23:16:54*
    *  D900 2790    02/07/10 23:16:54*
    *  D900 27C0    02/07/10 23:16:54*
    *End PWRDWN     02/07/10 23:16:57*
    *XPF IPL        02/07/10 23:23:02*
    *  C900 2810    02/07/10 23:23:03*
    *  C900 2820    02/07/10 23:23:03*
    *    10 20 0010 02/07/10 23:23:03*
    *    10 20 0020 02/07/10 23:23:03*
    *    10 30 0010 02/07/10 23:23:03*
    *    10 30 0020 02/07/10 23:23:03*
    *    10 30 0030 02/07/10 23:23:03*
    *    10 30 0040 02/07/10 23:23:03*
    *    10 30 0050 02/07/10 23:23:03*
    *    10 3A 0010 02/07/10 23:23:03*
    
    
    
    *  C900 2C25    02/07/10 23:26:28*
    *    20 D8 0025 02/07/10 23:26:28*
    *    20 D8 0027 02/07/10 23:26:28*
    *    20 D8 0300 02/07/10 23:26:29*
    *    20 D8 0600 02/07/10 23:26:30*
    *  C900 2F00    02/07/10 23:26:30*
    *    20 D8 0820 02/07/10 23:26:30*
    *End of IPL     02/07/10 23:26:30*
    

    By reading these columns, I can see the history of my last IPL. On February 7, 2010, I began powering down the system at 23:16:50 (as shown in the XPF PWRDWN listing), and the power down ended at 23:16:57 (as shown in the End PWRDWN listing). The IPL began at 23:20:02 (the XPF IPL entry) and all the IPL steps and sub-steps it went through are listed as separate lines following the XPF IPL entry. Each IPL step is individually listed until I see another entry that tells me that the IPL ended at 23:26:30 (the End of IPL listing). While this is a little cumbersome to interpret, you can also cross-reference this information with the C6xx xxxxIPL status progress code table and the C9xx xxxx IPL status progress code table that we looked at earlier in the article. This will help you determine what each step is doing.

    But it was Pat Woodcock who tackled the key question of my article, which was whether an IPL helped system performance. Pat added this helpful piece of information and a checklist for cleaning up disk storage without an IPL.

    I think the fact that high disk usage does impact performance is important. Storage usage above 70 percent will impact performance because of the system’s I/O response time. The newest data, which is typically the most often referenced, has longer seek times and thereby longer response times. An IPL does not help there, but there are steps to reduce DASD that may temporarily help performance. Ultimately more or faster drives, and/or more or faster IOPs will be required [to maintain performance]. Here are some steps you can take to clean up your disk drive utilization and hopefully bring your disk utilization below 70 percent.

    1. Clean up old spool files by using the Work with Output Queue (WRKOUTQ) command.

    2. Clean up old save files by using the Work with Files (WRKF) command, like this:

    WRKF FILE(*ALL/*ALL) FILEATR(SAVF)
    

    3. Permanently apply your PTFs and then use the Delete Program Temporary Fix (DLTPTF) command to remove any save files containing PTFs.

    4. Run the disk collection reports to find large and or old files to purge or delete. Do this by running the Retrieve Disk Information (RTVDSKINF) command, like this:

    RTVDSKINF
    

    RTVDSKINF retrieves current information about your disks and places that information in the QCURRENT member of a file called QAEZDISK in library QUSRSYS. Once that information is collected, you can run the following Print Disk Information (PRTDSKINF) command to produce a disk collection report for old journal receivers.

    PRTDSKINF RPTTYPE(*OBJ) OBJ(*ALL) OBJTYPE(*JRNRCV) SORT(*LSTCHG)
    

    Once you’ve identified the old journal receivers, you can then delete them to retrieve space.

    On the PRTDSKINF report, be sure to check the area in the summary section titled “Objects not in a library” to see if a Reclaim Storage (RCLSTG) command is justified. My recommendation is if the number of objects not in a library is greater than 1 percent of disk, then a RCLSTG should be done.

    After you clean up your journal receivers to make more space, you can use the Start ASP Balance (STRASPBAL) command and rebalance and redistribute disk space so that your system and data objects are evenly distributed across your system. This may also help speed up performance.

    5. Use the Display Job Tables (DSPJOBTBL) command to check your system’s job table entries to see if they can be compressed. If you determine there is excessive job table usage, you can set your IPL attributes so that the system compresses its job table entries the next time the system IPLs. To do this, type in the Change IPL Attributes (CHGIPL) command and press F4 to prompt. To tell the system to compress the job tables to remove excessive unused entries during the next IPL, change the Compress Job Tables (CPRJOBTBL) parameter under the IPL attributes to *NEXT. CPRJOBTBL will reset to *NONE during the IPL.

    For more information on i/OS job tables and how they affect performance, see my series on When System Job Tables Attack, Part I and Part II.

    Pat provided a ton of useful information about reclaiming disk space instead of IPLing to improve system performance. The interesting thing about Pat’s email is complemented the information I published last month in an article Hunting Down Storage Hogs. By reading the two articles in tandem, you should get a pretty decent idea how to hunt system storage issues.

    –Joe

    RELATED STORIES

    Does An IPL Really Help Improve System Performance?

    Hunting Down Storage Hogs

    When System Job Tables Attack, Part I

    When System Job Tables Attack, Part II



                         Post this story to del.icio.us
                   Post this story to Digg
        Post this story to Slashdot

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Tags:

    Sponsored by
    Midrange Dynamics North America

    With MDRapid, you can drastically reduce application downtime from hours to minutes. Deploying database changes quickly, even for multi-million and multi-billion record files, MDRapid is easy to integrate into day-to-day operations, allowing change and innovation to be continuous while reducing major business risks.

    Learn more.

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Sponsored Links

    PowerTech:  Download your free copy of the updated 2010 The State of IBM i Security today!
    Shield Advanced Solutions:  JobQGenie ~ the perfect companion for your high availability solution
    COMMON:  Join us at the annual 2010 conference, May 3 - 6, in Orlando, Florida

    IT Jungle Store Top Book Picks

    Easy Steps to Internet Programming for AS/400, iSeries, and System i: List Price, $49.95
    The iSeries Express Web Implementer's Guide: List Price, $49.95
    The System i RPG & RPG IV Tutorial and Lab Exercises: List Price, $59.95
    The System i Pocket RPG & RPG IV Guide: List Price, $69.95
    The iSeries Pocket Database Guide: List Price, $59.00
    The iSeries Pocket SQL Guide: List Price, $59.00
    The iSeries Pocket Query Guide: List Price, $49.00
    The iSeries Pocket WebFacing Primer: List Price, $39.00
    Migrating to WebSphere Express for iSeries: List Price, $49.00
    Getting Started With WebSphere Development Studio Client for iSeries: List Price, $89.00
    Getting Started with WebSphere Express for iSeries: List Price, $49.00
    Can the AS/400 Survive IBM?: List Price, $49.00
    Chip Wars: List Price, $29.95

    Talend Updates Data Management Software Stacking Up New Power7 Against Power6/6+ Blades

    Leave a Reply Cancel reply

Volume 10, Number 14 -- April 21, 2010
THIS ISSUE SPONSORED BY:

Infor
Vision Solutions
WorksRight Software

Table of Contents

  • Files in Subprocedures
  • Let One Row Represent a Group
  • Admin Alert: Diary of a Production System Upgrade, Part 1
  • FAQs for MySQL and the DB2 Storage Engine
  • Yet Another Super-Easy Way to Copy a Spooled File from One Partition to Another
  • More on Whether IPLs Help System Performance

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Big Blue Raises IBM i License Transfer Fees, Other Prices
  • Keep The IBM i Youth Movement Going With More Training, Better Tools
  • Remain Begins Migrating DevOps Tools To VS Code
  • IBM Readies LTO-10 Tape Drives And Libraries
  • IBM i PTF Guide, Volume 27, Number 23
  • SEU’s Fate, An IBM i V8, And The Odds Of A Power13
  • Tandberg Bankruptcy Leaves A Hole In IBM Power Storage
  • RPG Code Generation And The Agentic Future Of IBM i
  • A Bunch Of IBM i-Power Systems Things To Be Aware Of
  • IBM i PTF Guide, Volume 27, Numbers 21 And 22

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle