Skip to Main Content
IBM Z Software
Hide about this portal


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).


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 support for signal shutdown in TPF under VM

See this idea on ideas.ibm.com

  1. Enable the system to receive interrupts from the service processor
    1. Set a bit on in Control Reg 0
    2. Issue a SERVC instruction defining a small area in memory for the service processor to communicate to TPF
  2. Act on the receipt of the Ext 2401 interrupt:
    1. Issue a SERVC instruction to retrieve information from the service processor.
    2. Set an indicator that the shutdown signal was received.
    3. Create an ECB to do ZCYCL 1052
    4. When 1052 state is reached, and the shutdown signal was received  load the special PSW that tells the service processor “we’re shutdown” it’s safe to kill us now.
  3. There are 3 ways to get to 1052 state:
    1. System is restarting and coming up to 1052 state. We have checks there to start IUCV on VM
    2. The system may already be in 1052 state
    3. The system is in UTIL, CRAS or NORM state and is shutdown to 1052 state

 

It would be safe to have this in place even if TPF is not on VM, because this is supported by the LPAR hardware… if an LPAR is deactivated, the service processor will tell the OS “You need to shutdown”

But, we also have code within TPF that is only done if the system is on VM… so this could easily be omitted from prod/native systems. (It should be dynamic so if a native image is brought up on VM, it would be in effect, while native on native would not)

Idea priority Low
  • Guest
    Reply
    |
    Mar 20, 2025
    The z/TPF lab proposes cycling to 1052 state when the external 2401 interrupt is received and calling a user exit. The response from the user exit would indicate either 1) the system is to continue shutdown immediately, ending with the special PSW, or 2) the system is to ignore the shutdown signal and remain in 1052 state.

    The response from the user exit would likely be at least partially based on whether utilities are running. TPF would not shut down while utilities are running unless the user exit indicated that that is desired. And, given that utilities may take significantly longer to complete than the shutdown interval might allow, we would not implement a solution that continues to wait and repeatedly invoke the user exit until a "continue shutdown" response is received.

    Based on resources and other priorities, this is the solution proposed by the z/TPF lab. Does this solution satisfy your requirement?