Versions Compared

Key

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

...

  • rename ./bin/jobscheduler_agent_instance.sh-example to ./bin/jobscheduler_agent_port.sh where port is the numeric port that the Agent is listening for.
  • edit edit the JAVA_OPTIONS in ./bin/jobscheduler_agent_port.sh:

    Code Block
    languagebash
    titleSample for Unix
      TMPJAVA_OPTIONS="-Djava.io.tmpdir=/path/to/tmp/folder"
      export TMP
    
  • make sure that the JobScheduler Agent account has read, write and execute permissions for /path/to/tmp/folder
  • execute the following sequence of commands for an Agent that is listening for port 4445:
    • ./bin/jobscheduler_agent_4445.sh stop
    • ./bin/jobscheduler_agent_4445.sh start_service

...

  • rename .\bin\jobscheduler_agent_instance.cmd-example to .\bin\jobscheduler_agent_port.cmd where port is the numeric port that the Agent is listening for
  • edit .\bin\jobscheduler_agent_port.cmd:

    Code Block
    languagebash
    titleSample for Windows
      set TMPJAVA_OPTIONS=-Djava.io.tmpdir=\path\to\tmp\folder
  • make sure that the JobScheduler Agent account has read, write and execute permissions for \path\to\tmp\folder
  • execute the following sequence of commands for an Agent that is listening for port 4445:
    • .\bin\jobscheduler_agent_4445.cmd stop
    • .\bin\jobscheduler_agent_4445.cmd start_service

...