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/migrate/tutorial-discover-physical.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ Check that the zipped file is secure, before you deploy it.
209
209
210
210
### 3. Run the Azure Migrate installer script
211
211
212
-
1. Extract the zipped file to a folder on the server that will host the appliance. Make sure you don't run the script on a server with an existing Azure Migrate appliance.
212
+
1. Extract the zipped file to a folder on the server that will host the appliance. Make sure you don't run the script on a server with an existing Azure Migrate appliance.
213
213
214
214
2. Launch PowerShell on the above server with administrative (elevated) privilege.
215
215
@@ -249,15 +249,15 @@ Set up the appliance for the first time.
249
249
1. Open a browser on any server that can connect to the appliance, and open the URL of the appliance web app: **https://*appliance name or IP address*: 44368**.
250
250
251
251
Alternately, you can open the app from the desktop by selecting the app shortcut.
252
-
1. Accept the **license terms**, and read the third-party information.
252
+
1. Accept the **license terms**, and read the thirdparty information.
253
253
254
254
#### Set up prerequisites and register the appliance
255
255
256
256
In the configuration manager, select **Set up prerequisites**, and then complete these steps:
257
257
1.**Connectivity**: The appliance checks that the server has internet access. If the server uses a proxy:
258
258
- Select **Setup proxy** to specify the proxy address (in the form `http://ProxyIPAddress` or `http://ProxyFQDN`, where *FQDN* refers to a *fully qualified domain name*) and listening port.
259
259
- Enter credentials if the proxy needs authentication.
260
-
- If you have added proxy details or disabled the proxy or authentication, select **Save** to trigger connectivity and check connectivity again.
260
+
- If you have added proxy details or disabled the proxy or authentication, select **Save** to trigger connectivity, and check connectivity again.
261
261
262
262
Only HTTP proxy is supported.
263
263
1.**Time sync**: Check that the time on the appliance is in sync with internet time for discovery to work properly.
@@ -290,12 +290,12 @@ Now, connect from the appliance to the physical servers to be discovered, and st
290
290
1. In **Step 1: Provide credentials for discovery of Windows and Linux physical or virtual servers**, select **Add credentials**.
291
291
1. For Windows server, select the source type as **Windows Server**, specify a friendly name for credentials, add the username and password. Select **Save**.
292
292
1. If you're using password-based authentication for Linux server, select the source type as **Linux Server (Password-based)**, specify a friendly name for credentials, add the username and password. Select **Save**.
293
-
1. If you're using SSH key-based authentication for Linux server, you can select source type as **Linux Server (SSH key-based)**, specify a friendly name for credentials, add the username, browse and select the SSH private key file. Select **Save**.
293
+
1. If you're using SSH key-based authentication for Linux server, you can select source type as **Linux Server (SSH key-based)**, specify a friendly name for credentials, add the username, browse, and select the SSH private key file. Select **Save**.
294
294
295
295
- Azure Migrate supports the SSH private key generated by ssh-keygen command using RSA, DSA, ECDSA, and ed25519 algorithms.
296
296
- Currently Azure Migrate doesn't support passphrase-based SSH key. Use an SSH key without a passphrase.
297
297
- Currently Azure Migrate doesn't support SSH private key file generated by PuTTY.
298
-
- The SSH key file supports CRLF to mark a line break in the text file that you upload. SSH keys created on Linux systems most commonly have LF as their newline character so you can convert them to CRLF by opening the file in vim, typing `:set textmode` and saving the file.
298
+
- The SSH key file supports CRLF to mark a line break in the text file that you upload. SSH keys created on Linux systems most commonly have LF as their newline character so you can convert them to CRLF by opening the file in vim, typing `:set textmode`, and saving the file.
299
299
- If your Linux servers support the older version of RSA key, you can generate the key using the `$ ssh-keygen -m PEM -t rsa -b 4096` command.
300
300
- Azure Migrate supports OpenSSH format of the SSH private key file as shown below:
301
301
@@ -309,10 +309,10 @@ Now, connect from the appliance to the physical servers to be discovered, and st
309
309
310
310
311
311
- If you choose **Add single item**, you can choose the OS type, specify friendly name for credentials, add server **IP address/FQDN** and select **Save**.
312
-
- If you choose **Add multiple items**, you can add multiple records at once by specifying server **IP address/FQDN** with the friendly name for credentials in the text box. **Verify** the added records and select **Save**.
313
-
- If you choose **Import CSV**_(selected by default)_, you can download a CSV template file, populate the file with the server **IP address/FQDN** and friendly name for credentials. You then import the file into the appliance, **verify** the records in the file and select **Save**.
312
+
- If you choose **Add multiple items**, you can add multiple records at once by specifying server **IP address/FQDN** with the friendly name for credentials in the text box. **Verify** the added records, and select **Save**.
313
+
- If you choose **Import CSV**_(selected by default)_, you can download a CSV template file, populate the file with the server **IP address/FQDN** and friendly name for credentials. You then import the file into the appliance, **verify** the records in the file, and select **Save**.
314
314
315
-
1. Select Save. The appliance tries validating the connection to the servers added and shows the **Validation status** in the table against each server.
315
+
1. Select **Save**. The appliance tries validating the connection to the servers added and shows the **Validation status** in the table against each server.
316
316
- If validation fails for a server, review the error by selecting on **Validation failed** in the Status column of the table. Fix the issue, and validate again.
317
317
- To remove a server, select **Delete**.
318
318
1. You can **revalidate** the connectivity to servers anytime before starting the discovery.
0 commit comments