Linux Server Discovery - Serial Number is not Populated by DiscoveryIssue Discovery on Linux Server is not fetching the Serial Number from the Device. Step 3.1.2 'Get DMI type 1' is responsible for executing the command to get Serial Number and other details like Manufacturer, Model ID, etc., The DMI type 1 and type 2 steps fail with the below permission error: Get DMI type 1 2022-03-26 00:32:11: Executing SSH command: sudo dmidecode -t 1 | cat 2022-03-26 00:32:22: Command result: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied /dev/mem: Permission denied # dmidecode 3.2 Scanning /dev/mem for entry point. 2022-03-26 00:32:22: Execution time: 11282 ms Failover Get DMI type 1 2022-03-26 00:32:22: Executing SSH command: sudo dmidecode -t 1 | cat 2022-03-26 00:32:23: Command result: /sys/firmware/dmi/tables/smbios_entry_point: Permission denied /dev/mem: Permission denied ReleaseAll ReleasesCauseDiscovery user do not have sufficient permissionsResolutionDiscovery uses commands requiring elevated rights to discover and map Unix-based hosts. As per the above error, the discovery user does not have permission to execute 'dmidecode' command. The 'dmidcode' Linux commands require elevated rights for the below parameters: -t 17-s bios-vendor-t 1-t 2-t 3 Please make sure the below commands are granted to the discovery user: Service Mapping commands requiring a privileged user