Skip to main content

Striim Platform 5.0 documentation

Upgrading in CentOS
  1. Complete the steps in Preparing to upgrade and exporting the metadata.

  2. Stop all Forwarding Agents.

  3. On each server in the cluster, enter the following commands to uninstall Striim (skip the dbms and samples commands if those packages are not installed on the node):

    sudo rpm -e striim-node
    sudo rpm -e striim-dbms
    sudo rpm -e striim-samples
  4. Remove these symbolic links:

    sudo rm /opt/striim/derby /opt/striim/logs/striim /opt/striim/wactionrepos
    
  5. On each server in the cluster, download striim-node-5.0.6-Linux.rpm.

    If the metadata repository is hosted on Derby, download striim-dbms-5.0.6-Linux.rpm to the Derby host.

    Optionally, download striim-samples-5.0.6-Linux.rpm.

  6. On each server in the cluster, install the node package: sudo rpm -ivh striim-node-5.0.6-Linux.rpm

    Optionally, also install the sample applications: sudo rpm -ivh striim-samples-5.0.6-Linux.rpm

  7. If the metadata repository is hosted on Derby, install it on the appropriate server: sudo rpm -ivh striim-dbms-5.0.6-Linux.rpm

  8. Continue with Importing the metadata and completing the upgrade.