<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Manually deploy Vertica on Microsoft Azure</title>
    <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/</link>
    <description>Recent content in Manually deploy Vertica on Microsoft Azure on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Setup: Configure and launch a new instance</title>
      <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/configure-and-launch-new-instance/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/configure-and-launch-new-instance/</guid>
      <description>
        
        
        &lt;p&gt;An Azure VM is similar to a traditional host. Just as with an on-premises cluster, you must prepare and configure the hardware settings for your cluster and network before you install Vertica.&lt;/p&gt;
&lt;p&gt;The first steps are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the Azure marketplace, select an operating system that Vertica supports.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select a VM type.See &lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-azure/recommended-azure-vm-types-and-oss/#&#34;&gt;Recommended Azure VM types and operating systems&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Choose a deployment model. For best results, choose the resource manager deployment model.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;configure-network-security-group&#34;&gt;Configure network security group&lt;/h2&gt;
&lt;p&gt;Vertica has specific network security group requirements, as described in &lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-aws/manually-deploy-on-aws/configure-your-network/create-security-group/#&#34;&gt;Create a security group&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Create and name your own network security group, following these guidelines.&lt;/p&gt;
&lt;p&gt;You must configure SSH as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Protocol: TCP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Source port range: Any&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Destination port range: 22&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Source: Any&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Destination: Any&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can make additional modifications, based on your specific requirements.&lt;/p&gt;
&lt;h2 id=&#34;add-disk-containers&#34;&gt;Add disk containers&lt;/h2&gt;
&lt;p&gt;Create an Azure storage account, which later contains your cluster storage disk containers.&lt;/p&gt;
&lt;p&gt;For optimal throughput, select Premium storage and align the storage to your chosen VM type.&lt;/p&gt;
&lt;p&gt;For more information about what a storage account is, and how to create one, refer to &lt;a href=&#34;https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/&#34;&gt;About Azure storage accounts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For an Enterprise Mode database deployment, provision enough space&lt;/p&gt;
&lt;h2 id=&#34;configure-credentials&#34;&gt;Configure credentials&lt;/h2&gt;
&lt;p&gt;Create a password or assign an SSH key pair to use with Vertica.&lt;/p&gt;
&lt;p&gt;For information about how to use key pairs in Azure, see &lt;a href=&#34;https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-ssh-from-linux/&#34;&gt;How to create and use an SSH public and private key pair for Linux VMs in Azure&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;assign-a-public-ip-address&#34;&gt;Assign a public IP address&lt;/h2&gt;
&lt;p&gt;A public IP is an IP address that you can use to connect to your cluster externally. For best results, assign a single static public IP to a node in your cluster. You can then connect to other nodes in your cluster from your primary node using the internal IP addresses that Azure generated when you specified your virtual network settings.&lt;/p&gt;
&lt;p&gt;By default, a public IP address is dynamic; it changes every time you shut down the server. You can choose a static IP address, but doing so can add cost to your deployment.&lt;/p&gt;
&lt;p&gt;During a VM installation, you cannot set a DNS name. If you use dynamic public IPs, set the DNS name in the public IP resource for each VM after deployment.&lt;/p&gt;
&lt;p&gt;For information about public IP addresses, refer to &lt;a href=&#34;https://azure.microsoft.com/en-us/documentation/articles/virtual-network-ip-addresses-overview-arm/&#34;&gt;IP address types and allocation methods in Azure&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;create-additional-vms&#34;&gt;Create additional VMs&lt;/h2&gt;
&lt;p&gt;If needed, to create additional VMs, repeat the previous instructions in this document.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Connect to a virtual machine</title>
      <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/connect-to-virtual-machine/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/connect-to-virtual-machine/</guid>
      <description>
        
        
        &lt;p&gt;Before you can connect to any of the VMs you created, you must first make your virtual network externally accessible. To do so, you must attach the public IP address you created during network configuration to one of your VMs.&lt;/p&gt;
