It is used to install SciDB Community or Enterprise Edition on a cluster.
==================================================
The following prerequisites must be met before you can successfuly run the installer cluster_install:
- This installer must be run as root from the coordinator node.
- The coordinator node must have ssh connectivity to all the SciDB hosts (as listed in the configuration file).
- This same user account must be on all SciDB hosts, each account@host with the same home directory (that is absolute pathname not same disk).
- The same OS/version must be on all the SciDB hosts.
==================================================
- Click 'Download ZIP' (on the right) or directly download from https://github.com/Paradigm4/deployment/archive/14.8.zip
- Generate a SciDB configuration file. You may use https://github.com/Paradigm4/configurator to create the configuration file.
- (Optional) If you have licensed the enterprise edition (consult http://paradigm4.com for more information), get your username and password ready.
- Unzip the download of deployment to the coordinator node. Also put the generated configuration file on the coordinator node.
- sudo su (Note: cluster_install must be run as root on the coordinator node.)
- cd cluster_install
- Install SciDB using the script cluster_install. Run "./cluster_install -h" for details.
- exit (Note: from root. Assume now you are the 'scidb' user, or whichever username you provided to cluster_install through the '-u' option.)
- source ~/.bashrc
- scidb.py startall cluster (Note: this is to start the server.)
- Do your work, e.g. to list SciDB instances: iquery -aq "list('instances')"
- scidb.py stopall cluster (Note: this is to stop the server.)
Note: If you wish to use a previous installed version of SciDB, you must edit the SCIDB_VER variable in your .bashrc file and then source it.
==================================================
- cluster_install, which is the standard way of installing SciDB to a cluster.
- nrinstall, which is an alternative way of installing SciDB, if you do not have root privilege on your machine.
Instructions on the use of cluster_install are above.
Instructions on the use of non-root install (nrinstall) can be found in the nrinstall subdirectory here on GitHub and in the nrinstall directory of the download you did above.
Change the above button 'branch:master' to 'tag:release'
- where release is the SciDB release number, such as 14.8