Example 9: First installation of domain manager in Windows cluster environment, specifying generic options
First time installation of an IBM Workload Scheduler domain
manager in a Windows® cluster environment,
specifying the
kill
and link
generic
options twsClusterAdm.exe –new domain=MYDOM user=mytwsuser pwd=mytwspwd –res
group=myresgroup ip=myip net=mynetname disk=mydisk
opts=killjob;link=MASTERDM!MASTER; –dll
The
command:
- Configures IBM Workload Scheduler on all the nodes of the cluster.
- Installs the new IBM Workload Scheduler 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 IBM Workload Scheduler Cluster resource type within the specified cluster group.
- Adds a dependency from
myip
,mynetname
, andmydisk
to the resource. - Sets the generic options
kill
andlink
.
The link option specifies the parent domain of the domain manager, and the parent domain manager workstation, so that the installation process can correctly manage the unlinking and relinking required. If the link option is omitted, or supplied with incorrect values, the configuration cannot complete correctly. However, you do not need to repeat the installation to resolve the problem. Instead, go to the IBM Workload Scheduler resource instance property panel, and under the Parameters tab add the link in the genericOpts field. When you activate the cluster the information in the link option is used to complete the configuration.