XCF connected

Figure 5 shows two Tivoli Workload Scheduler for z/OS address spaces with an XCF connection in a z/OS monoplex.

You represent this system to Tivoli Workload Scheduler for z/OS by defining a computer workstation with a destination field that specifies the XCF member name of the tracker. The controller uses XCF services to transport JCL, release commands, WTO messages, and cleanup requests to members in the sysplex. The tracker receives data from XCF and performs the following actions:

The event-tracking routines create event records to describe activities that occur on the system. These records are added to the tracker event writer queue in ECSA. The tracker processes the queue, transports the records to the controller across the XCF link, and writes the events into the event data set. The data router subtask in the controller receives the event records from XCF, and the current plan is updated.

Figure 5. A z/OS system with an XCF connection
The graphic shows a system with an XCF connection between the controller and tracker.

Table 7 shows the initialization statements you can use to create the configuration in Figure 5.

Table 7. Example EQQPARM members for Figure 5
  Members for the controller     Members for the tracker  
OPCECNT

OPCOPTS  OPCHOST(YES)
         ERDRTASK(0)
ROUTOPTS XCF(OPCTRK)
XCFOPTS  MEMBER(OPCCNT)
         GROUP(PLEXSYSA)
TRKA

OPCOPTS OPCHOST(NO)
        ERDRTASK(0)
        EWTRTASK(YES)
        EWTRPARM(STDEWTR)
TRROPTS HOSTCON(XCF)
XCFOPTS MEMBER(OPCTRK)
        GROUP(PLEXSYSA)
 
 
STDEWTR

EWTROPTS EWSEQNO(01)

Note:
In this example, the name of the monoplex is PLEXSYSA. The members in that group are:
OPCCNT
The controller
OPCTRK
The tracker
The tracker member name is defined in the destination field of the workstation.