&lt;h2 id=&#34;connect-to-your-vm&#34;&gt;Connect to your VM&lt;/h2&gt;
&lt;p&gt;To connect to your VM, complete the following tasks:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Connect to your VM using SSH with the public IP address you created in the configuration steps.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Authenticate using the credentials and authentication method you specified during the VM creation process.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;connect-to-other-vms&#34;&gt;Connect to other VMs&lt;/h2&gt;
&lt;p&gt;Connect to other virtual machines in your virtual network by first using SSH to connect to your publicly connected VM. Then, use SSH again from that VM to connect through the private IP addresses of your other VMs.&lt;/p&gt;
&lt;p&gt;If you are using private key authentication, you may need to move your key file to the root directory of your publicly connected VM. Then, use PuTTY or WinSCP to connect to other VMs in your virtual network.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Prepare the virtual machines</title>
      <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/prepare-virtual-machines/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/prepare-virtual-machines/</guid>
      <description>
        
        
        &lt;p&gt;After you create your VMs, you need to prepare them for cluster formation.&lt;/p&gt;
&lt;h2 id=&#34;add-the-vertica-license-and-private-key&#34;&gt;Add the Vertica license and private key&lt;/h2&gt;
&lt;p&gt;Prepare your nodes by adding your private key (if you are using one) to each node and to your Vertica license. These steps assume that the initial user you configured is the DBADMIN user.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;As the dbadmin user, copy your private key file from where you saved it locally onto your primary node.&lt;/p&gt;
&lt;p&gt;Depending upon the procedure you use to copy the file, the permissions on the file may change. If permissions change, the &lt;code&gt;install_vertica&lt;/code&gt; script fails with a message similar to the following:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Failed Login Validation 10.0.2.158, cannot resolve or connect to host as root.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you receive a failure message, enter the following command to correct permissions on your private key file:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ chmod 600 /&amp;lt;name-of-key&amp;gt;.pem
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy your Vertica license to your primary VM. Save it in your home directory or other known location.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;install-software-dependencies-for-vertica-on-azure&#34;&gt;Install software dependencies for Vertica on Azure&lt;/h2&gt;
&lt;p&gt;In addition to the Vertica standard &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/before-you-install/system-user-config/package-dependencies/#&#34;&gt;Package dependencies&lt;/a&gt;, as the root user, you must install the following packages before you install Vertica on Azure:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;pstack&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;mcelog&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sysstat&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;dialog&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Configure storage</title>
      <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/configure-storage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/configure-storage/</guid>
      <description>
        
        
        &lt;p&gt;Use a dedicated Azure storage account for node storage.

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

