datastax enterprise on microsoft azure. brightview analytics provides a robust software-as-a-service...

11
DataStax Enterprise on Microsoft Azure

Upload: natalie-delphia-watts

Post on 23-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

  • Slide 1
  • DataStax Enterprise on Microsoft Azure
  • Slide 2
  • 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 Joey Filichia Business Intelligence Architect Software Engineer [email protected] About Us
  • Slide 3
  • 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 Getting Azure Ready
  • Slide 4
  • 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 Getting Azure Ready
  • Slide 5
  • These are the ports required for DataStax Enterprise Azure End Points NameProtocolPublic PortPrivate Port Cassandra DirectTCP9160 DevCenterTCP9042 OpsCenterTCP8888 SSHTCP22
  • Slide 6
  • Tools Required Putty Notepad ++ (or other Notepad app) An Active Internet Connection
  • Slide 7
  • Dont 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 Installing Java
  • Slide 8
  • for next steps, switch to /var/tmp : cd /var/tmp Get the All-In-One Installer: sudo wget --user= --password= http://downloads.datastax.com/enterprise/DataStaxEnterprise-linux- x64-installer.run http://downloads.datastax.com/enterprise/DataStaxEnterprise-linux- x64-installer.run Set file permissions sudo chmod a+x DataStaxEnterprise-linux-x64-installer.ru Run file sudo./DataStaxEnterprise-linux-x64-installer.run Installing DataStax
  • Slide 9
  • 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 Yes when 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. Installing DataStax
  • Slide 10
  • Start the Stax and its agent (if you didnt already) sudo service dse start sudo service datastax-agent start start OpsCenter: sudo service opscenterd stop sudo service opscenterd start See your Creation! http:// >:8888/opscenter/index.html Starting it Up
  • Slide 11
  • 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 -i webmin_1.680_all.deb if it balks: sudo apt-get install -f webmin will reinstall itself and work (Optional) Install Webmin