Creating the CPUREC statement for extended agents
This section is valid only for Extended agents. Create the CPUREC
statement
for the workstation in the TOPOLOGY
initialization
statement. The TOPOLOGY
initialization statement
is used to define parameters related to the topology of the connected HCL Workload Automation network.
Such a network topology statement is made up of one or more (one for
each domain) DOMREC
statements that describe the
topology of the distributed network, and by several CPUREC
statements,
one for each fault-tolerant workstation.
The following example shows a
CPUREC
statement for an SAP R/3 extended agent workstation named
R3XA
. The extended agent is hosted by an HCL Workload Automation agent named TWSA
, which
is also the domain manager of DOMAIN1
.
****************TPLGINFO MEMBER ***************************
/*********************************************************************/
/* DOMREC: Domain definition */
/*********************************************************************/
DOMREC DOMAIN(DOMAIN1)
DOMMNGR(TWSA)
DOMPARENT(MASTERDM)
/*********************************************************************/
/* CPUREC: Extended agent workstation definition */
/*********************************************************************/
CPUREC CPUNAME(R3XA)
CPUOS(OTHER)
CPUNODE(NODE1)
CPUDOMAIN(DOMAIN1)
CPUHOST(TWSA)
CPUTYPE(XAGENT)
CPUACCESS(r3batch)
CPUUSER(TWSuser)
CPUTZ('Europe/Rome')
/*********************************************************************/
/* CPUREC: Domain manager workstation definition */
/*********************************************************************/
CPUREC CPUNAME(TWSA)
CPUNODE(NODE1)
CPUAUTOLINK(ON)
CPUDOMAIN(DOMAIN1)
CPUTYPE(FTA)
CPUUSER(TWSuser)
CPUTZ('Europe/Rome')
The following keywords define
R3XA
as
an extended agent: - CPUACCESS
- The extended agent access method. For SAP R/3,
it is
r3batch
. - CPUHOST
- The name of the HCL Workload Automation workstation hosting the extended agent. It cannot be another standard agent or extended agent.
- CPUTYPE
- The workstation type. For an extended agent, it must be
XAGENT
.
Note: The
CPUREC
statement does not exist for an HCL Workload Automation for z/OS agent workstation.For further information about CPUREC
for
extended agents, see Customization and Tuning.