Licensing

Licensing

Why does an RSM 18 test calculation carried out on a Linux operating system, fail with the following error Network directory /HOME/.local/Temp/RsmCTest/lmjzqv0v.2hb is not visible to username.domainname

    • FAQFAQ
      Participant

      If the RSM 18 processes on Linux, have been installed so that they start up automatically at system boot up. This error can occur, if the TMP and/or TMPDIR environment variables resolve to different values for the user rsmadmin and the user carrying out the test This can be prevented by adding settings for TMP and TMPDIR in the file {ANSYS 18 installation directory path}/RSM/Config/tools/linux/rsm_env_profile and then stopping and starting the RSM systems using the following commands, run by a user with administrator and/or sudo permissions sh export zzzzansdir=[Ansys 18 installation directory path] export zzzzrsmdir=${zzzzansdir}/RSM echo Add the following two lines to the file rsm_env_profile echo export TMP=/tmp echo export TMPDIR=/tmp sudo vi ${zzzzrsmdir}/Config/tools/linux/rsm_env_profile sudo ${zzzzrsmdir}/Config/tools/linux/rsmunconfig -launcher sleep 5 sudo ${zzzzrsmdir}/Config/tools/linux/rsmconfig -launcher exit.