#Vertica,#Practical Session,#RPM Installation,#BeginnersGuide,#UnboxSeries
Get in the engine of Vertica. Need to see it in real life? Watch this video to hear more about the fundamentals of Vertica installation.
Steps:
Step 1:
Download the Vertica RPM to be installed with community edition license. Store and analyze up to 1 TB of data for free with no time limit. Install Vertica CE on-premises, as a VM, on Apache Hadoop, in your choice of clouds (AWS, Azure, Google), or in hybrid environments.
Install Vertica CE on up to 3 nodes
Store and analyze up to 1 TB of structured and semi-structured data
Use Vertica for SQL on Apache Hadoop for data exploration as part of Vertica CE free trial
Enjoy no time limits or license requirements
Register and Get the RPM: - https://www.vertica.com/register/
Step 2: Create a VM or a pre-existing Linux machine you have of RHEL or Centos Flavor
Step3: Install RPM locally
sudo rpm -ivh {Path of vertica RPM}
Step 4: Install RPM on cluster using install_vertica script
sudo /opt/vertica/bin/install_vertica -s {comma seperated host list} -r {rpm path} -u {dba-user} -l {home directory of dba-user} -d {data_directory}
Step 5: Now you have access to Admintools which will be cover in next episode (EP 02)