Versions Compared

Key

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

...

The global sections have the following entries:

 Entry Description
serviceIdThe JobScheduler ID of the agent. This ID must be unique. You get a unique value by adding host and port to the value of the ID.
licenceThe license key for the agent. Use the same key as you have used for your main JobScheduler. If you are using the GPL license, copy your default license key from the main JobScheduler sos.ini file into the sos.ini file for the agent.
servicePortThe port, the agent is listening. For example 4445. You can use the same port for each agent on different hosts.
serviceAllowedHostThe IP address or the host name of the Master JobScheduler.
installPathThe path to install the agent. Recommended value: /opt/sos-berlin.com/jobscheduler.
UserPathPanelElementThe path with the configuration files of the agent. Recommended value: /home/<user>/sos-berlin.com/jobscheduler
ftpSpecifies the ftp file transfer protocol.
ftp.userThe user for the ftp login.
ftp.passwordThe password for the ftp login.
ftp.localDirThe location of the setup files.This is scheduler_agent.jar and the generated xml installation files.
ftp.remoteDirThe location on the server where the setup files should be transferred.
ftp.portThe port for the ftp connection. Default value: 21.
sshSpecifies the ssh connection.
ssh.userThe user for the ssh login.
ssh.passwordThe password if using password authentication.
ssh.sudoPasswordThe password for the sudo user. This can be used in the command to enable the sudo login.
ssh.authMethodThe authentication method can be password or publickey.
ssh.authFileThe authorization file with the key if authMethod is publickey.
ssh.portThe port for the ssh connection. Default value: 22.
ssh.command

The command to perform the installation. The recommended command is:

 echo ${sudo_password} | sudo -S java -jar ${ftp_remote_dir}/scheduler_linux32_agent.jar ${ftp_remote_dir}/${installation_file}

...