Auto-starting the License Manager |
Category: |
Installation
Applicable to: |
All Versions
Description: |
If you want to start up the License Manager automatically when the file server starts up, you can put the following lines into the appropriate boot file.
NOTE: Please fill in the OBJECTIME_HOME and OBJECTIME_LICENSE_SERVER environment variables with values for your installation
OBJECTIME_HOME=/something/some/thing/else
export OBJECTIME_HOME
PATH="$PATH:$OBJECTIME_HOME/bin"
export PATH
if [ -f $OBJECTIME_HOME/bin/startLicenseManager ]
then
OBJECTIME_LICENSE_SERVER=server
export OBJECTIME_LICENSE_SERVER
$OBJECTIME_HOME/bin/startLicenseManager
fi
Limitations: |
Applicable to sh only.
For SunOS, the file is typically /etc/rc.local and for Solaris it is /etc/rc2.d/S94ObjecTime.
Copyright © 1999, ObjecTime Limited. |