&lt;strong&gt;Caution:&lt;/strong&gt; Do &lt;em&gt;not&lt;/em&gt; store your information on the &lt;code&gt;root&lt;/code&gt; volume, especially your &lt;code&gt;data&lt;/code&gt; and &lt;code&gt;catalog&lt;/code&gt; directories. Storing information on the &lt;code&gt;root&lt;/code&gt; volume may result in data loss.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;When configuring your storage, make sure to use a supported file system. For details, see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/before-you-install/os-config-overview/#File&#34;&gt;File system&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;attach-disk-containers-to-virtual-machines-vms&#34;&gt;Attach disk containers to virtual machines (VMs)&lt;/h2&gt;
&lt;p&gt;Using your previously created storage account, attach disk containers to your VMs that are appropriate to your needs.&lt;/p&gt;
&lt;p&gt;For best performance, combine multiple storage volumes into RAID-0. For most RAID-0 implementations, attach 6 storage disk containers per VM.&lt;/p&gt;
&lt;h2 id=&#34;combine-disk-containers-for-storage&#34;&gt;Combine disk containers for storage&lt;/h2&gt;
&lt;p&gt;If you are using RAID, follow these steps to create a RAID-0 drive on your VMs. The following example shows how you can create a RAID-0 volume named &lt;code&gt;md10&lt;/code&gt; from 6 individual volumes named:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sdc&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sdd&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sde&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sdf&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sdg&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;sdh&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Form a RAID-0 volume using the &lt;code&gt;mdadm&lt;/code&gt; utility:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mdadm --create /dev/md10 --level 0 --raid-devices=6 \
  /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Format the file system to be one that Vertica supports:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkfs.ext4 /dev/md10
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find the UUID on the newly-formed RAID volume using the &lt;code&gt;blkid&lt;/code&gt; command. In the output, look for the device you assigned to the RAID volume:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ blkid
 . . .
 /dev/md10 : UUID=&amp;#34;e7510a6f-2922-4413-b5fa-9dcd725967fd&amp;#34; TYPE=&amp;#34;ext4&amp;#34; PARTUUID=&amp;#34;fb9b7449-08c3-4231-9ee5-086f7b0c9001&amp;#34;
 . . .
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The RAID device can be renamed after a reboot. To ensure the filesystem is mounted in a predictable location on your VM, create a directory to use as the mount point to mount the filesystem. For example, you can choose to create a mount point named &lt;code&gt;/data&lt;/code&gt; that you will use to store your database&#39;s catalog and data (or depot, if you are running Vertica in Eon Mode).&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkdir /data
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Using a text editor, add an entry to the &lt;code&gt;/etc/fstab&lt;/code&gt; file for the UUID of the filesystem and your mount point so it is mounted when the system boots:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;UUID=&lt;span class=&#34;code-variable&#34;&gt;RAID_UUID&lt;/span&gt; &lt;span class=&#34;code-variable&#34;&gt;mountpoint&lt;/span&gt;      ext4    defaults,nofail,nobarrier    0   2
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For example, if you have the UUID shown in the previous example and the mount point &lt;code&gt;/data&lt;/code&gt;, add the following line to the &lt;code&gt;/etc/fstab&lt;/code&gt; file:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;UUID=e7510a6f-2922-4413-b5fa-9dcd725967fd  /data      ext4    defaults,nofail,nobarrier    0   2
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mount the RAID filesystem you added to the fstab file. For example, to mount a mount point named &lt;code&gt;/data&lt;/code&gt; use the command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mount /data
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create folders for your Vertica data and catalog under your mount point. &lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkdir /data/vertica
$ mkdir /data/vertica/data
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you are planning to run Vertica in Eon Mode, create a directory for the depot instead of data:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkdir /data/vertica/depot
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;create-a-swap-file&#34;&gt;Create a swap file&lt;/h2&gt;
&lt;p&gt;In addition to storage volumes to store your data, Vertica requires a swap volume or swap file to operate.&lt;/p&gt;
&lt;p&gt;Create a swap file or swap volume of at least 2 GB. The following steps show how to create a swap file within Vertica on Azure: &lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Install devnull and swapfile:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ install -o root -g root -m 0600 /dev/null /swapfile
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create the swap file:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ dd if=/dev/zero of=/swapfile bs=1024 count=2048k
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Prepare the swap file using &lt;code&gt;mkswap&lt;/code&gt;:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkswap /swapfile
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;code&gt;swapon&lt;/code&gt; to instruct Linux to swap on the swap file:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ swapon /swapfile
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Persist the swapfile in FSTAB:&lt;br /&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ echo &amp;#34;/swapfile       swap    swap    auto      0       0&amp;#34; &amp;gt;&amp;gt; /etc/fstab
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Repeat the volume attachment, combination, and swap file creation procedures for each VM in your cluster.&lt;/p&gt;
&lt;h2 id=&#34;for-more-information&#34;&gt;For more information&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/&#34;&gt;About Azure storage accounts&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/prepare-disk-storage-locations/#&#34;&gt;Prepare disk storage locations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-azure/eon-on-azure-prerequisites/#Storage&#34;&gt;Storage Requirements&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Form a cluster and install Vertica</title>
      <link>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/form-cluster-and-install/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-azure/manually-deploy-on-azure/form-cluster-and-install/</guid>
      <description>
        
        
        &lt;p&gt;Use the &lt;code&gt;install_vertica&lt;/code&gt; script to combine two or more individual VMs to form a cluster and install the Vertica database.&lt;/p&gt;
