Hi,
JS 1.11.4 Linux 64 bits
The installer asks for a schedulerHost . According the doc [1] : "The JobScheduler Host is used for TCP and HTTP/HTTPS communication to send operating information for JOC and the JobScheduler Web Services."
We may have miss something but when we set a hostname different from the machine one (the output of the 'hostname' command). It doesn't look to be used anywhere (all URL in database use the machine hostname for ie).
When greping into the entire installation (binairies and data), the only occurence of the value we set in the jobscheduler_install.xml file is in config/scheduler_custom_documentation.xml .
What do you think ?
Thanks, Bertrand
[1] https://kb.sos-berlin.com/display/PKB/JobScheduler+Secure+Operation
Hi Bertrand,
the source for the quoted phrase is not [1] but JobScheduler Master Installation - 02 - Dialog Installation and possibly additional articles that are not quite up to date. We will check this.
For releases 1.11 you can use the http_port="somehost:someport" syntax to restrict the JobScheduler to listen to specific network interfaces only, see the How to restrict the JobScheduler Master to listen to specific network interfaces when using HTTP or HTTPS article.
The schedulerHost setting with the installer has no effect on URLs as visible from the database. It has limited effects when using the TCP port in earlier versions and will be removed from the installer (SET-108).
Best regards
Andreas
Hi Bertrand,
this schedulerHost setting is dropped with
The fix is included with release 1.11.5 that is announced to be available.
Best regards
Andreas