Upgrading in CentOS
Complete the steps in Preparing to upgrade and exporting the metadata.
Stop all Forwarding Agents.
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
Remove these symbolic links:
sudo rm /opt/striim/derby /opt/striim/logs/striim /opt/striim/wactionrepos
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
.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
If the metadata repository is hosted on Derby, install it on the appropriate server:
sudo rpm -ivh striim-dbms-5.0.6-Linux.rpm
Continue with Importing the metadata and completing the upgrade.