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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
I recently encountered a SQL procedure which can be used to reset iSCSI adapters -> CHANGE_IP
Here some detail from desctiption:
The CHANGE_IOP procedure initiates an operation on an I/O Processor. This procedure can be used to perform functions that are available in the Hardware Service Manager.
Example invocation:
CALL QSYS2.CHANGE_IOP(IOP=>'ISCSI', OPTION=>'IPL');
Unfortunatly the parameter IOP is hardcoded and can only be "ISCSI".
Can this be extended to specify "CMBXX"?
The request does not match any similar commands that the QSMGSSTD API provides. The potential command could cause unwanted system behavior because it wouldn't be able to determine if it is safe to perform the IPL of the IOP bus adapter
It is recommended that tape devices are not mixed with DASD devices on an adapter. The recommended and correct way to IPL the IOP, if there is no DASD devices attached to the IOP, is to vary off all the devices attached to the IOP and then vary on one of them on with reset. There are already APIs and commands that a user can use to write a tool that could automate the varying off of all the tape devices and vary on one of the tape devices, for each IOP, with RESET(*YES).
IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.