|
Install license file
SCM will mail you a license file. Installing and using it is identical to the license file for non-floating licenses.
Copy it on your system (most conveniently also in a shared directory), make sure all users have read permission to it:
cp LicenseFile.txt $ADFHOME/license.txt
chmod ugo+r $ADFHOME/license.txt
Next make sure ADF will use this license file by setting the SCMLICENSE environment variable (Bourne shell syntax shown):
SCMLICENSE=$ADFHOME/license.txt
export SCMLICENSE
|