1 / 11

DataStax Enterprise on Microsoft Azure

DataStax Enterprise on Microsoft Azure. Joey Filichia. About Us. BrightView Analytics provides a robust Software-as-a-Service (SaaS) business solution, which delivers critical student & district performance data to Administrators, Teachers, Parents, and Students via the Internet .

Télécharger la présentation

DataStax Enterprise on Microsoft Azure

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DataStax Enterprise on Microsoft Azure

  2. Joey Filichia About Us BrightView Analytics provides a robust Software-as-a-Service (SaaS) business solution, which delivers critical student & district performance data to Administrators, Teachers, Parents, and Students via the Internet. www.brightviewanalytics.com Business Intelligence Architect Software Engineer jfilichia@brightviewanalytics.com

  3. Getting Azure Ready Install Ubuntu 14.04 server edition with at least 4 to 8 GB All connections to the server will be made via a SSH Client

  4. Getting Azure Ready Install Ubuntu 14.04 server edition with at least 4 to 8 GB All connections to the server will be made via a SSH Client

  5. Azure End Points These are the ports required for DataStax Enterprise

  6. Tools Required Putty Notepad ++(or other Notepad app) An Active Internet Connection

  7. Installing Java • Don’t do it manually, use a PPA! • sudo add-apt-repository ppa:webupd8team/java • sudo apt-get update • sudo apt-get install oracle-java7-installer • Set Environmental Variables: • sudo apt-get install oracle-java7-set-default

  8. Installing DataStax • for next steps, switch to /var/tmp : cd /var/tmp • Get the All-In-One Installer: • sudo wget --user=<Login> --password=<Password> http://downloads.datastax.com/enterprise/DataStaxEnterprise-linux-x64-installer.run • Set file permissions • sudo chmoda+xDataStaxEnterprise-linux-x64-installer.ru • Run file • sudo ./DataStaxEnterprise-linux-x64-installer.run

  9. Installing DataStax Run through the All-In-One installer, accepting all the defaults. • Accept the License Agreement • Select all Components • Use the default directory • Choose Simple Install from the install types • Set the default interface • Install the Services and Utilities • Select Yeswhen asked about Starting Services after Install • Select Cassandra Node • Give the Ring a name • Seed : 127.0.0.1 • Agent address: 127.0.0.1 • Review Installation Options • Finish Installing.

  10. Starting it Up • Start the Stax and it’s agent (if you didn’t already) • sudo service dsestart • sudo service datastax-agent start • start OpsCenter: • sudo service opscenterd stop • sudo service opscenterdstart • See your Creation! • http://<<Cloud Service Address>>:8888/opscenter/index.html

  11. (Optional) Install Webmin • Installing a Desktop Shell on a Linux server is not a Best Practice • for next steps, switch to /var/tmp : cd /var/tmp • Install webmin • sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.680_all.deb • sudo apt-get update • sudo dpkg -iwebmin_1.680_all.deb • if it balks: • sudo apt-get install -f • webmin will reinstall itself and work

More Related