Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Planned for future release
Workspace Db2
Created by Guest
Created on Jul 24, 2020

dmctop should provide an option to monitor the load and table move

The dmctop could include a tool to see the progress of:

  • loads

  • admin move table

  • roll forward

  • reorg

Needed by Date Dec 31, 2020
  • Guest
    Reply
    |
    Aug 30, 2021

    So far in dmctop we have delivered the following:

    • Monitoring Table movement (under "Other Table Movement" tab)

    • Monitoring Reorg (under "Other - REORG" tab)

    We'll try to address "Roll Forward" in dmctop 1.0.4

  • Guest
    Reply
    |
    Oct 5, 2020

    Hi Andres,

    Thanks a lot for the info - I reviewed this with the engineering team. We understand the request and will consider it for one of the upcoming releases of dmctop.

    Best reagards,

    Maryia

  • Guest
    Reply
    |
    Aug 2, 2020

    Hi Maryia,

    I propose something to monitor the progress of tools in Db2. For example, to monitor a LOAD, one run LOAD QUERY TABLE to see which phase is running, or how many rows have been inserted. However, to see the progress once uses the watch command from linux, and that could be easily integrated into another tool.

    A similar thing happens with tables being moved, to see which phase (Init, Copy, Replay, Swap,Cleanup) they currently are one run several time a query like this:
    SELECT VARCHAR(TABSCHEMA,12) SCHEMA, VARCHAR(TABNAME,48) TABLE, KEY, VARCHAR(SUBSTR(VALUE, 1, 50), 50) VALUE FROM SYSTOOLS.ADMIN_MOVE_TABLE WHERE (KEY = 'STATUS' AND VALUE <> 'COMPLETE') OR (KEY = 'LOCK') ORDER BY SCHEMA, TABLE

    Or

    SELECT SEM_NAME, VALUE, varchar(TABSCHEMA, 12) SCHEMA, varchar(TABNAME, 48) TABLE from SYSTOOLS.OTM_SEMAPHORE_TABLE"

    (Taken from my blog - https://angocadb2.blogspot.com/2014/06/monitor-adminmovetable.html)

    The progress of a roll forward the command is ROLLFORWARD QUERY STATUS, and it is executed consecutively to see the progress.

    Similar thing for the reorg.

    If the dmctop integrates these monitors, it is easily to see what is happening in a database.

    I will add another one, when logs are retrieved one has to check the db2diag to see which file is looking for, and check the VENDOR tool to see if the "tape" is mounted. Instead, by viewing a the queue of requested logs, one can see how files will be retrieved, and see the progress.

  • Guest
    Reply
    |
    Jul 31, 2020

    Hi Andres,

    Can you please provide more details on the use cases for these requirements?

    Thank you!

    Maryia