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
When logged into the administrative shell, you can test the agents connectivity state:
69
+
In this step, you register your agent with the storage mover resource you've deployed in an Azure subscription.
70
+
[Connect to the administrative shell](#step-1-connect-to-the-agent-vm) of your agent, then select menu item *4) Register*:
72
71
73
72
```StorageMoverAgent-AdministrativeShell
74
73
1) System configuration
75
74
2) Network configuration
76
75
3) Service and job status
77
76
4) Register
78
-
5) Open restricted shell
79
-
6) Collect support bundle
80
-
7) Restart agent
81
-
8) Exit
77
+
5) Collect support bundle
78
+
6) Restart agent
79
+
7) Disk Cleanup
80
+
8) Open restricted shell
81
+
9) Troubleshooting
82
+
10) Exit
82
83
83
-
xdmsh> 2
84
+
xdmsh> 4
84
85
```
85
-
Select menu item 2) *Network configuration*.
86
+
You're prompted for:
87
+
- Azure region: This is the region where you will have your Azure Storage Mover service
88
+
- Private Link Scope: Provide the fully qualified resource ID of your Private Link Scope if you're utilizing private networking. You can find more information on Azure Private Link in the [Azure Private Link documentation](/azure/private-link/) article.
89
+
90
+
> [!IMPORTANT]
91
+
> If you've configured Storage Mover to migrate your data over Private Link, you must provide the fully qualified resource ID of your Private Link Scope. For example, `/subscriptions/[GUID]/resourceGroups/myGroup/providers/Microsoft.HybridCompute/privateLinkScopes/myScope`.
92
+
93
+
Network checks are run automatically. You can optionally run checks for endpoints manually by selecting item 2) *Network configuration* in the main menu
86
94
87
95
```StorageMoverAgent-AdministrativeShell
88
96
1) Show network configuration
89
97
2) Update network configuration
90
98
3) Test network connectivity
91
-
4) Quit
99
+
4) Test network connectivity verbosely
100
+
5) Quit
92
101
93
102
Choice: 3
94
103
```
95
104
Select menu item 3) *Test network connectivity*.
96
105
97
-
98
-
99
-
> [!IMPORTANT]
100
-
> Only proceed to the registration step when your network connectivity test returns no issues.
101
-
102
-
## Step 3: Register the agent
103
-
104
-
In this step, you register your agent with the storage mover resource you've deployed in an Azure subscription.
105
-
[Connect to the administrative shell](#step-1-connect-to-the-agent-vm) of your agent, then select menu item *4) Register*:
106
-
107
-
```StorageMoverAgent-AdministrativeShell
108
-
1) System configuration
109
-
2) Network configuration
110
-
3) Service and job status
111
-
4) Register
112
-
5) Open restricted shell
113
-
6) Collect support bundle
114
-
7) Restart agent
115
-
8) Exit
116
-
117
-
xdmsh> 4
118
-
```
119
-
You're prompted for:
106
+
Post network checks, you will be prompted for:
120
107
- Subscription ID
121
108
- Resource group name
122
109
- Storage mover resource name
123
110
- Agent name: This name is shown for the agent in the Azure portal. Select a name that clearly identifies this agent VM for you. Refer to the [resource naming convention](../azure-resource-manager/management/resource-name-rules.md#microsoftstoragesync) to choose a supported name.
124
-
- Private Link Scope: Provide the fully qualified resource ID of your Private Link Scope if you're utilizing private networking. You can find more information on Azure Private Link in the [Azure Private Link documentation](/azure/private-link/) article.
125
-
126
-
> [!IMPORTANT]
127
-
> If you've configured Storage Mover to migrate your data over Private Link, you must provide the fully qualified resource ID of your Private Link Scope. For example, `/subscriptions/[GUID]/resourceGroups/myGroup/providers/Microsoft.HybridCompute/privateLinkScopes/myScope`.
128
111
129
112
After you've supplied these values, the agent will attempt registration. During the registration process, you're required to sign into Azure with credentials that have permissions to your subscription and storage mover resource.
0 commit comments