Versions Compared

Key

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

...

Storage and cluster nodes can be installed on the same server, and for a single-node setup that is the recommended approach. But if you intend to scale to more than just one server, it is recommended to only install one of the two node types on a server. That makes better use of the available performance and allows for more flexible scaling.


Known Issues

Note

Release 2.4.6 has a known issue when SELinux is enabled. It prevents connections to the newly introduced Redis Server instance. We'll address this shortly with a patch. In the meantime we recommend to disable SELinu


Prerequisites

This manual assumes that a few prerequisites have been met. This includes a set up system with internet connectivity and some relevant ports opened in the firewall.

...

Finally start the Squirro Services


RHEL6 /Centos6RHEL7/CentOS7


Code Block
languagebash
[root]# service monit start
[root]# monit -g all-manual start



Code Block
languagebash
echo "Starting Squirro services"
cd /lib/systemd/system
for service in $(ls sq*d.service); do
    echo "Starting $service"
    systemctl restart $service
done


Note

At the time of writing monit is not yet part of our RHEL7/CentOS packages.