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

My ideas

Showing 4365 of 4365

Provide RSCT Domain filtering options for managed systems co-managed by HMC and PowerVM NovaLink

In PowerVC environments that utilize IBM Cloud Management Console (CMC) for Power Enterprise Pools (PEP), it's common for managed systems to be co-managed by HMC and PowerVM NovaLink. PowerVM NovaLink is in controller mode to facilitate operations...
4 months ago in Hardware Management Console 1 Submitted
123 VOTE

Develop Visual Studio Code Extension for RPG

Visual studio code is one of the most code editor used all around the world. What I want is an extension for Visual Studio Code to use it as RPG Editor. You could implement one of this extension: https://marketplace.visualstudio.com/items?itemName...
over 3 years ago in IBM i / Application Development 18 Future consideration

Configuring IPG to be exclusive for Tape Storage Templates

Most of the Power customers follow the best practice of segregating Disk and Tape traffic onto separate VIOS FC ports. Although PowerVC currently allows for specifying an IPG on Tape storage template (CLI), this IPG can be used by other Storage Te...
almost 1 year ago in PowerVC 1 Future consideration

update managed system / other devices (Storage) user/passwords from command line

as service account on the connected devices will have password rotation , it will be changed periodically. Passwords would be stored in vault (CyberArk), we would need to be able to update that password fastly from command line, using script or ot...
23 days ago in PowerVC 0 Submitted

IBM i DCM - Last used timestamp for each certificate

For the purpose of housekeeping the certificate stores in IBM i DCM, it would be very useful to enhance DCM to be able to show the "Last Used Time Stamp" and also "Use Count" for EACH certificate in the store so that system admin can efficiently s...
10 months ago in IBM i / Security 3 Future consideration

Ubuntu 22.04 support for Novalink on Power10 scale-out servers

For Power9 Ubuntu was supported for Novalink. For Power10 it is not, and only RHEL is supported and it is not free. We need to have Ubuntu 22.04 support for Novalink on Power10 scale-out servers. Ubuntu 22.04 is a long term support so it is worth ...
over 1 year ago in PowerVM NovaLink 6 Future consideration

please update ICU libraries

Please update ICU libraries on the machine. They are simply too old. Looking into QICU library there are ten years ago versions. By the way, the ICU project is maintained by IBM itself. ICU is published and enlisted in the public API of the system...
3 months ago in IBM i / Core OS 4 Under review

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

Change SQL to support unique identity columns. Where unique identity columns are automatically unique (pk/uk constraint), automatically skip numbers that already exist, and only throw exception if file is out of available numbers. We use identity ...
23 days ago in IBM i / Db2 for i 1 Not under consideration

Please add nslookup, host, dig as part of the base os or TC1

I need to use nslookup (could maybe settle for dig or host) from IBM i. However you only get these tools if you have option 31 of SS1 loaded. Option 31 will no longer be supported as per https://www.ibm.com/docs/en/announcements/end-marketing-en...
about 2 months ago in IBM i / Networking 3 Functionality already exists

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...
about 2 months ago in IBM i / Languages - RPG 2 Not under consideration