CentOS¶
Install¶
To install the Jetstream client, use:
rpm -i cumul8-jetstream-client-<version>.x86_64.rpm
The Jetstream client will be installed into /usr/local/libexec/jetstream-client
, and a symlink created to /usr/local/bin/jetstream-client
. The documentation can be found in /usr/local/share/jetstream-client/docs
.
On CentOS 7, a sysctl file will be installed in /etc/sysctl.d/90-jetstream.conf
. This setting is recommended in order to improve the performance of networking on the machine and get the best performance when using Jetstream.
Note
On CentOS 6, it is highly recommended that you append the contents of /usr/local/share/jetstream-client/conf/sysctl.conf
to /etc/sysctl.conf
and run sysctl -p /etc/sysctl.conf to get better performance.
The client can be started by running jetstream-client.
Upgrade¶
To upgrade the Jetstream client, use:
rpm -U cumul8-jetstream-client-<version>.x86_64.rpm
Note
On CentOS 6, it is highly recommended that you append the contents of /usr/local/share/jetstream-client/conf/sysctl.conf
to /etc/sysctl.conf
and run sysctl -p /etc/sysctl.conf to get better performance.
The client can be started by running jetstream-client.