File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ms.author: vibansa
6
6
ms.manager : abhemraj
7
7
ms.service : azure-migrate
8
8
ms.topic : conceptual
9
- ms.date : 02/24/2023
10
- ms.custom : engagement-fy23 , devx-track-extended-java
9
+ ms.date : 10/25/2024
10
+ ms.custom : engagement-fy25 , devx-track-extended-java
11
11
---
12
12
13
13
# Metadata discovered by Azure Migrate appliance
@@ -180,7 +180,7 @@ Here's the full list of Linux server metadata that the appliance collects and se
180
180
** Data** | ** Commands**
181
181
--- | ---
182
182
FQDN | cat /proc/sys/kernel/hostname, hostname -f
183
- Processor core count | cat/proc/cpuinfo \| awk '/^processor/{print $3}' \| wc -l
183
+ Processor core count | cat /proc/cpuinfo \| awk '/^processor/{print $3}' \| wc -l
184
184
Memory allocated | cat /proc/meminfo \| grep MemTotal \| awk '{printf "%.0f", $2/1024}'
185
185
BIOS serial number | lshw \| grep "serial:" \| head -n1 \| awk '{print $2}' <br /> /usr/sbin/dmidecode -t 1 \| grep 'Serial' \| awk '{ $1="" ; $2=""; print}'
186
186
BIOS GUID | cat /sys/class/dmi/id/product_uuid
You can’t perform that action at this time.
0 commit comments