Setting up Multicloud Snapshot Technology (MST) on a Nutanix on OVHcloud infrastructure

Knowledge Base

Setting up Multicloud Snapshot Technology (MST) on a Nutanix on OVHcloud infrastructure


Icons/System/eye-open Created with Sketch. 36 Views 19.09.2025 Cloud / Nutanix on OVHcloud

Objective

Find out how to deploy and configure Multicloud Snapshot Technology (MST) on a Nutanix on OVHcloud infrastructure with OVHcloud object storage.

With MST, you can replicate snapshots (UVM/Volume Groups) to S3-compatible storage to optimize TCO, improve data mobility, and simplify disaster recovery (DR.) using a zero-compute model.

Overview & advantages

Main features:

  • Periodic replication of snapshots to S31 buckets (typical RPO: 1 hour via the Nutanix DR. infrastructure).
  • Model Zero-Compute: No need to maintain compute standby nodes.
  • Store recent snapshots on the main cluster; offload older snapshots to object storage.
  • Restore anywhere Nutanix Cloud Platform (NCP): cloud, edge, on-prem.
  • Native integration with Prism Central and existing DR. workflows.

Benefits:

  • Reduced TCO (reduced/no standby compute, less expensive object storage).
  • Mobility: Retrieve workloads on different NCP environments.
  • Manageability via Prism.

Requirements

Nutanix Cluster

  • AOS 7.3 minimum
  • Prism Central 7.3 minimum

Network

  • Create an MST dedicated subnet in Prism Element (internal network).
  • 3 static IP addresses reserved (outside the DHCP range of the subnet MST).
  • 4 IP addresses from the DHCP range of the MST subnet (consumed by the 4 MST VMs).

VM resources (typical — Instance Small)

  • 3 × MSP Controller VMs: 10 vCPU / 24 GiB RAM each.
  • 1 × MSP Load Balancer VM: 2 vCPU / 4 GiB RAM.
  • Total: 32 vCPU and 76 GiB RAM.

Accounts/Access

  • admin Prism Central account (only an admin can deploy an MST).
  • API/credentials access for the S3 bucket with write/list/delete permissions.

Functional limits (Instance Small)

  • Up to 2000 protected entities.
  • 75 Recovery Points per entity.
  • 300 TB of supported active data.

Instructions

Prepare the environment

Create the Object Storage container (Bucket)

To create the container, you first need to create a project: Create your first Public Cloud project - OVHcloud.

In the Public Cloud universe:

01 Object Storage

Create a user, for example admin-mst-gra:

02 Object Storage

Please note the following information:

03 Object Storage Credentials

Then create a container (bucket): Object Storage - Getting started with Object Storage - OVHcloud.

In this example, I chose to create a container named mst-dr-gra in Gravelines, since my cluster is Roubaix. This improves data resilience.

04 Object Storage Container

Once you have created the container and the user, you will need to have several pieces of information that are important for continuation:

Activate the Market Place

Log in to Prism Central, go to the admin center, then click Enable Marketplace.

05 Enable Market Place

Enable Network Controller

In Infrastructure go to Prism Central Settings, click Network Controller then Enable.

06 Enable Network Controller

Create a Subnet dedicated to MST

We will create an IPAM subnet with a DHCP for using MST.

07 IPAM Network

Reconfigure the Gateway

You will need to reconfigure the gateway with the new network.

Add a NIC to your VM:

08 IPAM Network

Then reconfigure your gateway with the IP defined in the IPAM network creation.

For example on an Alpine VM:

09 gateway setup

We would add:

auto eth3
iface eth3 inet static
address 10.8.0.254
netmask 255.255.255.0

Restarting network services:

10 gateway setup2

Deploy Multicloud Snapshot Technology

  1. Log in to Prism Central as an administrator.
  2. Go to Admin Center → Marketplace.
  3. In Nutanix Apps, click Get for Multicloud Snapshot Technology.

11 get mst

On the introduction page, click Deploy.

12 Deploy mst

Then configure the MST instance:

  • MST Instance Size : Select Small (or other size if available).
  • Cluster Details: Choose the target Prism Element cluster.
  • Network Configuration: Select the MST subnet created.
  • Enter the 3 static IPs reserved in the expected fields.

13 Deploy mst parameters

  • Object Store Provider: Select Nutanix Object Store.
  • Object Store Endpoint: Enter your container's endpoint URL, in our example https://s3.gra.io.cloud.ovh.net/.
  • Bucket Name: Enter the name of your container. In our example, mst-dr-gra.
  • Access Key: Enter your container’s Access Key.
  • Secret Key: Enter the Secret Key of your container.

14 Deploy mst bucket parameters

Launch the deployment.

15 End of mst deployment

Disaster Recovery: use and configuration

Once you have deployed an MST and connected it to your Object Storage bucket, you can configure how your workloads are protected and restored.

Entity protection

  • Steps:

  • From Prism Central, go to Protection Policies, then create a protection policy.

    16 Create Protection policies

  • Define the policy name and enter your cluster in the primary location field.

    In the Recovery Location box, keep Local AZ and select the container (Bucket) previously configured.

    17 Create Protection policies

  • Define an Add Schedule:

    • The frequency of snapshots (every hour by default).
    • The number of Recovery Points to keep locally.
    • The number of Recovery Points to keep on the OVHcloud S3 container.

    18 Define Schedule

  • Protect VMs:

    • Select the VMs you want to protect, then in the action menu → data protection click Protect.

    19 Protect VMs

    • Then select the Protection Policy you created earlier:

    20 Protect VMs PP

Restoration

  • From Prism Central → Data Protection → VM Recovery Points, choose a Recovery Point available in the bucket.

21 Select Restore Point

Typical use cases

  • Disaster Recovery (DR.): Total loss of the source cluster → deployment of VMs on another Nutanix cluster linked to the same OVHcloud bucket.
  • Workloads migration: Move an application to another site (edge or cloud) by importing snapshots from the bucket.

Go further

Nutanix Reimagines Business Continuity for Hybrid Multicloud Users

Cloud Clusters (NC2) Hosted - Deploying Multicloud Snapshot Technology

If you require training or technical support to implement our solutions, please contact your sales representative or click this link to get a quote and request a custom analysis of your project from our Professional Services team experts.

Join our community of users.

1: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

Related articles