This portal is to open public enhancement requests against IBM Z Software products. 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.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Transaction Processing
Product - CICS Transaction Server
For recording keeping, the previous attributes were:
Brand - WebSphere
Product family - Transaction Processing
Product - CICS Transaction Server
It is worth clarifying that when the FENODDEF is installed, it installs the nodes in the NODELIST.
When the FEPOODEF is installed, it references the nodes that were just installed and which also appear in the NODELIST of the FEPOODEF.
The descriptions of the Node and Target lists in the FEPI POOL definitions state:
Node listNODELIST The node names to be used to create new connections in the pool. You can specify a maximum of 128 node names. Each node name in the list must be 8 characters long. Shorter node names should be padded to 8 characters using blanks. These names should be defined by creating corresponding FENODDEFs.
Format: AdvancedTarget region listTARGETLIST The target names used to create new targets in the pool. You can specify up to a maximum of 32 target names. Each target name in the list must be 8 characters long. Shorter target names should be padded to 8 characters using blanks. These names should be defined by creating corresponding FETRGDEFs.
Format: Advanced
If we take the NODELIST first, what this means is that:
1) First you need to define a FENODDEF which lists the nodes e.g. FENODDEF (FENODES1) has a NODELIST of "NODE0001 NODE0002 NODE0003"
2) Then you need to define a FEPOODEF which also lists the nodes e.g FEPOODEF(FEPOOL1) has a NODELIST of "NODE0001 NODE0002 NODE0003"
It does not mean that you need to defined a FEPOODEF which has a NODELIST of "FENODES1"
The same applies to the TARGETLIST.
If you try the above then you should find that it works.