Versions Compared

Key

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

...

  • The default location of the logs directory for the Controller is
    • C:\ProgramData\sos-berlin.com\js7\controller\<controller<controller-id>id>
  • Installation log files are named according to the pattern Install_V<release>_<date-time>_....log where <release> is the release number and <date-time> refers to the point in time of  installation.
  • For further information about logging see JS7 - Logging

...

  • Stop the JS7 Controller instance.
  • Prepare to rollback in case that the update of the JS7 Controller is not successful.
    • Take a backup of the Controller's installation directory and configuration directory, e.g. by creating a .zip archive.
      • Installation Directory:
        • The default installation directory for the Controller is
          • C:\Program Files\sos-berlin.com\js7\controller\<controller<controller-id>id>
      • Configuration Directory
        • The default configuration directory for the Controller is
          • C:\ProgramData\sos-berlin.com\js7\controller\<controller<controller-id>id>

Running the Update

The update procedure makes use of the same installer response file as explained for a fresh installation.

...

  • To perform the rollback of the JS7 Controller instance run the uninstaller from the command line.
    • The default location of the uninstall.cmd file is:
      • C:\Program Files\sos-berlin.com\js7\controller\<controller<controller-id>id>\Uninstaller
  • Restore from a previous backup, e.g. by extracting the .tar.gz/.zip archive to the installation directory and configuration directory.
  • Re-install the Windows Service from the command line:
    • Switch to the .\bin directory for the Controller from the command line
      • The default location of the .\bin directory is:
        • C:\Program Files\sos-berlin.com\js7\controller\<controller<controller-id>id>\bin

    • Run the below command that will install the Controller's Windows Service. 

      controller.cmd install-service [--http-port=<number>] [--ip-address=<hostname or ip address>]

Automated Start-up and Shutdown

...