Skip to content

Commit c06b7f9

Browse files
Merge pull request #292534 from joasa123/patch-4
Update how-to-create-group-machine-dependencies-agentless.md
2 parents 48036b3 + b85940a commit c06b7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +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 commands or create a user account that has the CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE permissions on /bin/netstat and /bin/ls 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.
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.
4545

4646
### Add credentials and initiate discovery
4747

@@ -244,4 +244,4 @@ Azure Migrate offers a Power BI template that you can use to visualize network c
244244
245245
## Next steps
246246
247-
[Group servers](how-to-create-a-group.md) for assessment.
247+
[Group servers](how-to-create-a-group.md) for assessment.

0 commit comments

Comments
 (0)