Versions Compared

Key

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

...

  • If a Controller was connected to the Agent then the Controller will know the respective orders and status information.
  • If no Controller was connected to the Agent for some time then there is no way in knowing what jobs have been executed by the Agent for the time between the connection loss with the Controller and loss of the Agent's journal.
    • The Agent's agent.log file holds information about orders and jobs being processed.
    • For each job a pair of temporary files for output to the stdout and stderr channels is created in the Agent's JS7_AGENT_DATA/work/tmp directory. These files are dropped after job execution if the Agent can report back execution results to a Controller and otherwise remain in place.

...