[GH-ISSUE #42] serial number on linux not quite working as expected #29

Open
opened 2026-03-02 02:12:49 +03:00 by kerem · 2 comments
Owner

Originally created by @bbrendon on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/42

Originally assigned to: @wh1te909 on GitHub.

For example on a dell tactical reports: /77NDZ12/CN70163475007C/
dmidecode reports : 77NDZ12

On a vmware guest trmm reports: None
dmidecode : VMware-56 4d fa 72 69 7a 39 13-aa 0e 17 06 9b 09 42 c8

Also note, windows guests on vmware also report the serial number dmidecode reports.

Originally created by @bbrendon on GitHub (Feb 5, 2024). Original GitHub issue: https://github.com/amidaware/rmmagent/issues/42 Originally assigned to: @wh1te909 on GitHub. For example on a dell tactical reports: /77NDZ12/CN70163475007C/ dmidecode reports : 77NDZ12 On a vmware guest trmm reports: None dmidecode : VMware-56 4d fa 72 69 7a 39 13-aa 0e 17 06 9b 09 42 c8 Also note, windows guests on vmware also report the serial number dmidecode reports.
Author
Owner

@wh1te909 commented on GitHub (Feb 5, 2024):

thanks will need to test on different hw, didn't catch this in my testing

<!-- gh-comment-id:1928474047 --> @wh1te909 commented on GitHub (Feb 5, 2024): thanks will need to test on different hw, didn't catch this in my testing
Author
Owner

@maffmeier commented on GitHub (May 14, 2025):

We use a simple script to collect the serial, it is from the time before serialnumber was supported on Linux Agents.

Maybe it helps:

cat /sys/class/dmi/id/product_serial
<!-- gh-comment-id:2881423869 --> @maffmeier commented on GitHub (May 14, 2025): We use a simple script to collect the serial, it is from the time before serialnumber was supported on Linux Agents. Maybe it helps: ```bash cat /sys/class/dmi/id/product_serial ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#29
No description provided.