90 likes | 457 Views
Donghui Zhang Director, SW Development. How To Install SciDB. Paradigm4’s SciDB. SciDB is a scalable array database with native complex math analytics, tightly integrated with R and python. Installing a SciDB Cluster. Simple Demo Configuration two VMs two SciDB instances per VM.
E N D
Donghui Zhang Director, SW Development • How To Install SciDB
Paradigm4’s SciDB SciDBis a scalable array database with native complex math analytics, tightly integrated with R and python
Installing a SciDB Cluster • Simple Demo Configuration • two VMs • two SciDB instances per VM
Prerequisites • One or more machines • Supported OS • Ubuntu 12.04 • RedHat 6 • CentOS 6 • Passwords for • ‘root’ • ‘scidb’ • SSH
3 Installation Steps • Download the deployment tool at https://github.com/Paradigm4
3 Installation Steps • Prepare input for the cluster-install script • Generate ssh key file • ssh-keygen // note: don’t type a password • Generate a text file listing the VMs • E.g. /tmp/vmlist • Get postgrescidr network address • E.g. 10.0.20.0/24 IP=10.0.20.38, mask=255.255.255.0 • Generate config file • Use the configurator tool also at https://github.com/Paradigm4 • E.g. save to /tmp/config.ini
3 Installation Steps • Install • cd deployment • ./cluster_install_13.12.sh -s /home/scidb/.ssh/id_rsa.pub /tmp/vmlist 10.0.20.0/24 /tmp/config.ini
Test the Installation • source ~/.bashrc • scidb.py startallmyscidb • iquery -aq “list()”
Questions? Email us • info@paradigm4.com Check out the discussion board • scidb.org/forum Try a VM or an AMI • scidb.org/forum Thanks for your interest! www.paradigm4.com