Changes between Version 22 and Version 23 of IDL
- Timestamp:
- 10/03/06 12:52:19 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IDL
v22 v23 19 19 contents of flexlm_linux.x86.tar.gz: 20 20 {{{ 21 Create a non-privileged system user: 22 {{{ 23 [1 root@neptune bin]# adduser --system --uid 100 24 Enter a username to add: flexlm 25 Adding system user `flexlm'... 26 Adding new user `flexlm' (100) with group `nogroup'. 27 Creating home directory `/home/flexlm'. 28 [0 root@neptune bin]# 29 30 31 [0 root@neptune bin]# getent passwd | grep flexlm 32 flexlm:x:100:65534::/home/flexlm:/bin/false 33 [0 root@neptune bin]# 34 }}} 35 21 36 mkdir /opt/rsi 22 37 tar xzvf flexlm_linux.x86.tar.gz … … 49 64 50 65 create a flexlm.log file under /var/log and modify permissions/ownership 51 for the flexlm user.66 to flexlm:adm. 52 67 53 68 # "start") $IDL_DIR/bin/lmgrd > $LOG_FILE_NAME & … … 107 122 }}} 108 123 124 By default, the flexlm files attempt to 125 write to /usr/tmp. Create a symbolic link from the root /tmp 126 to /usr/local/tmp. 127 109 128 The flexlm server can now be started: 110 129 {{{ … … 191 210 }}} 192 211 212 Automatic startup of the idl daemon has not been tested, 213 to manuallu start the license server: 214 {{{ 215 /etc/init.d/sys5_idl_lmgrd start 216 }}} 193 217 === Solaris Installation === 194 218
