Versions Compared

Key

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

...

  • Run the installer for the JS7 Controller using the following script:

    Code Block
    languagebash
    titleWindows command to run the graphical installer
    > C:\Temp\controller.<release>\setup.cmd
  • The installer asks for administrative privileges.  
  • Select the language to be used for the setup: English, Japanese and German are available.

...

  • The resulting directory structure after installation includes (only files and folders immediately relevant):
    • C:\Program Files\sos-berlin.com\js7\controller (installation directory)
      • var (symbolic link to configuration directory)
      • controller_install.xml (installer response file used for previous installation)
      • license.gpl (copy of  GPLv3 (General Public License)  used for the Open Source JS7 - License)
      • license.html,  (HTML format of license terms for the commercial JS7 - License)
      • license.txt (copy of JS7 JobScheduler Commercial License Agreementplain text format of license terms for the commercial JS7 - License)
      • ThirdParty.txt (list of 3rd party components and licenses included with the used by JS7 Controller) 
      • .version (release information)
      • bin
        • anonymize-logs.cmd (used to anonymize log files, see JS7 - Log Anonymization)
        • controller.cmd (Start Script)controller.cmd|shThe Start Script for Windows/Unix platforms
        • controller_instance.cmd|sh-exampleexample (Sample Instance Start Script to set individual environment variables. Drop the -example extension to activate this file.)
        • controller_watchdog.cmd|shRestarts cmd (restarts the Controller for Windows/Unix platforms.if not operated as a Windows Service, called by Start Script)
      • lib (directory for Java libraries)
      • service (directory for operation as a Windows Service)
        • install_controller_windows_service.cmdcmd (used by installer)
        • js7_controller_<controller-id>.exe
        • js7_controller_<controller-id>w.exe
        • LICENSE.txttxt (copy of Apache License, Version 2.0)
        • NOTICE.txttxt (Apache Commons Daemon license notice)
        • RELEASE-NOTES.txttxt (Apache Commons Daemon release notes)
        • uninstall_controller_windows_service.cmdcmd (used by uninstaller)
        • amd64
        • manager
        • x86
      • Uninstaller (Uninstaller directory for Windows only, the empty directory remains in place after uninstall)
        • install.log
        • js7.ico
        • shortcut.vbs
        • uninstall.cmd
        • uninstall_prepare.cmd
        • uninstaller.jar
    • C:\ProgramData\sos-berlin.com\js7\controller (configuration directory)
      • var (data directory)
        • controller_home (symbolic link to installation directory)
        • config (directory for configuration files)
          • controller.conf (general Controller configuration, see JS7 - Controller Configuration Items)
          • lib (optional directory for licensed binary code)
          • license (optional directory for license certificate files)
          • private (directory for security related configuration files)
        • logs (directory for log files)
        • state (directory for journal files)
        • work (directory for work files)

Rollback

To perform a rollback on Windows systems follow the below steps:

...