This documentation supports the on-premises releases of StreamWeaver upto version 3.16. For the SaaS releases, see the BMC Helix Intelligent Integrations documentation.

Upgrade

Linux

  1. Download the StreamWeaver install binaries
  2. Copy the zip to a directory on the machine (example: /tmp)
  3. Stop the StreamWeaver service with the command
    service streamweaver stop
  4. Create a backup of the "data" folder, then move or rename the current streamweaver directory.
    cp -R /opt/streamweaver/data/ /tmp/db-01-01-2019
    mv /opt/streamweaver /opt/streamweaver-01-01-2019
  5. Unzip the installation zip file, per the standard install steps.
  6. Restore the backed up data directory
    cp -R /tmp/db-01-01-2019/ /opt/streamweaver/data
  7. Start StreamWeaver

    service streamweaver start

Windows

  1. Download the StreamWeaver install binaries
  2. Stop the StreamWeaver service
  3. Unregister the StreamWeaver service by running "bin\unregisterService.bat"
  4. Create a backup of the "streamweaver" folder by renaming it
  5. Extract the StreamWeaver archive and place the contents in the location of the previous version
  6. Copy the "db" folder from the backup to the new location
  7. Configure the new StreamWeaver version to use Java: open the "streamweaver\bin\streamweaver.ini" file for editingMake sure the "vm.location" parameter points to the location of the "jvm.dll" file that was provided with your JRE installation

    Ex: C:\Program Files\Java\jre1.8.0_151\bin\server\jvm.dll

  8. Register the StreamWeaver service: open the "Command Prompt", go to the "opstream\bin" folder and run the "registerService.bat" script

    This will create a Windows Service called "StreamWeaver"
  9. Start the StreamWeaver service from the services control panel
Was this page helpful? Yes No Submitting... Thank you

Comments