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.

ADD A NEW IDEA

All ideas

Showing 4491

Add an attribute to *SRVPGM object types for SQL Global Variables

Currently, there is no extended attribute associated with SQL Global Variables for *SRVPGM object types. This poses a major challenge for change management software that utilize security templates to apply permissions and authorization lists to ob...
5 months ago in IBM i / Core OS 2 Under review

Improved method to securely verify AIX filesets and install images

Currently, the only way to securely verify AIX filesets is during an install operation with the chsignpolicy command set, but even this requires installing the bos.rte.install and bos.dsc filesets in order to obtain the fileset signatures. AIX sho...
over 1 year ago in AIX 3 Future consideration

Speed up RMC state changes in PowerVC

In PowerVC sometimes it takes a lot of time until an active RMC state is recognized and shown in PowerVC. The HMC provides an event mechanism over the REST API that may be used to inform PowerVC of RMC state changes. If this mechanism is used the ...
over 3 years ago in PowerVC 1 Future consideration

Need support of Hybrid Network in PowerVC

We need support of Hybrid Network for High Speed adapter >= 100 GBE
over 3 years ago in PowerVC 2 Future consideration

Enable IBM Security Identity Manager to manage AIX RBAC roles

Currently it's possible to add AIX RBAC roles to a user in IBM Security Identity Manager. However, it is not possible to define a default role for the same user. This missing function should be added.
almost 2 years ago in AIX 2 Future consideration

Add user registry and TAI to RSE APIs

Hello, Concerning the use of Remote System Explorer APIs (RSE API), we currently use basic authentication + a session. This opens up many possibilities (IFS access, SQL queries, CL command calls, etc.) to all users (within the limits of thei...
6 months ago in IBM i / Web Serving 1 Submitted

LPM exchanges vNIC servicing VIOS every time

We are using two power systems with vNIC virtualisation. Because we want to know which vios is using which ethernet adapter we select vio1 for servicing vNICs running on adapter cards c1 and c2 and vio2 for servicing adapter cards c8 and c9 (examp...
10 months ago in PowerVM 0 Submitted

Automatic Login Feature for Print Sessions in ACS 5250 Emulator

We request the addition of an automatic login feature for print sessions in the ACS 5250 emulator. Currently, regular 5250 sessions allow automatic login without user input using PLUGIN=logon, but this is not possible for print sessions.
2 months ago in IBM i / Application Development 0 Submitted

Modify ulimit to display the lesser of nproc or maxuproc

As per this site https://www.ibm.com/support/pages/aix-ulimit-and-maxuproc ulimit was recently changed to display a more accurate value than "unlimited" when nproc is -1, and instead show the maxuproc that provides the real limit.This helps provid...
2 months ago in AIX 0 Submitted

For a procedure returning a varchar, writing "return *blank;" should be the same as writing "return '';"

Writing: dcl-s result varchar(500); dcl-proc GetErrorMessage;dcl-pi *n varchar(500);end-pi; return *blank;end-proc; result = GetErrorMessage(); //=> result = '[500 times space character]' is not the same as writing: dcl-s result varchar(500); d...
6 months ago in IBM i / Languages - RPG 2 Not under consideration