Ansys Learning Forum › Forums › Installation and Licensing › Ansys Products › How do I install and license Fluids and Structures on Linux? › Reply To: How do I install and license Fluids and Structures on Linux?
When running a -silent installation, you must specify the license server by using:
-licserverinfo
See installation Guide:
https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v232/en/installation/installation_set_crq_5qj_r5.html
Since it is already installed, you can manually specify the Server by creating an ansyslmd.ini file under the /usr/ansys_inc/shared_files/licensing/ directory.
contents of the file will be:
SERVER=1055@servername
ANSYSLI_SERVERS=2325@servername
(Where servername is the hostname of the license server)
Â