Example 12: First installation of HCL Workload Automation in Windows® cluster environment, using customized resource instance name
About this task
First time installation of HCL Workload Automation in
a Windows® cluster environment, using a customized
resource instance name (this is like example 1, but with the addition
of the customized resource instance name):
twsClusterAdm.exe –new domain=MYDOM user=mytwsuser pwd=mytwspwd
–res group=myresgroup ip=myip net=mynetname disk=mydisk resname=myResName opts=lwaOn –dll
The
command:
- Configures HCL Workload Automation on all the nodes of the cluster.
- Installs the new HCL Workload Automation Cluster
resource type (named
ITWSWorkstation
) on all the nodes of the cluster. - Copies the
ITWSResources.dll
to the\%systemRoot%\cluster
folder. - Creates an instance of the HCL Workload Automation Cluster resource type within the specified cluster group.
- Adds a dependency from
myip
,mynetname
, andmydisk
to the resource. - Defines that the resource instance name is myResName.
- Enable monitoring of dynamic agents (lwaOn).