Versions Compared

Key

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

...

  • To perform the rollback of a JS7 Agent installation run the uninstaller from the command line.
    • The default location of the uninstall.cmd file is:
      • C:\Program Files\sos-berlin.com\js7\agent\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 of the Agent installation.
      • The default location of the .\bin directory is:
        • C:\Program Files\sos-berlin.com\js7\agent\bin

    • Run the Agent Instance Start Script installs the Agent's Windows Service:

      agent_<http-port>.cmd install-service

Automated

...

Startup and Shutdown

For Unix systems the start-up startup and shutdown configurations apply that are executed by root, the root account e.g. from /etc/init.d or from corresponding locations scripts and by use of systemd.

  • Consider use of the JS7_AGENT_USER environment variable from the ./bin/agent_<http-port>.sh instance start script to run an Agent that is started by root for a different user account.
  • For use with systemd find a sample service file from ./bin/agent.service-example file.

For Windows systems operation of the Agent by a Windows Service is recommended as such services can be configured to start/stop automatically on server start-up startup and shutdown.

  • Consider to assign a service account to the JS7 Agent service with the Windows Service Panel.
  • Consider to allow the JS7 Agent service to be automatically started on server startup.

Initial Operation

Having completed the installation or update of a JS7 Agent you can start the Agent either manually or from its Unix daemon/Windows Service, see JS7 - Agent Command Line Operation.

...