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 Not under consideration
Workspace IBM i
Created by Guest
Created on Feb 18, 2019

Add the ability to Watch a file

Using Watches, you can watch for messages, PAL entries, and LIC Logs. Management Central used to have file monitors that provided a similar sort of feature.

This RFE is to request the ability to Watch a file.

The minimum features needed to watch a file are to watch on the file size, watch when the file was last changed, as well as to watch for specific text strings within the file.

The required support is the command interface for a Watch. Ideally, a graphical user interface under Navigator Monitors would also be added.


Use Case:

Watches provide a way to be automatically notified when a specific criteria is hit. The ability to easily watch files can help administrators be more efficient in their duties. They can set up the desired watches and not have to babysit their system.

Developers would find File Watches useful if they are trying to debug applications and need to find a specific string in a log file.


Idea priority Medium
  • Guest
    Reply
    |
    May 5, 2020

    Thank you for your request for enhancement. While we agree this would be a nice feature, it did not make it into our current development plan.

  • Guest
    Reply
    |
    Oct 30, 2019

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Work Management and Messaging
    Operating system - IBM i
    Source - COMMON

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Core OS
    Operating system - IBM i
    Source - COMMON

  • Guest
    Reply
    |
    Sep 13, 2019

    This is also very useful to watch the number of records in the file. If the number of records exceeds 999 999 999 applications that rely on RPG programs with RRN processing may stop working. RPG can not handle RRN's > 999 999 999 (file information data structure). Yes it can be extended to about 4 times this size by changing the data structure definition pos 397-400 from binary to unsigned integer but still.... program changes, testing, etc required.