Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagetext
titleExample: Starting the installer on Unix® with a parameter file
... 
<entry key="schedulerHost" value="[other host]"/>
... 
<!-- for Backup Cluster --> 
<entry key="clusterOptions" value="-exclusive -backup"/> 
... 
<entry key="databaseCreate" value="off"/> 
...

...