Accessing authorized z/OS native WLM services on Liberty
To enable access to authorized z/OS® native workload management (WLM) services, you use the Liberty zosWlm-1.0 feature, and define the security setup to permit the Authorized WLM Service (ZOSWLM).
Before you begin
Start the Angel process using <START bbgzangl>. For more information, see Administering Liberty on z/OS
For code examples, and for information about configuration syntax, classification rules, and the attributes of the httpClassification element, see WLM classification for z/OS.
Procedure
- Enable the Liberty zosWlm-1.0 feature.
- Define the security setup to permit the Authorized WLM Service (ZOSWLM).
Example
RDEF SERVER BBG.AUTHMOD.BBGZSAFM.ZOSWLM UACC(NONE)
PERMIT BBG.AUTHMOD.BBGZSAFM.ZOSWLM CLASS(SERVER) ACCESS(READ) ID(mstone1)
The "subsystem name" used for classifying work requests is BBGZSRV, and it is specified on the WLM Connect Service ConnectWorkMgr.
The collectionName is supplied as the "COLLECTION" value on the Classify work (__server_classify).
This example shows how the value used for the collectionName can be specified:
<zosWorkloadManager collectionName="AbcDef1234"/>
Note: The collectionName supports mixed case.
Note: The collectionName only uses the first 18
characters.
Note: If no value is specified, the value ${wlp.server.name} is used. This is the directory name
of the server.