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 4508

Allow %right, %left, and %subdt to left of assignment operator =

%subst is allowed on the left of an assignment operator, in order to change a substring. It would be nice if %left, %right, and %subdt could do the same. Instead of: if (%len(%trimr(XREF)) > %len(F1XREF)); %subst(F1XREF:(%len(F1XREF) - 2)) = '....
10 months ago in IBM i / Languages - RPG 1 Future consideration

Use 'IN' operator on %split to compare like in %list

When working with a list represented in a string, with %split, the 'IN' operator cannot be used as it can with the function %list. However, it is necessary to have this functionality in order to check if certain elements are present in a string li...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration

Automate pedbg and VIO snap from HMC

Automate creation and upload of pedbg and VIO snap from HMC via UI to optimize IBM SR handling.
about 3 years ago in Hardware Management Console 2 Planned for future release

EIM Windows domain source mapping from CRTUSRPRF

On CRTUSRPRF we have the parameter EIMASSOC. This lets us create an EIM identifier and add the current system as a TARGET. Every new user that is created need to also have the windows domain as a SOURCE in order for single signon to work. This mea...
about 2 months ago in IBM i / Security 2 Submitted

add cli/REST path/command to allow a) creation of tag b) removal of tag against resource and c) querying of resources tags (which tags are assigned) - perhaps field in lssyscfg

HMC GUI 10 provides 'tags' to allow functional grouping of systems and instance/lpars however these are not exposed as query able through REST or cli commands to allow management tools to make decisions / use the same tags
almost 2 years ago in Hardware Management Console 0 Future consideration

PowerVC support "Spectrum Virtualize Volume Mobility"

To migrate from one SVC to a new SVC you need this feature. This works similar to LPM "only" not with VMs but with LUNs.
about 1 year ago in PowerVC 3 Future consideration

Call Home test for vHMC

At the moment there is no way to check, if vHMC Call Home configuration is working properly.As verified by IBM Support Case neither "Test connection" during configuration wizard nor "Creating a serviceable event" with checked flag "Test problem re...
almost 4 years ago in Hardware Management Console 1 Future consideration

BRMS ICC backup to AWS Cloud only allows US East region for storing data

Please see PMR Case number TS016529098. We are looking to use BRMS to send backup data to an S3 bucket at AWS. By default it is directing to AWS US East region and we are told there is no option to send data to another region. We faced issues with...
6 months ago in IBM i / Virtualization and Cloud 1 Submitted

Terraform support for ppc64le

Terraform is #1 Infrastructure-as-Code tool used for cloud deployments and is developed by HashiCorp. HashiCorp was acquired by IBM this year. Still there is no Terraform on HashiCorp's site compiled for ppc64le architecture - https://developer.ha...

Allow to define a data structure based on a SQL table function

When declaring a data structure, allow using the keyword extname to read the fields defined in the RETURNS TABLE block of an UDF. dcl-ds genericDsTemplate extname('MYLIB/MY_SQL_TF':*output) qualified template alias end-ds; That would guaranty a 10...
6 months ago in IBM i / Languages - RPG 2 Under review