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
Categories PTF and Service
Created by Guest
Created on Mar 9, 2020

Streamline PTF Process

The PTF process feels antiquated. It would be nice to be able to use a package manager to handle this.

This new command would be for installation, upgrade and viewing installed / available ptfs.

In pase:

ptf install XXXXXX # apply permanent
ptf temp XXXXXX # apply temporary
ptf upgrade XXXXXX # upgrade to newest level
ptf list available # show all ptfs available to be installed
ptf list installed # show all ptfs currently installed

In CL:
ptfinstall(XXXXXX)
ptfupg(XXXXXX)
ptfavail()
ptfinstalled()


This would likely be reliant on the completion of: www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=117804


Use Case:

This upgrade would allow for automation of PTF process. It would also make the PTF process easier to understand for people used to systems that use package managers.


Idea priority Low
  • Guest
    Reply
    |
    Apr 16, 2020

    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 - PTF, Service
    Operating system - IBM i
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - Power Systems
    Product - IBM i
    Component - Install, Upgrade, Licensing
    Operating system - IBM i
    Source - None

  • Guest
    Reply
    |
    Mar 20, 2020

    The IBM i PTF process can be fully automated with the current PTF CL commands, APIs and SQL. PTF cover letters with special instructions must be reviewed for possible manual steps. Cumulative PTF packages have separate installation instructions that must be followed in case there are any PTFs that are identified in Preventive Service Planning (PSP) documents that must be omitted during install.

  • Guest
    Reply
    |
    Mar 11, 2020

    The IBM i PTF process can be fully automated with the current built in CL commands and SQL, so there is not much use to make IBM i look like a *nix system - it simply isn't *nix :)

  • Guest
    Reply
    |
    Mar 9, 2020

    I agree the ability to use a package manager in bash/pase would be handy but it cannot replace the functionality in IBM i itself.

    The existing commands in the native environment already allow for full automation however. Between the SQL capabilities added in the last few years and the capabilities of the CL Language I work with several systems where PTFs downloads, loads, and applies have been fully automated for many years already. Agree though that to do so requires knowledge of the base operating system and CL programming which clearly different from knowledge the average *nix developer would have.