Retrieve System Serial Number in Linux

(imported topic written by JesseR91)

Is there a way to retrieve the server’s serial number thats running Linux? I am able to do it just fine in Windows but have no idea how I would do it for Linux agents. Would this also be the same for HP-UX and AIX systems as well? Thanks!

(imported comment written by JesseR91)

bump

Anybody have an answer for this?

(imported comment written by BenKus)

Hey JesseR,

I don’t know of any way to do this in the provided Analyses, but do you know of any script or commandline tool that returns the Serial Number? If so, we can help you put together a property to get the serial number.

Ben

(imported comment written by USMC175)

This relevance pulls Windows and Linux serial numbers.

if (name of operating system as lowercase contains “win”) then (string values of selects “SerialNumber from Win32_BIOS” of wmi) else if (exists dmi and exists serial_number of system_information of dmi) then (serial_number of system_information of dmi) else (“N/A”)

1 Like