Versions Compared

Key

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

...

  • The resulting directory structure after installation includes (only files and folders immediately relevant):
    • agent 
      • license.gpl (copy of  GPLv3 (General Public License) )
      • license.html, license.txt (copy of JS7 JobScheduler Commercial License Agreement)
      • ThirdParty.txt (list of 3rd party components and licenses included with the JS7 Agent)
      • bin
        • agent.cmd
          • The Start Script
        • agent_<http-port>.cmd
          • The Agent Instance Start Script.
        • agent_credential_value.cmd|sh
          • The script for access to a credential store
        • agent_watchdog.cmd
          • Restarts the Agent
      • lib (directory for Java libraries)
      • service (directory for operation as a Windows Service)
      • var_<http-port(data directory)
        • config (directory for configuration files)
          • agent.conf (general Agent configuration) 
          • private (directory for security related configuration files)
            • private.conf-example  (security related configuration)
        • logs (directory for log files)
        • state (directory for journal files)
        • work (directory for temporary files)
      • yade (directory of the YADE file transfer client)

Updating the JS7 Agent

Find detailed instructions from JS7 - Update and Upgrade.

An update of the JS7 Agent is performed from the same download archive as used for any fresh installation:

...

  • Stop any running any JS7 Agent instances. Note that more than one Agent instance can be launched from a single Agent installation.
  • Prepare to rollback in case that the update of the JS7 Agent is not successful:
    • Take a backup of the Agent's installation directory and configuration directory, e.g. by creating a .zip archive.
      • Installation Directory:
        • The default installation directory for the Agent is C:\Program Files\sos-berlin.com\js7\agent
      • Configuration Directory
        • The default configuration directory for the Agent is C:\ProgramData\sos-berlin.com\js7\agent_<http-port>

Update and Upgrade

An update/upgrade using the graphical installer can be carried out by rerunning the installer setup.cmd file from the .zip archive and by providing the same parameters such as installation paths, ports etc.

...

...