...
After the installation of the first JobScheduler in a cluster, a $SCHEDULER_HOME/scheduler_install.xml
file will be created. This file can then be used as an easy way to install the other JobSchedulers in the cluster via Batch-Installation. You then only have to edit the schedulerHost value clusterOptions in the scheduler_install.xml
file and, in addition, the clusterOptions when building a Backup Cluster.
...
Code Block | ||||
---|---|---|---|---|
| ||||
...
<entry key="schedulerHost" value="[other host]"/>
...
<!-- for Backup Cluster -->
<entry key="clusterOptions" value="-exclusive -backup"/>
...
<entry key="databaseCreate" value="off"/>
... |
...