In the Azure Migrate Configuration manager, when I try to add a server in the "Add Discovery Source" it is giving me error:
Failed to fetch BIOS GUID for the server 'x.x.x.x'. BIOS GUID is important to uniquely identify and discover a server.
This is a Centos VM, while I was getting similar error in another VM I switched to password-less sudo for my user and it resolves. But issue persists in this VM. Discovery has worked fine for all the other VMs/Servers using this appliance.
All checks are passed for the appliance and other things are working fine.
I have even used: Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
and executed the following commands from the server (on which Azure Migrate Appliance is installed) which are working fine:
cat /sys/class/dmi/id/product_uuid
I even added my user to the root group, but it did not work.
Please suggest.