Skip to content

Commit a2d6394

Browse files
committed
toc updates and code updates
1 parent 9a74d37 commit a2d6394

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/migrate/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ items:
5151
href: set-discovery-scope.md
5252
- name: Support matrix for VMware discovery
5353
href: migrate-support-matrix-vmware.md
54-
- name: Discovery Hyper-V servers
54+
- name: Discovery Hyper-V estate
5555
items:
5656
- name: Discover Hyper-V
5757
href: tutorial-discover-hyper-v.md

articles/migrate/tutorial-discover-physical.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,16 @@ AzMigrateLeastprivuser ALL=(ALL) NOPASSWD: /usr/sbin/dmidecode -s system-uuid, /
7373
Defaults:AzMigrateLeastprivuser !requiretty
7474
7575
```
76-
>[!Note]
77-
> If any of the packages mentioned aren't available in the target Linux distributions, use the following fallback commands:
76+
- If any of the packages mentioned aren't available in the target Linux distributions, use the following fallback commands:
7877

7978
```
80-
8179
- # if /usr/sbin/dmidecode -s system-uuid is not available, add permissions to /usr/bin/cat /sys/class/dmi/id/product_uuid.
8280
83-
- # if /usr/sbin/dmidecode -t 1 isn't available, add permissions to /usr/sbin/lshw ""
81+
- if /usr/sbin/dmidecode -t 1 isn't available, add permissions to /usr/sbin/lshw ""
8482
85-
- # if /usr/sbin/dmidecode system-manufacturer isn't available, add permissions to /usr/bin/cat /sys/devices/virtual/dmi/id/sys_vendor
83+
- if /usr/sbin/dmidecode system-manufacturer isn't available, add permissions to /usr/bin/cat /sys/devices/virtual/dmi/id/sys_vendor
8684
87-
- # if /usr/bin/netstat isn't available, add permissions to /usr/sbin/ss -atnp
85+
- if /usr/bin/netstat isn't available, add permissions to /usr/sbin/ss -atnp
8886
8987
```
9088
- The list of commands run on the target servers and the information they collect. [Learn more](discovered-metadata.md#linux-server-metadata).

0 commit comments

Comments
 (0)