Changes between Version 17 and Version 18 of IDL


Ignore:
Timestamp:
07/25/06 09:24:12 (20 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IDL

    v17 v18  
    1212== license server ==
    1313The license server used by IDL is [http://www.ittvis.com/services/techtip.asp?ttid=1675 FLEXlm].  Instructions for installing this are available [http://www.rsinc.com/services/techtip.asp?ttid=3917&nl=r here].
     14
     15
     16IDL 6.3 Web Download and Install Instructions: FlexLM License Server
     17
     18These instructions describe the process of downloading and installing the FlexLM license server for IDL 6.3 on your UNIX system.
     19Before you begin:
     20
     21    * The FlexLM license server requires approximately 8 MB of disk space.
     22    * Be sure you have root (or similar) permissions before installing.
     23
     24Installing the FlexLM License Server
     25
     26To download and install the FlexLM license server:
     27
     28   1. Choose a place to install the license server on your system. On your local system, change to the directory you select. (In the instructions that follow, we will refer to this directory as FLEXLM_DIR.) The default location is is /usr/local/rsi. If FLEXLM_DIR does not already exist, be sure you have root (or similar) permissions, and issue the following commands to create and give access to the FLEXLM_DIR:
     29
     30      % mkdir FLEXLM_DIR 
     31      % chmod a+rx FLEXLM_DIR 
     32
     33   2. Select the appropriate download link for your UNIX platform. Click on the link to download the FlexLM license server. The license server installation file is a compressed archive; save it in FLEXLM_DIR.
     34   3. Change directories to FLEXLM_DIR.
     35   4. Unpack the archive. First uncompress the file by entering:
     36
     37      % gunzip flexlm_<platform>.tar.gz 
     38
     39      then untar the file:
     40
     41       
     42
     43      % tar xf flexlm_<platform>.tar 
     44
     45       
     46
     47      where <platform> is the platform name for your platform.
     48
     49       
     50
     51      Note
     52      There is no installation program included with the FlexLM installation tar files. The above commands are all that is necessary to unpack the license server files.
     53
     54Warning
     55
     56If you install the license server files in a directory other than /usr/local/rsi, you will need to manually modify the appropriate license_setup file in the bin subdirectory of the directory in which the license server was installed to reflect the path to the license server installation. You should modify:
     57
     58    * FLEXLM_DIR/bin/license_setup if you use a C shell.
     59    * FLEXLM_DIR/bin/license_setup.bash if you use a bash shell.
     60    * FLEXLM_DIR/bin/license_setup.ksh if you use a korn shell.
     61
     62You do not need to make any modifications if FLEXLM_DIR is /usr/local/rsi.
     63
     64  IDL 6.3 (April 20, 2006)
    1465
    1566== Installation ==