Skip to content

Commit c4ad91b

Browse files
Merge pull request #303656 from Molishv/patch-1
Update migrate-support-matrix-physical.md
2 parents b5bdb96 + 101fb7e commit c4ad91b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/migrate/migrate-support-matrix-physical.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Support for physical discovery and assessment in Azure Migrate and Modernize
33
description: 'Learn about support for physical discovery and assessment with Azure Migrate: Discovery and assessment.'
4-
author: Vikram1988
5-
ms.author: vibansa
6-
ms.manager: abhemraj
4+
author: molishv
5+
ms.author: molir
6+
ms.manager: ronai
77
ms.topic: concept-article
88
ms.service: azure-migrate
99
ms.date: 04/04/2025
@@ -311,7 +311,7 @@ Supported servers | You can enable agentless dependency analysis on up to 1,000
311311
Operating systems | Servers running all Windows and Linux versions that meet the server requirements and have the required access permissions are supported.
312312
Server requirements | Windows servers must have PowerShell remoting enabled and PowerShell version 2.0 or later installed. <br/><br/> Linux servers must have SSH connectivity enabled and ensure that the following commands can be executed on the Linux servers: touch, chmod, cat, ps, grep, echo, sha256sum, awk, netstat, ls, sudo, dpkg, rpm, sed, getcap, which, date.
313313
Windows server access | A user account (local or domain) with administrator permissions on servers.
314-
Linux server access | A sudo user account with permissions to execute ls and netstat commands. If you're providing a sudo user account, ensure that you enable **NOPASSWD** for the account to run the required commands without prompting for a password every time the sudo command is invoked. <br/> <br/> Alternatively, you can create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls files set by using the following commands: <br/><br/> <code>sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep usr/bin/ls</code><br /><code>sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep usr/bin/netstat</code>
314+
Linux server access | Refer this [link](tutorial-discover-physical.md#prepare-linux-server) for Linux server access.
315315
Port access | Windows servers need access on port 5985 (HTTP). Linux servers need access on port 22 (TCP).
316316
Discovery method | Agentless dependency analysis is performed by directly connecting to the servers by using the server credentials added on the appliance. <br/><br/> The appliance gathers the dependency information from Windows servers by using PowerShell remoting and from Linux servers by using the SSH connection. <br/><br/> No agent is installed on the servers to pull dependency data.
317317

0 commit comments

Comments
 (0)