Configuring and Launching a New Instance

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.

The first steps are:

  1. From the Azure marketplace, select an operating system that Vertica supports.
  2. Select a VM type. See Recommended VM Types
  3. Choose a deployment model. For best results, choose the resource manager deployment model.

Configure Network Security Group

Vertica has specific network security group requirements, as described in Network Security Group Configurations.

Create and name your own network security group, following these guidelines.

You must configure SSH as:

You can make additional modifications, based on your specific requirements.

Add Disk Containers

Create an Azure storage account, which later contains your cluster storage disk containers.

For optimal throughput, select Premium storage and align the storage to a GS or DSv2 VM.

For more information about what a storage account is, and how to create one, refer to About Azure storage accounts.

Configure Credentials

Create a password or assign an SSH key pair to use with Vertica.

For information about how to use key pairs in Azure, see How to create and use an SSH public and private key pair for Linux VMs in Azure.

Assign a Public IP Address

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.

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.

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.

For information about public IP addresses, refer to IP address types and allocation methods in Azure.

Create Additional VMs

If needed, to create additional VMs, repeat the previous instructions in this document.