You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx
+27-46
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ categories:
12
12
tags: instance type production production-optimized range POP2 ENT1
13
13
---
14
14
15
+
Migrating virtual machines from one platform to another can be a complex process, especially when moving from a proprietary environment like VMware to a cloud-based infrastructure like Scaleway.
16
+
However, with the right tools and a step-by-step approach, you can successfully migrate your VMware virtual machines to Scaleway Instances, taking advantage of the scalability, flexibility, and cost-effectiveness of the cloud.
17
+
18
+
This guide will walk you through the process of migrating your VMware virtual machines to Scaleway Instances, covering everything from preparing your Scaleway Instance to managing the migration, converting VMDK files to QCOW2,
19
+
uploading the QCOW2 image to Scaleway Object Storage, and finally, creating an image from the imported volume and booting an instance with the image.
20
+
By following these steps, you'll be able to seamlessly migrate your VMware virtual machines to Scaleway Instances, ensuring minimal downtime and optimal performance.
21
+
15
22
## Validating the inventory of machines to migrate
16
23
17
24
Identify the virtual machines (VMs) to migrate on your VMware plattform:
@@ -23,7 +30,7 @@ Identify the virtual machines (VMs) to migrate on your VMware plattform:
23
30
24
31
## Preparing a Scaleway Instance to manage the migration
25
32
26
-
1.[Create a new instance](/instances/how-to/create-an-instance/) and log into it [using SSH](/instances/how-to/connect-to-instance/).
33
+
1.[Create a new Instance](/instances/how-to/create-an-instance/) to handle the migration and log into it [using SSH](/instances/how-to/connect-to-instance/).
27
34
2. Install the following CLI tools, required for the migration of your virtual machine:
28
35
-`qemu-img` — for converting VMDK to QCOW2
29
36
```sh
@@ -47,14 +54,20 @@ Identify the virtual machines (VMs) to migrate on your VMware plattform:
47
54
3. Configure credentials for the tools:
48
55
- For Scaleway: `scw init`
49
56
- For AWS/S3: Refer to [Using Object Storage with the AWS-CLI](https://www.scaleway.com/en/docs/object-storage/api-cli/object-storage-aws-cli/)
0 commit comments