Skip to Main Content
IBM Power Ideas Portal
Hide about this 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 4636 of 4636
104 VOTE

Link Aggregation NIC adapter replacement without service interruption

When replacing a NIC that is part of an Ethernet Link Aggregation configuration, it is necessary to temporarily disable the Line description on IBMi OS. As a result, the IP address is deactivated, making a service outage unavoidable.Although Power...
9 days ago in IBM i / Core OS 2 Submitted

Live Partition Mobility: Allow overrides of CPU and LPAR ID on target CEC

For hosted environments, moving a partition from P9 to P10, for example, is often not at CPU-for-CPU but at CPW-for-CPW (e.g. 15000 CPW = 1 CPU on a 9009-22a but not on a 9105-22a). And LPAR ID is automagically assigned.This is counter-productive,...
1 day ago in IBM i / System Management 1 Submitted

Custom SQLSTATE/MESSAGE for SIGNAL statement

Currently it is possible with the SIGNAL statement to return a custom SQLSTATE and message. DECLARE COUNTRY_NOT_FOUND CONDITION FOR SQLSTATE '02000'; DECLARE EXIT HANDLER FOR COUNTRY_NOT_FOUND SIGNAL SQLSTATE '75001' SET MESSAGE_TEXT = 'Country no...
5 days ago in IBM i / Db2 for i 0 Submitted

Enhance IBM SQL Services to use better "list" parameter parsing

I’d like to request an enhancement to IBM i SQL Services to improve flexibility when passing multiple values to parameters that accept lists. Currently, the following syntax does not work: table(qsys2.active_job_info(subsystem_list_filter=>'QIN...
5 days ago in IBM i / Db2 for i 2 Submitted

PowerVC 2.1.1.2 6-mounth history in Resource Assigment data

Hello, in the context of a Project we would like to be able to have a 6-month history of the resource assignment data. I 've upload a file with an image of the section for which resources usage would be required. Thanks in advance for your collabo...
21 days ago in PowerVC 0 Submitted

Add capability of defining subgroups for Compliance page

For usability in large environments it would behelpfull to be able to create subgroups on the Compliance page. Here an example: Group: SAP - Sub-Group: SAP-Test SAP-QA SAP-Prod
9 days ago in PowerSC 0 Submitted
246 VOTE

Machine pool minimum size setting for path switch.

Please refer to TS005543906(CritSit(MEC)) . The system is configured with multi-path storage via SAN switch. The serious problem (5250 telnet terminals dropped) happened when the system did path switch. It was because the lack of machine pool and ...
6 months ago in IBM i / Storage 2 Submitted

Few confirmation screen before power off manage system

It has been observed a couple of times in the past that the managed server on the processors (i.e. the whole machine) has been powered off accidently since the enhanced version of the GUI was available. To avoid another accident in future can we h...
15 days ago in Hardware Management Console 1 Submitted

Relaxe the restriction for the QUALIFIED keyword use on LIKEDS strucctures.

When coding RPG IV, I use Templates and the LIKEDS keyword, and also use non-Template data structures with the LIKEDS keyword. RPG IV muscle memory instinctively has me writing: DCL-DS myStruct Qualified LIKEDS(struct_tmpl) Inz(*LIKEDS); The probl...
about 5 hours ago in IBM i / Languages - RPG 0 Submitted

%elem on enum

I would like to define the size of my dim array depending on the number of elements of my enum. Example : dcl-enum my_enum qualified; value1 const('1'); value2 const('2'); end-enum; dcl-s my_array char(1) dim(%elem(my_enum));
about 22 hours ago in IBM i / Languages - RPG 1 Functionality already exists