Changes between Version 22 and Version 23 of IDL


Ignore:
Timestamp:
10/03/06 12:52:19 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IDL

    v22 v23  
    1919contents of flexlm_linux.x86.tar.gz:
    2020{{{
     21Create a non-privileged system user:
     22{{{
     23[1 root@neptune bin]# adduser --system --uid 100
     24Enter a username to add: flexlm
     25Adding system user `flexlm'...
     26Adding new user `flexlm' (100) with group `nogroup'.
     27Creating home directory `/home/flexlm'.
     28[0 root@neptune bin]#
     29
     30
     31[0 root@neptune bin]# getent passwd | grep flexlm
     32flexlm:x:100:65534::/home/flexlm:/bin/false
     33[0 root@neptune bin]#
     34}}}
     35
    2136mkdir /opt/rsi
    2237tar xzvf flexlm_linux.x86.tar.gz
     
    4964
    5065create a flexlm.log file under /var/log and modify permissions/ownership
    51 for the flexlm user.
     66to flexlm:adm.
    5267
    5368#  "start") $IDL_DIR/bin/lmgrd > $LOG_FILE_NAME &
     
    107122}}}
    108123 
     124By default, the flexlm files attempt to
     125write to /usr/tmp. Create a symbolic link from the root /tmp
     126to /usr/local/tmp.
     127
    109128The flexlm server can now be started:
    110129{{{
     
    191210}}}
    192211
     212Automatic startup of the idl daemon has not been tested,
     213to manuallu start the license server:
     214{{{
     215/etc/init.d/sys5_idl_lmgrd start
     216}}}
    193217=== Solaris Installation ===
    194218