Skip to content

Commit f126023

Browse files
committed
Updated syntax
1 parent ba34eca commit f126023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/migrate/discovered-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: vibansa
66
ms.manager: abhemraj
77
ms.service: azure-migrate
88
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
1111
---
1212

1313
# 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
180180
**Data** | **Commands**
181181
--- | ---
182182
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
184184
Memory allocated | cat /proc/meminfo \| grep MemTotal \| awk '{printf "%.0f", $2/1024}'
185185
BIOS serial number | lshw \| grep "serial:" \| head -n1 \| awk '{print $2}' <br/> /usr/sbin/dmidecode -t 1 \| grep 'Serial' \| awk '{ $1="" ; $2=""; print}'
186186
BIOS GUID | cat /sys/class/dmi/id/product_uuid

0 commit comments

Comments
 (0)