Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Categories Save and Restore
Created by Guest
Created on Apr 14, 2018

RST command enhancement

Would like the RST command to give me a % processed/remaining objects (or even GB...even more useful) instead of a running count of objects restored. RSTLIB tells me # out of x libraries processed.


Use Case:

That's incredibly useful from a timing estimate perspective.


Idea priority Medium
  • Guest
    Reply
    |
    May 4, 2022
    This request has been delivered with IBM i 7.5. The progress message displayed during an IFS restore now includes the size of objects that completed the restore operation. Therefore, if the size of the data that needs to be restored is known, the system administrator can better estimate the time remaining for the restore.

    - IBM Power Systems Development
  • Guest
    Reply
    |
    Mar 10, 2020

    IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.

    IBM's plan is to include the size of data processed in the status message, but will not include a percentage of the total. It is not feasible to save the total number and size of the objects prior to saving the object data.

  • Guest
    Reply
    |
    Mar 10, 2020

    The CAAC has reviewed this requirement and recommends that IBM view this as a high priority requirement that is important to be addressed. The information needs to be saved at Save time, similar to how a save of *NONSYS or *IBM is stored in the QFILE on the tape. This is really important to plan for proper restore timings.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.

    For more information about CAAC, see www.common.org/caac

    For more details about CAAC's role with RFEs, see http://www.ibmsystemsmag.com/Blogs/i-Can/May-2017/COMMON-Americas-Advisory-Council-%28CAAC%29-and-RFEs/

    Nancy Uthke-Schmucki - CAAC Program Manager

  • Guest
    Reply
    |
    Mar 26, 2019

    Submitter and/or Voters: Please respond to the question in the Comment from IBM below, namely: "Would it satisfy the request if RST adds the amount of data (GB) that has been restored to the existing RST status message? RST cannot provide % processed/remaining because the total number of objects and amount of data is not known until the RST is complete."

  • Guest
    Reply
    |
    Feb 18, 2019

    This would be extremely useful in migrations and restores, and is a high priority.

  • Guest
    Reply
    |
    Feb 18, 2019

    The COMMON Europe Advisory Council (CEAC) has reviewed this requirement and recommends that IBM view this as a “nice to have” low priority feature.

    Background: The CEAC members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.

    To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT

    Therese Eaton – CEAC Program Manager, IBM

  • Guest
    Reply
    |
    Oct 11, 2018

    IBM needs more information to further assess your Request for Enhancement.

    Would it satisfy the request if RST adds the amount of data (GB) that has been restored to the existing RST status message?

    RST cannot provide % processed/remaining because the total number of objects and amount of data is not known until the RST is complete.

  • Guest
    Reply
    |
    Aug 14, 2018

    IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.

    RST cannot provide % processed/remaining because this is not known. RST might be able to provide status for size of data processed in addition to number of objects processed.

  • Guest
    Reply
    |
    Apr 17, 2018

    In both cited cases (native and IFS restore) the system just tells you where it is currently at and leaves it up to you to be familiar enough with your data to know how many remaining objects (and their size) are yet to be done and be able to figure out how long that would take. Because folks are usually less familiar with their IFS objects and sizes than their native libraries the tracking information currently provided by the restore is less useful for IFS restores. The requested functionality, if added, should be added to both the IFS and native environments. If a % complete is to be provided, would that be based on total bytes or # of objects ? If # of objects, then that information is available to the restore program from the save media. Then it becomes a question of what information is available in the media header. If the number and size of the objects are not there it would require the restore to completely read the save media prior to the restore to collect this information. In the case of tape media, this would significantly extend the time of the restore. If # of bytes, I am not sure that that information is even contained on the save media at all so that might not even be an option. Even if it is, it would entail the same overhead that the number of objects would. Unless the information needed is available within the media header I think the execution cost of this information is not worth what would be gained by it.