&lt;h2 id=&#34;download-vertica&#34;&gt;Download Vertica&lt;/h2&gt;
&lt;p&gt;To download the Vertica server appropriate for your operating system and license type, go to &lt;a href=&#34;https://www.vertica.com/download/vertica/&#34;&gt;www.vertica.com/download/vertica&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Run the rpm to extract the files.&lt;/p&gt;
&lt;p&gt;After you complete the download and extraction, the next section describes how to use the &lt;code&gt;install_vertica&lt;/code&gt; script to form a cluster and install the Vertica database software.&lt;/p&gt;
&lt;h2 id=&#34;before-you-start&#34;&gt;Before you start&lt;/h2&gt;
&lt;p&gt;Before you run the &lt;code&gt;install_vertica&lt;/code&gt; script:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Check the &lt;strong&gt;Virtual Network&lt;/strong&gt; page for a list of current VMs and their associated private IP addresses.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Identify your storage location. The installer assumes that you have mounted your storage to &lt;code&gt;/vertica/data&lt;/code&gt;. To specify another location, use the &lt;code&gt;--data-dir&lt;/code&gt; argument.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Identify your storage location. To create your database&#39;s &lt;code&gt;data&lt;/code&gt; directory on mounted RAID drive, when you run the &lt;code&gt;install_vertica&lt;/code&gt; script, provide &lt;code&gt;/vertica/data&lt;/code&gt; as the value of the &lt;code&gt;--data-dir&lt;/code&gt; option .

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

&lt;strong&gt;Caution:&lt;/strong&gt; Do &lt;em&gt;not&lt;/em&gt; store your data on the root drive.

&lt;/div&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;combine-virtual-machines-vms&#34;&gt;Combine virtual machines (VMs)&lt;/h2&gt;
&lt;p&gt;The following example shows how to combine VMs using the &lt;code&gt;install_vertica&lt;/code&gt; script.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;While connected to your primary node, construct the following command to combine your nodes into a cluster.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo /opt/vertica/sbin/install_vertica --hosts 10.2.0.164,10.2.0.165,10.2.0.166 --dba-user-password-disabled --point-to-point --data-dir /vertica/data --ssh-identity ~/&amp;lt;&lt;span class=&#34;code-variable&#34;&gt;name-of-private-key&lt;/span&gt;&amp;gt;.pem --license &amp;lt;&lt;span class=&#34;code-variable&#34;&gt;license.file&lt;/span&gt;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Substitute the IP addresses for your VMs and include your root key file name, if applicable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Include the &lt;code&gt;--point-to-point&lt;/code&gt; parameter to configure spread to use direct point-to-point communication between all Vertica nodes, as required for clusters on Azure when installing or updating Vertica.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After you combine your nodes, to reduce security risks, keep your key file in a secure place—separate from your cluster—and delete your on-cluster key with the &lt;strong&gt;shred&lt;/strong&gt; command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ shred examplekey.pem
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
You need your key file to perform future Vertica updates.
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reboot your cluster to complete the cluster formation and Vertica installation.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For complete information on the &lt;code&gt;install_vertica&lt;/code&gt; script and its parameters, see &lt;a href=&#34;../../../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/#&#34;&gt;Install Vertica with the installation script&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;after-your-cluster-is-up-and-running&#34;&gt;After your cluster is up and running&lt;/h2&gt;
&lt;p&gt;Now that your cluster is configured and running, take these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log into one of the database nodes using the database administrator account (named dbadmin by default).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create and start a database:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To create an &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/enterprise/&#34; title=&#34;A database mode that optimizes your database for analytic speed.&#34;&gt;Enterprise Mode&lt;/a&gt; database, see &lt;a href=&#34;../../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/create-db-using-admin-tools/#&#34;&gt;Create a database using administration tools&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;To create an &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/eon/&#34; title=&#34;Eon Mode is the database mode that optimizes your database for scalability.&#34;&gt;Eon Mode&lt;/a&gt; database, see &lt;a href=&#34;../../../../../en/eon/create-db-eon/manually-create-an-eon-db-on-azure/#&#34;&gt;Manually create an Eon Mode database on Azure&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure your database. See &lt;a href=&#34;../../../../../en/admin/configuring-db/#&#34;&gt;Configuring the database&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
  </channel>
</rss>
