X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 Apr 2020 01:40 AM by  Berangere Casson
Licensing IDL on read-only share (/opt filesystem)
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Norman Gray



New Member


Posts:
New Member


--
06 Apr 2020 05:13 AM
    I distribute IDL to users via a read-only network share (an /opt NFS filesystem, mounted read-only; this is Unix).

    Users run IDL by adding /opt/idl/idlXX/idl/bin to their path; that binary knows to look in /opt/idl/idlXX/license/ for the link to the (floating) licence server, via o_licenseserverurl.txt. The process of retrieving a licence appears to result in a lock-file (or some other temporary file) being created in /opt/idl/idlXX/license/flexera-sv. If /opt is mounted read-only, however, then this fails.

    I've worked round this by creating a symlink from that name to /var/opt/idl/flexera-sv, and then being sure to create that directory (writable, mode 1777) on each client. That works, but is an extra bit of client configuration/setup I'd rather avoid. I could also create it as a symlink to, say, /tmp, which of course exists on the clients without further configuration, but I'm not sure if that would fail in some circumstances.

    Is there a best practice here, or any problems I haven't thought of, with my solution so far?

    Best wishes

    Norman

    Berangere Casson



    New Member


    Posts:61
    New Member


    --
    09 Apr 2020 01:36 AM
    I would recommend to send your request to the European technical support: supporteu@harris.com. They could assist you assuming you have a license under maintenance.

    Berangere Casson



    New Member


    Posts:61
    New Member


    --
    09 Apr 2020 01:40 AM
    The below help Article may help
    https://www.harrisgeospatial.com/Support/Self-Help-Tools/Help-Articles/Help-Articles-Detail/ArtMID/10220/ArticleID/21289/Howwhen-to-move-flexera-and-flexera-sv-folders-to-a-different-directory-than-the-default-one
    You are not authorized to post a reply.