Getting Started with OmniSci on Microsoft Azure

Note MapD has been rebranded to OmniSci.

Follow these instructions to get started with OmniSci on Microsoft Azure.

Prerequisites

You must have a Microsoft Azure account. If you do not have an account, go to the Micrsoft Azure home page to sign up for one.

Configure Your OmniSci Instance

To launch OmniSci on Microsoft Azure, you configure a GPU-enabled instance.

  1. Log in to you Microsoft Azure portal.
  2. On the left side menu, create a Resource group, or use one that your organization has created.

    azure_resource_group.png

  3. On the left side menu, click Virtual machines, and then click Add.

    azure_vm

  4. Create your virtual machine:

    azure_configure_vm

    • On the Basics tab:
      • In Project Details, specify the Resource group.
      • Specify the Instance Details:
        • Vitual machine name
        • Region
        • Image (Ubuntu 16.04 or higher, or CentOS/RHEL 7.0 or higher)
        • Size. Click Change size and use the Family filter to filter on GPU, based on your use case and requirements. Not all GPU VM variants are available in all regions.
      • For Username, add any user name other than admin.
      • In Inbound Port Rules, click Allow selected ports and select one or more of the following:
        • HTTP (80)
        • HTTPS (443)
        • SSH (22)
        • RDP (3389)
    • On the Disks tab, select Premium or Standard SSD, depending on your needs.
    • For the rest of the tabs and sections, use the default values.
  5. Click Review + create. Azure reviews your entries, creates the required services, deploys them, and starts the VM.
  6. Once the VM is running, select the VM you just created and click the Networking tab.

    azure_networking

  7. Click the Add inbound button and configure security rules to allow any source, any destination, and destination port 9092 so you can access OmniSci Immerse from a browser on that port. Consider renaming the rule to 9092-Immerse or something similar so that the default name makes sense.
  8. Click Add and verify that your new rule appears.

Azure-specific configuration is complete. Now, follow standard OmniSci installation instructions for your Linux distribution and installation method.