Run the Exalead CloudView Installation Script
Before you begin: For security and stability, do not install Exalead CloudView on the root directory, nor run Exalead CloudView as the root user.
You do not need root administrator rights to run the installation script.
-
Unpack the
Exalead CloudView
archive to the target directory, for example,
tar -xzf cloudview-V6RXXXX.xxxxx-linux-x64.tar.gz
This will create your<INSTALLDIR>
folder. It will have the same name as the archive file. -
Run the installation script in
<INSTALLDIR>
for the master host../install.sh -data <DATADIR> -license <LICENSE> -port <BASEPORT>
Variable Description <DATADIR>
Creates the specified directory during installation, to store the index and configuration data for your Exalead CloudView instance. Specify a new directory for <DATADIR>
and the installer will create it.Important: For ease of maintenance, keep the <DATADIR>
path separate from the<INSTALLDIR>
path.<LICENSE>
The path to the license file ( cvlicense.dat
or a.lic
file).<BASEPORT>
Specifies the starting port for port allocation. Exalead CloudView needs a range of 100 consecutive TCP ports starting from <BASEPORT>
. For example, the Mashup UI is installed by default on port10000
(known as theBASEPORT
) and is accessible at:http://<HOSTNAME>:<BASEPORT>
For example:
./install.sh -data ../cv/cvdata -license ../cv/cvlicense.dat -port 10000
-
Once the installation is complete, you must start Exalead CloudView.
-
Go to
<DATADIR>/bin
-
Run the following command:
./cvinit.sh start
-
Go to