We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Installation and Licensing Ansys Products (linux) LMGRD Licensing Error Reply To: (linux) LMGRD Licensing Error

ANSYS_MMadore
Ansys Employee
The message indicates "HOST_NOT_FOUND" which typically appears if the ip address and hostname do not resolve properly on the client machine. You can try adding an entry to your client machine in the C:\Windows\System32\drivers\etc\hosts file for the ip and hostname of the license server
Example:
123.45.6.78 license-ansys

Thanks