Skip to content

Commit e2cd8d1

Browse files
committed
updates
1 parent 37357aa commit e2cd8d1

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

articles/migrate/how-to-set-up-appliance-physical.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,31 @@ Now, connect from the appliance to the physical servers to be discovered, and st
160160
> [!Note]
161161
> By default, the credentials will be used to gather data about the installed applications, roles, and features, and also to collect dependency data from Windows and Linux servers, unless you disable the slider to not perform these features (as instructed in the last step).
162162
1. In **Step 2:Provide physical or virtual server details​**, select **Add discovery source** to specify the server **IP address/FQDN** and the friendly name for credentials to connect to the server.
163+
164+
* The appliance communicates with Windows servers over WinRM port 5986 (HTTPS) by default and with Linux servers over port 22 (TCP).
165+
* If the HTTPS [prerequisites](/troubleshoot/windows-client/system-management-components/configure-winrm-for-https) are not configured on the target Hyper-V servers, appliance communication falls back to WinRM port 5985 (HTTP).
166+
167+
:::image type="content" source="./media/tutorial-assess-physical/provide-physical-or-virtual-server-details.png" alt-text="Provides the physical and virtual server details." :::
168+
169+
* To enforce https communication without fallback, enable the https protocol toggle in Appliance Config Manager.
170+
* After enabling the checkbox, ensure that the prerequisites are configured on the target servers. If certificates aren't configured on the target servers, discovery would fail on the current discovered servers and on newly added servers.
171+
* WinRM HTTPS requires a local computer Server Authentication certificate with a CN matching the hostname to be installed. The certificate mustn't be expired, revoked, or self-signed. Refer to this [article](/troubleshoot/windows-client/system-management-components/configure-winrm-for-https) for configuring WINRM for HTTPS.
172+
163173
1. You can either **Add single item** at a time or **Add multiple items** in one go. There's also an option to provide server details through **Import CSV**.
164174

165175
![Screenshot of selections for adding discovery source.](./media/tutorial-assess-physical/add-discovery-source-physical.png)
166176

167177
- 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**.
168178
- 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**.
169179
- 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**.
170-
171-
1. On selecting Save, appliance tries validating the connection to the servers added and show the **Validation status** in the table against each server.
172-
- 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.
180+
1. On selecting **Save**, the appliance tries validating the connection to the servers added and shows the **Validation status** in the table against each server.
181+
- 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.
173182
- To remove a server, select **Delete**.
174-
1. You can **revalidate** the connectivity to servers anytime before starting the discovery.
183+
1. You can **revalidate** the connectivity to servers any time before starting the discovery.
175184
1. Before initiating discovery, you can choose to disable the slider to not perform software inventory and agentless dependency analysis on the added servers. You can change this option at any time.
176185

177186
:::image type="content" source="./media/tutorial-discover-physical/disable-slider.png" alt-text="Screenshot that shows where to disable the slider.":::
187+
178188
1. To perform discovery of SQL Server instances and databases, you can add additional credentials (Windows domain/non-domain, SQL authentication credentials) and the appliance attempts to automatically map the credentials to the SQL servers. If you add domain credentials, the appliance authenticates the credentials against Active Directory of the domain to prevent any user accounts from locking out. To check validation of the domain credentials, follow these steps:
179189
- In the configuration manager credentials table, see **Validation status** for domain credentials. Only the domain credentials are validated.
180190
- If validation fails, you can select a Failed status to see the validation error. Fix the issue, and then select **Revalidate credentials** to reattempt validation of the credentials.

0 commit comments

Comments
 (0)