Skip to content

Commit b85940a

Browse files
authored
Update how-to-create-group-machine-dependencies-agentless.md
1 parent 33a6d38 commit b85940a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/migrate/how-to-create-group-machine-dependencies-agentless.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ This article describes how to set up agentless dependency analysis using Azure M
4141
2. As you configure the appliance, you need to specify the following in the appliance configuration manager:
4242
- The details of the source environment (vCenter Server(s)/Hyper-V host(s) or cluster(s)/physical servers) which you want to discover.
4343
- Server credentials, which can be domain/ Windows (non-domain)/ Linux (non-domain) credentials. [Learn more](add-server-credentials.md) about how to provide credentials and how the appliance handles them.
44-
- Verify the permissions required to perform agentless dependency analysis. For Windows servers, you need to provide domain or non-domain (local) account with administrative permissions. For Linux servers, provide a sudo user account with permissions to execute ls and netstat (or ss depending on OS version) commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls (or /bin/ss depending on OS version) files. If you're providing a sudo user account, ensure that you enabled NOPASSWD for the account to run the required commands without prompting for a password every time sudo command is invoked.
45-
46-
> [!Note]
47-
> In some recent Linux OS versions, the netstat command was replaced by the `ss` command; have that in mind when preparing the servers.
44+
- Verify the permissions required to perform agentless dependency analysis. For Windows servers, you need to provide domain or non-domain (local) account with administrative permissions. For Linux servers, provide a sudo user account with permissions to execute ls and netstat (or `ss` depending on OS version) commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls (or /bin/ss depending on OS version) files. If you're providing a sudo user account, ensure that you enabled NOPASSWD for the account to run the required commands without prompting for a password every time sudo command is invoked.
4845

4946
### Add credentials and initiate discovery
5047

0 commit comments

Comments
 (0)