Installing Sun's License Software
- Insert the Adminsuite cdrom
- cd to /cdrom/solstice_sysmgt_2_2
The automount daemon should perform the mounting of the cdrom
for you.
The exact name of this final directory may change depending
upon the release level of the FLEXlm software.
- Run the lic_install script
- Select option 1 License Server Installation
- Press < return > to confirm your selection
- Enter y to continue with the installation
- Enter y to confirm change to /etc
- Enter y to run setuid scripts
- Select option 0 Quit the License Installation
- Create a userid for the License Server Daemon
The license server daemon does not have to run as root. In
fact it is recommended that the daemon NOT run as root
as this may open a security hole.
A recommendation for your license server startup script:
su username -c 'umask 022; /path/lmgrd -c /path/license.dat
-l /path/log
So edit /etc/rc2.d/S85lmgrd and replace
$licdir/${lmgrd} -c $licdir/$licfile >> /tmp/license_log
2>&1 &
with
su - username -c '$licdir/${lmgrd} -c $licdir/$licfile' >>
/tmp/license_log 2>&1 &
This web page is Copyright © 1997 - 2011, Barbary.com
If you have comments or additions for these web pages please direct
them to
webmaster@barbary.com