Versions Compared

Key

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

This section covers installing page can now be found at Installing Squirro on a Linux system without internet access. This complements the Setup on Linux section.

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Prerequisites

Please refer to the Architecture and Prerequisites sections of Setup on Linux. Both of these sections also apply to an offline installation.

For an offline installation, Squirro will provide you with a tar.gz file which contains all the required RPM files. Make that file available on the server, for example by copying it over using scp.

YUM Repositories

Extract Repository

The tar.gz file above contains a YUM repository that can be used offline. To use this on the server, extract it:

Code Block
languagetext
sudo su
mkdir -p /opt/squirro
cd /opt/squirro
tar -xvf /tmp/squirro-xxx.tar.gz

This creates the folder /opt/squirro/repo and populates it with al the RPM files.

Squirro

Create the file /etc/yum.repos.d/squirro.repo.

Code Block
languagetext
title/etc/yum.repos.d/squirro.repo
[squirro]
name=Squirro
baseurl=file:///opt/squirro/repo/
enabled=1
metadata_expire=300
gpgcheck=0

Storage Node Installation

Please follow the steps here to complete the storage node installation.

Cluster Node Installation

Please follow the steps here to complete the cluster node installation.Linux on the Squirro Docs site.