HCL Workload Automation, Version 9.4

Creating a workstation using the command line

You can define supported agents workstations also using the composer command line of HCL Workload Automation.
Dynamic agents
The following example shows a definition for a dynamic agent workstation named LINUX248 that uses the secure protocol https to connect to the Broker server.
CPUNAME LINUX248
  DESCRIPTION "This workstation was automatically created."
  OS UNIX
  NODE linux248.romelab.it.abc.com SECUREADDR 31114
  TIMEZONE Europe/Rome
  FOR MAESTRO HOST NC118003_DWB
    AGENTID "FD640FCA740311E18C4EE96D727FA991"
    TYPE AGENT
    PROTOCOL HTTPS
END
Extended agents
The following example shows a definition for a z/OS extended agent workstation named MVSCPU that uses the mvsjes access method.
cpuname MVSCPU description "zOS extended agent" 
     os other
     node mvsesa36.rome.abc.com
     tcpaddr 5000 
     domain masterdm
     for maestro
        type x-agent 
        host ROCIOUS
        access mvsjes
end

For details about defining workstations with composer, see the HCL Workload Automation User's Guide and Reference.