Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Browse to installer at \\titan\landeskpackages$\Engineering\ANSYS1507
  2. Click Install Ansys Products
  3. Set default install path
  4. Uncheck ANSYS Geometry Interfaces (which are installs that can be done separately)
  5. Input licensing info on the next screen
    Image Removed
    1. Licensing info all from https://wikis.uit.tufts.edu/confluence/display/TuftsUITResearchComputing/Network+Concurrent+Licenses
    2. Make sure to click 3-server (redundant triad)
  6. Run install (takes approximately 30 minutes)
  7. Run the following commands to add firewall exceptions:

    netsh advfirewall firewall add rule name="autodyn" dir=in action=allow program="C:\Program Files\ANSYS Inc\v150\aisol\AUTODYN\winx64\autodyn.exe" enable=yes profile=domain

    netsh advfirewall firewall add rule name="ANSYS Workbench" dir=in action=allow program="C:\Program Files\ANSYS Inc\v150\Framework\bin\Win64\ansysfww.exe" enable=yes profile=domain

    netsh advfirewall firewall add rule name="Interconnect Application" dir=in action=allow program="C:\Program Files\ANSYS Inc\Shared Files\Licensing\winx64\ansysli_client.exe" enable=yes profile=domain

    netsh advfirewall firewall add rule name="Wish Application" dir=in action=allow program="C:\Program Files\ANSYS Inc\v150\commonfiles\tcl\bin\winx64\wish.exe" enable=yes profile=domain

    netsh advfirewall firewall add rule name="ANSYS RSM Job Manager Service" dir=in action=allow program="C:\Program Files\ANSYS Inc\v150\rsm\bin\ans.rsm.jmhost.exe" enable=yes profile=domain

...