Joinutility seperatorLogin utility separator Infobright.com

Navigation

 ·   Wiki Home
 ·   Wiki Help
 ·   Categories
 ·   Title List
 ·   Uncategorized Pages
 ·   Random Page
 ·   File Upload
 ·   Uploaded Files
 ·   Recent Changes
 ·   RSS
 ·   Atom
 ·   What Links Here

Active Members:

Search:

 

Create or Find Page:

 

View Install Guide

Tar Package Installation Instructions

1. Download the install package (e.g. infobright-3.3-x86_64-ice.tar.gz) to the server where you are installing Infobright

2. Obtain root user access

3. Change to the parent location in which you want to install (e.g. /usr/local)

cd /usr/local

Note: Please do not install in the root or home directories due to possible MySQL permission checking issues during install, start up, and/or load.

4. Unpack the tarball, which will create the product directory (infobright-3.3-x86_64-ice/), and create a symbolic link ‘infobright’ to the product folder

gunzip < /path/to/infobright-3.3-x86_64-ice.tar.gz | tar xvf -
cd /usr/local/infobright

5. Run the install script with the "--help” flag to check for system configuration and provide examples of directory parameters

./install-infobright.sh --help

Parameters required for installation -
--datadir=infobright data folder [--datadir=/usr/local/infobright/data]
--cachedir=infobright cache folder [--cachedir=/usr/local/infobright/cache]
--config=mysql conf file to be created [--config=/etc/my-ib.cnf]
--port=infobright server port [--port=5029]
--socket=socket file to be used by this server [--socket=/tmp/mysql-ib.sock]
--user=user to be created if not exist [--user=mysql]
--group=user group be created if not exist [--group=mysql]

Example command
./install-infobright.sh (install with defaults)
./install-infobright.sh --help
./install-infobright.sh --datadir=/usr/local/infobright/data --cachedir=/usr/local/infobright/cache --port=5029 --config=/etc/my-ib.cnf --socket=/tmp/mysql-ib.sock --user=mysql --group=mysql

6. Run the install script again, this time with directory parameters. If parameters are used that already exist, an error will occur (for example running the same script with parameters twice)

Install Guide Part 2