Skip to content

Commit 952d05e

Browse files
authored
Merge pull request #108035 from musa-57/hanaalocal
Agentless dependencies metadata, remove server decom date, and previe…
2 parents 1875f7d + 1be3ebf commit 952d05e

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

articles/migrate/how-to-discover-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article describes how to discover applications, roles, and features on on-p
1212
Discovering the inventory of apps, and roles/features running on your on-premises machines helps you to identify and plan a migration path to Azure that's tailored for your workloads.
1313

1414
> [!NOTE]
15-
> App discovery is currently supported for VMware VMs only, and is limited to discovery only. We don't yet offer app-based assessment. Machine-based assessment for on-premises VMware VMs, Hyper-V VMs, and physical servers.
15+
> App discovery is currently in preview for VMware VMs only, and is limited to discovery only. We don't yet offer app-based assessment. Machine-based assessment for on-premises VMware VMs, Hyper-V VMs, and physical servers.
1616
1717
App discovery using Azure Migrate: Server Assessment is agentless. Nothing is installed on machines and VMs. Server Assessment uses the Azure Migrate appliance to perform discovery along with machine guest credentials. The appliance remotely accesses the VMware machines using VMware APIs.
1818

articles/migrate/migrate-appliance.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,50 @@ download.microsoft.com/download | Allow downloads from Microsoft download.
9797

9898
## Collected data - VMware
9999

100+
### Collected application dependencies metadata - VMware Windows VM
101+
102+
Here's the connection data that the appliance collects from each VM enabled for agentless dependency analysis. This data is sent to Azure.
103+
104+
**Data** | **Command used**
105+
--- | ---
106+
Local port | netstat
107+
Local IP address | netstat
108+
Remote port | netstat
109+
Remote IP address | netstat
110+
TCP connection state | netstat
111+
Process ID | netstat
112+
No. of active connections | netstat
113+
114+
Here's the process data that the appliance collects from each VM enabled for agentless dependency analysis. This data is sent to Azure.
115+
116+
**Data** | **WMI class** | **WMI class property**
117+
--- | --- | ---
118+
Process name | Win32_Process | ExecutablePath
119+
Process arguments | Win32_Process | CommandLine
120+
Application name | Win32_Process | VersionInfo.ProductName parameter of ExecutablePath property
121+
122+
123+
### Collected application dependencies metadata - VMware Linux VM
124+
125+
Here's the connection and process data that the appliance collects from each VM enabled for agentless dependency analysis. This data is sent to Azure.
126+
127+
**Data** | **Command used**
128+
--- | ---
129+
Local port | netstat
130+
Local IP address | netstat
131+
Remote port | netstat
132+
Remote IP address | netstat
133+
TCP connection state | netstat
134+
No. of active connections | netstat
135+
Process ID | netstat
136+
Process name | ps
137+
Process arguments | ps
138+
Application name | dpkg or rpm
139+
140+
100141
### Collected performance data-VMware
101142

143+
102144
Here's the VMware VM performance data that the appliance collects and sends to Azure.
103145

104146
**Data** | **Counter** | **Assessment impact**

articles/migrate/tutorial-assess-import.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ The following table summarizes the file fields to fill in:
137137
**Business owner** | No | Business unit owner.
138138
**Business application name** | No | Name of the application to which the app belongs.
139139
**Location** | No | Datacenter in which the server is located.
140-
**Server decommission date** | No | Decommission date of physical server or of the underlying physical server of the virtual server.
141140

142141
### Add operating systems
143142

0 commit comments

Comments
 (0)