We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Licensing

Licensing

How to enable a particular user to check out different license server (other than specified in ansyslmd.ini which is used for other users) for a RSM 18.x/19.0 job integrated with a 3rd party job scheduler (LSF, PBS Pro, Toque or UGE/SGE) on Linux cluster?

    • FAQFAQ
      Participant

      On the Linux cluster job submission host which is running RSM 18.X/19.0 Launcher service, copy {install_path}/ansys_inc/v1XX/RSM/Config/tools/Linux/rsm_env_profile to $HOME for that particular user, add below lines: export ANSYSLI_SERVERS=2325@new-license-server export ANSYSLMD_LICENSE_FILE=1055@new-license-server export ANS_FLEXLM_DISABLE_DEFLICPATH=1 Make sure the $HOME/rsm_env_profile has execute permission, change it to executable if not, e.g. chmod +x $HOME/rsm_env_profile If that particular user’s User Proxy process is running, find (ps -ef | grep UPHost) and kill it (kill -9 PID) on the job submission host, before submitting new jobs from client machine to the job submission host.