For z/OS platforms

Accessing authorized z/OS native WLM services on the Liberty profile

To enable access to authorized z/OS® native workload management (WLM) services, you use the Liberty profile 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 the Liberty profile on z/OS

For code examples, and for information about configuration syntax, classification rules, and the attributes of the httpClassification element, see Liberty profile: WLM classification for z/OS.

Procedure

  1. Enable the Liberty profile zosWlm-1.0 feature.
  2. 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.

Icon that indicates the type of topic Task topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=twlp_enablewlm_auth_zos
File name: twlp_enablewlm_auth_zos.html