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!
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.
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”)