Skip to Main Content
IBM Z Software


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.

Status Future consideration
Categories Runtime
Created by Guest
Created on Oct 22, 2020

CPSM cmd to Activate/Quiesce a target Region only in a specific WLMSPEC.

I use following cmd to Activate or Quiesce some target Regions in a specific "wlmspecx" WLMSPEC:
EXEC CPSM PERFORM OBJECT("WLMAWAOR")
PARM("WORKLOAD(wlmspecx).")
CRITERIA("AOR=cicsaorx")
ACTION("ACTIVATE/QUIESCE") .....
Some of this target Regions are defined in others WLMSPEC, but i want Activate or Quiesce this target Regions only in this WLMSPEC, not in the others.
Despite the fact in the cmd i specify:
PARM("WORKLOAD(wlmspecx).")
the target Region "cicsaorx" goes Active or Quiesced in all WLMSPEC, not only in "wlmspecx".

Idea priority High
  • Guest
    Reply
    |
    Jan 20, 2021

    This is a valid requirement and is a candidate for a future release.

    As a workaround, it is valid to move a target region between different workloads by changing their association with the system groups the workloads are using to modify the target scope for the workload requests. A target region can be the target for 1 or more workloads. If you have large numbers of regions you wish to move around like this, it might be more helpful to add them into groups and use group to group links to change the target scopes.

    For example:
    Add AOR1 to DAYGRP (CSYSGRP)
    Add AOR2 to NIGHTGRP (CSYSGRP)
    Add AOR3 to BOTHGRP (CSYSGRP)

    Create WLMDAY (WLMSPEC) with target scope of DAYGRP
    Create WLMNIGHT (WLMSPEC) with target scope of NIGHTGRP

    Create a group to group link (CSGLCGCG) so DAYGRP contains the BOTHGRP group. Once the workload is established you should see the targets for the WLMDAY workload are AOR3 and AOR1. Now you can create a group to group link so NIGHTGRP also contains BOTHGRP. Now both workloads are using AOR3. Finally to complete the transition, delete the group to group link between DAYGRP and BOTHGRP. Now only the WLMNIGHT workload will route work to the AOR3 system.