Skip to content

Commit 1a82d6b

Browse files
authored
Update articles/migrate/vmware/migrate-support-matrix-vmware.md
1 parent db7ed6c commit 1a82d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,9 @@ Windows server access | A user account (local or domain) with administrator per
338338
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 a 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 /><code>sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/ls<br /> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/netstat</code>|
339339
|Port access | The Azure Migrate appliance must be able to connect to TCP port 443 on ESXi hosts running the servers that have dependencies you want to discover. The server running vCenter Server returns an ESXi host connection to download the file containing the dependency data.
340340
Discovery method | Dependency information between servers is gathered by using VMware Tools installed on the server running vCenter Server.<br /><br /> The appliance gathers the information from the server by using vSphere APIs.<br /><br /> No agent is installed on the server, and the appliance doesn't connect directly to servers.
341+
341342
> [!Note]
342-
> In some recent Linux OS versions, netstat command was replaced by ss command, have that in mind when preparing the servers.
343+
> In some recent Linux OS versions, the netstat command was replaced by the `ss` command; have that in mind when preparing the servers.
343344
344345
::: zone-end
345346

0 commit comments

Comments
 (0)