Versions Compared

Key

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

...

Then you must edit the ./config/scheduler.xml in both JobScheduler of the Backup Cluster and set the attribute supervisor with hostname:port of the config element (see http://www.sos-berlin.com/doc/en/scheduler.doc/xml/config.xml#attribute_supervisor).

You can check the correct hostname via the JOC Cockpit Dashboard:

Image Added

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml-stylesheet type="text/xsl" href="scheduler_documentation.xsl"?>
 <spooler>
   <config mail_xslt_stylesheet="config/scheduler_mail.xsl" port="4444"
     '''supervisor="serverC:4445"'''>
     ...
   </config>
 </spooler>

...