• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Running Down Cache Battery Rumors and More on Damaged Objects

    September 21, 2011 Hey, Joe

    I read your article about changing iSeries disk caching batteries. You said that iSeries administrators should call IBM to send out new batteries, and then schedule an IBM service call for replacement. Is this considered standard IBM maintenance or are batteries a consumable item that is billable? I’ve heard rumors of changes in IBM’s policy, where they are starting to charge for batteries…

    –Brian

    With some help, I ran this issue past both an IBM Certified Engineer (CE) and someone in IBM CE dispatch. Both people said that it was just a rumor and that cache battery maintenance falls under your standard IBM maintenance contract. My recent experience backs that up. We replaced the batteries in two System i machines this year, and both times the replacement batteries and installation were covered under maintenance. When you call for battery maintenance, you can also ask IBM whether the batteries are covered under maintenance. They should confirm the batteries are a covered item.

    –Joe


    Hey, Joe:

    Read your article on finding damaged objects in i OS 6.1.1 and had a question. Why can’t you just use the Display Object Description (DSPOBJD) command to look for damaged objects instead of using the Retrieve Disk Information (RTVDSKINF) command mentioned in your article? You can also find out whether an object is damaged by checking the Object Damaged field in a DSPOBJD output file.

    –Steven

    Good catch, Steven. You can use DSPOBJD to find damaged objects by outputting object information to either a spooled file or to a database file.

    To output object information to a spooled file, run the following DSPOBJD command to retrieve object information for all objects on your system.

    DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*ALL) DETAIL(*FULL) OUTPUT(*PRINT)
    

    If you want to retrieve this information into an output file that can be queried, run this DSPOBJD command instead.

    DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*ALL) DETAIL(*FULL) OUTPUT(*OUTFILE) 
    OUTFILE(LIBRARY/OUTPUT_FILE)
    

    Where OUTPUT_FILE equals the name of the output file you want to store the information in and LIBRARY equals the library name where you want to store the output file.

    When DSPOBJD runs, it checks all system objects it finds to determine if each object is either locked or damaged. When outputting information to a spooled file, DSPOBJD marks these objects as “locked” or “damaged” in the text description printed with each object in the report (for spooled file output, DSPOBJD only writes a single report line for each object it examines).

    When DSPOBJD writes object information to a database file, it includes an Object Damaged field (ODOBDM) with each record. ODOBDM contains one of three values (0=Not Damaged, 1=Full damage, 2=Partial damage). So DSPOBJD is a valid alternative method to using RTVDSKINF to find damaged objects.

    Be aware, however, that since I originally wrote that article, I’ve received a report that one reader ran RTVDSKINF to an output file every night and he says it did not write a 2 (damaged object) for a damaged controller object to the RTVDSKINF’s output file. I don’t know if this is a normal occurrence, but be on the lookout for RTVDSKINF scans that bypass damaged objects, and please write me back if you find any evidence of this occurring.

    The biggest issue with using DSPOBJD for looking for damaged objects is that like RTVDSKINF, DSPOBJD will only look for damaged objects in native DB2 libraries. It doesn’t evaluate objects in the AS/400 Integrated File System (AS/400 IFS). To find damaged objects in the AS/400 IFS, you will still need to run the Reclaim Object Links (RCLLNK) command that I mentioned in my original article. To look at your complete system (native DB2 libraries and AS/400 IFS), you will need to run DSPOBJD (or RTVDSKINF) in conjunction with RCLLNK.

    Reflecting on the whole process, your best bet is to detect damaged objects through a full system backup (FSB). A FSB checks all objects for damage before backup, and it is a reliable damaged objects detector. However, I also understand that with the 24x7x365 demands most iSeries, System i, and Power i shops have, you may not be able to run an FSB on a regular basis. In those instances, it’s best to fall back on using RTVDSKINF, DSPOBJD, and RCLLNK to find damaged objects.

    –Joe

    RELATED STORIES

    A Starter Program to Find Damaged Objects in i OS 6.1.1

    The i5 Battery Checking Process



                         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
    DRV Tech

    Get More Out of Your IBM i

    With soaring costs, operational data is more critical than ever. IBM shops need faster, easier ways to distribute IBM applications-based data to users more efficiently, no matter where they are.

    The Problem:

    For Users, IBM Data Can Be Difficult to Get To

    IBM Applications generate reports as spooled files, originally designed to be printed. Often those reports are packed together with so much data it makes them difficult to read. Add to that hardcopy is a pain to distribute. User-friendly formats like Excel and PDF are better, offering sorting, searching, and easy portability but getting IBM reports into these formats can be tricky without the right tools.

    The Solution:

    IBM i Reports can easily be converted to easy to read and share formats like Excel and PDF and Delivered by Email

    Converting IBM i, iSeries, and AS400 reports into Excel and PDF is now a lot easier with SpoolFlex software by DRV Tech.  If you or your users are still doing this manually, think how much time is wasted dragging and reformatting to make a report readable. How much time would be saved if they were automatically formatted correctly and delivered to one or multiple recipients.

    SpoolFlex converts spooled files to Excel and PDF, automatically emailing them, and saving copies to network shared folders. SpoolFlex converts complex reports to Excel, removing unwanted headers, splitting large reports out for individual recipients, and delivering to users whether they are at the office or working from home.

    Watch our 2-minute video and see DRV’s powerful SpoolFlex software can solve your file conversion challenges.

    Watch Video

    DRV Tech

    www.drvtech.com

    866.378.3366

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Sponsored Links

    System i Developer:  Join the Gurus at the RPG & DB2 Summit in St. Louis, October 17-19
    Computer Keyes:  Rapidly convert standard *SCS printer files into PDFs with KeyesOverlay
    looksoftware:  Access your IBM i applications from anywhere! View the on-demand webinar now!

    IT Jungle Store Top Book Picks

    BACK IN STOCK: Easy Steps to Internet Programming for System i: List Price, $49.95

    The iSeries Express Web Implementer's Guide: List Price, $49.95
    The iSeries Pocket Database Guide: List Price, $59
    The iSeries Pocket SQL Guide: List Price, $59
    The iSeries Pocket WebFacing Primer: List Price, $39
    Migrating to WebSphere Express for iSeries: List Price, $49
    Getting Started with WebSphere Express for iSeries: List Price, $49
    The All-Everything Operating System: List Price, $35
    The Best Joomla! Tutorial Ever!: List Price, $19.95

    Contractors Used by 70 Percent of IT Businesses, Survey Says Start Planning For New Systems Now

    Leave a Reply Cancel reply

Volume 11, Number 27 -- September 21, 2011
THIS ISSUE SPONSORED BY:

WorksRight Software
Bytware
Twin Data Corporation

Table of Contents

  • Call-backs Simplify File IO
  • A Better Way to Display Quick 5250 Messages in RPG
  • Running Down Cache Battery Rumors and More on Damaged Objects

Content archive

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

Recent Posts

  • Meet The Next Gen Of IBMers Helping To Build IBM i
  • Looks Like IBM Is Building A Linux-Like PASE For IBM i After All
  • Will Independent IBM i Clouds Survive PowerVS?
  • Now, IBM Is Jacking Up Hardware Maintenance Prices
  • IBM i PTF Guide, Volume 27, Number 24
  • 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

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