You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/discovery-methods-modes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The appliance-based discovery method involves deploying a virtual appliance that
42
42
### Key features
43
43
44
44
- Continuous collection of configuration data.
45
-
- Real time colleciton of performance data.
45
+
- Real time collection of performance data.
46
46
- Supports discovering workloads such as SQL databases, webapps, PostgreSQL and MySQL.
47
47
- Discover software inventory and enable dependency analysis.
48
48
@@ -65,14 +65,14 @@ Ensure that software inventory is enabled before initiating workload discovery.
65
65
66
66
## Collector-based discovery
67
67
68
-
Azure Migrate collector enables offline discovery of IT esate. Using this lightweight tool, you can collect server configuration, performance, software inventory, and workload metadata without requiring connectivity to Azure during discovery. You can securely upload the collected data back to the Azure Migrate project you created. This approach is ideal for scenarios where quick discovery of your IT estate is required. It supports the discovery of VMware environments and physical or virtual servers in a hypervisor-agnostic approach.
68
+
Azure Migrate collector enables offline discovery of IT estate. Using this lightweight tool, you can collect server configuration, performance, software inventory, and workload metadata without requiring connectivity to Azure during discovery. You can securely upload the collected data back to the Azure Migrate project you created. This approach is ideal for scenarios where quick discovery of your IT estate is required. It supports the discovery of VMware environments and physical or virtual servers in a hypervisor-agnostic approach.
69
69
70
70
### Key features
71
71
72
72
- Captures a one-time snapshot of server configuration data.
73
73
- Collects historical performance data.
74
74
- Discovers installed software.
75
-
- Discovers workloads such as SQL Server, web apps, PostgreSQL, and MySQL..
75
+
- Discovers workloads such as SQL Server, web apps, PostgreSQL, and MySQL.
Copy file name to clipboardExpand all lines: articles/migrate/how-to-discover-using-collector.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,17 +86,16 @@ You can add up to 10 vCenter Servers per collector
86
86
87
87
### Provide guest and database credentials
88
88
89
-
1. Refer security best practices to set up least privileged accounts to set up least privileged accounts.
90
-
2. Provide Windows & Linux guest accounts to collect data about installed software, database instances and web apps. Provide SQL credentials (Windows or SQL server authentication) to collect SQL suitability data.
91
-
3. To verify if the guest credentials are valid, test them against few target servers.
92
-
4. Enable the checkbox to validate credential.
93
-
5. Select the vCenter and select up to 5 virtual machines from the drop down.
94
-
6. Select **validate**.
95
-
7. If the credentials are not valid, fix the errors by following the recommendation step before triggering data collection.
96
-
8. If the credentials are successfully validated, guest discovery of installed software, inventory of database instance on the machines will be successful.
89
+
1. Provide Windows & Linux guest accounts to collect data about installed software, database instances and web apps. Provide SQL credentials (Windows or SQL server authentication) to collect SQL suitability data.
90
+
2. To verify if the guest credentials are valid, test them against few target servers.
91
+
3. Enable the checkbox to validate credential.
92
+
4. Select the vCenter and select up to 5 virtual machines from the drop down.
93
+
5. Select **validate**.
94
+
6. If the credentials are not valid, fix the errors by following the recommendation step before triggering data collection.
95
+
7. If the credentials are successfully validated, guest discovery of installed software, inventory of database instance on the machines will be successful.
97
96
> [!NOTE]
98
97
> - For the collection of data about installed software, web apps and for identifying SQL/PostgreSQL server instances, collector doesn’t need network line of sight to guest machines. The guest data collection is done via the ESXi hosts using the installed VMware tools. However, for collecting readiness data directly from database instances, collector must have network line of sight to the target SQL server instances.
99
-
> - Identifying server dependencies and in-depth discovery of MySQL/PostgreSQL instances using MySQL/PostgreSQL accounts are not supported in this version of Collector.
98
+
> - Identifying server dependencies and in-depth discovery of MySQL and PostgreSQL instances is not supported in this version of Collector.
100
99
101
100
## Collect data from physical servers:
102
101
The same Azure migrate collector can be used to discover both VMware machines and physical servers that’s hypervisor agnostic. To collect data about physical servers, switch the fabric type at the top to physical.
0 commit comments