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: articles/storage-mover/agent-deploy.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,17 @@ The image is hosted on Microsoft Download Center as a zip file. Download the fil
47
47
48
48
## Determine required resources for the VM
49
49
50
-
Like every VM, the agent requires available compute, memory, and storage space resources on the host. Although overall data size may affect the time required to complete a migration, it's generally the number of files and folders that drives resource requirements.
50
+
Like every VM, the agent requires available compute, memory, network, and storage space resources on the host. Although overall data size may affect the time required to complete a migration, it's generally the number of files and folders that drives resource requirements.
51
+
52
+
### Network resources
53
+
54
+
The agent will require unrestricted internet connectivity.
55
+
56
+
There's no single network configuration option that will work for every environment. However, the simplest configuration will involve the deployment of an external virtual switch. The external switch type is connected to a physical adapter and will allow your host operating system (OS) to share its connection with all your virtual machines (VMs). This switch allows communication between your physical network, the management operating system, and the virtual adapters on your virtual machines. This approach is fine for a test environment, but may not be suitable for a production server.
57
+
58
+
After the switch is created, ensure that the management and agent VMs are both on the same switch. On the WAN link firewall, outbound TCP port 443 must be open. Keep in mind that connectivity interruptions are to be expected when changing network configurations.
59
+
60
+
You can get help with [creating a virtual switch for Hyper-V virtual machines](/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines) in the [Windows Server](/windows-server/) documentation.
51
61
52
62
### Recommended compute and memory resources
53
63
@@ -59,7 +69,7 @@ Like every VM, the agent requires available compute, memory, and storage space r
59
69
| 50 million items | 16 GiB | 8 virtual cores |
60
70
|100 million items | 16 GiB | 8 virtual cores |
61
71
62
-
**Number of itemsrefers to the total number of files and folders in the source.*
72
+
**Number of items***refers to the total number of files and folders in the source.*
63
73
64
74
> [!IMPORTANT]
65
75
> While agent VMs below minimal specs may work for your migration, they may not perform optimally.
@@ -85,7 +95,7 @@ At a minimum, the agent image needs 20 GiB of local storage. The amount required
85
95
:::image type="content" source="media/agent-deploy/agent-vm-generation-select-sml.png" lightbox="media/agent-deploy/agent-vm-generation-select-lrg.png" alt-text="Image showing the location of the VM Generation options within the New Virtual Machine Wizard.":::
86
96
87
97
> [!IMPORTANT]
88
-
Only *Generation 1* VMs are supported. This Linux image won't boot as a *Generation 2* VM.
98
+
> Only *Generation 1* VMs are supported. This Linux image won't boot as a *Generation 2* VM.
89
99
90
100
1. If you haven't already, [determine the amount of memory you'll need for your VM](#determine-required-resources-for-the-vm). Enter this amount in the **Assign Memory** pane, noting that you need to enter the value in MiB. 1 GiB = 1024 MiB. Using the **Dynamic Memory** feature is fine.
0 commit comments