This is the public portal for all IBM Z Hardware and Operating System related offerings. 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.
An OSA TRLE cannot be activated (ACT) or inactivated (INACT) using a VTAM modify command. The OSA TRLE will show an INACT status when the interface at the TCP/IP layer is not started. It will automatically change to ACT status once the OSA interface is successfully started at the TCP/IP layer.
To modify a VTAM TRLE for OSA connectivity, the TRLE state must be inactive from a VTAM perspective. When the last TCP/IP OSA interface using that TRLE is stopped, the control READ and WRITE associated with the OSA TRLE keep the TRLE active for two minutes. Therefore, you must wait two minutes before the OSA TRLE becomes inactive. Once the VTAM TRLE state becomes inactive, then you may modify the TRLE definition in VTAM to make the portname change.
For future changes to the VTAM TRLE, try the following:
1. Stop all the interfaces at the TCPIP layer that reference the TRLE majornode.
2. V TCPIP,tcp_jobname,STOP,interface_name for each OSA interface using the TRLE.
3. Wait 2 minutes (This is required to allow the OSA control channels (READ/WRITE) to quiesce.)
4. Display the OSA TRLE to ensure the OSA TRLE has become inactive:
- D NET,ID=TRL_majornde_name,E
- Verify the OSA TRLE displays STATUS = INACT
5. Once the TRLE is inactive, you may proceed to modify your OSA TRLE definition.
6. Update the TRLE major node as follows:
- V NET,ACT,ID=TRL_majornde_name,UPDATE=ALL
7. Start your interfaces:
- V TCPIP,tcp_jobname,START,interface_name
The IBM z17 introduced the Network Express feature as the next generation ethernet adapter (ie OSA) and RoCE adapter. The Network Express provides the functionality of both the OSA-Express feature and RoCE Express feature into a single adapter.
The OSA CHPID type for the Network Express feature is OSH. The new OSH interface no longer requires a portname (like the OSD interfaces) so this becomes a non-issue with the new Network Express features starting on IBM z17. In fact, the VTAM TRLE for the OSH connectivity is dynamically built by VTAM when the OSH interface is started removing this network administrative task.