Technical data

Format of the daemon options file
ModelSim EE/PLUS Reference Manual Using the FLEXlm License Manager
-
551
NOLOG
Causes messages of the specified type to be filtered out of the daemon’s log output.
To use the daemon options capability, you must create a daemon options file and
list its pathname as the fourth field on the line that begins with DAEMON
modeltech.
A daemon options file consists of lines in the following format:
RESERVE number feature {USER | HOST | DISPLAY | GROUP} name
INCLUDE feature {USER | HOST | DISPLAY | GROUP} name
EXCLUDE feature {USER | HOST | DISPLAY | GROUP} name
GROUP name <list_of_users>
NOLOG {IN | OUT | DENIED | QUEUED}
REPORTLOG file
Lines beginning with the number character (#) are treated as comments. If the
filename in the REPORTLOG line starts with a plus (+) character, the old report
log file will be opened for appending.
For example, the following options file would reserve a copy of the feature vsim
for the user walter, three copies for the user john, a copy for anyone on a computer
with the hostname of bob, and would cause QUEUED messages to be omitted
from the log file. The user rita would not be allowed to use the vsim feature.
RESERVE 1 vsim USER walter
RESERVE 3 vsim USER john
RESERVE 1 vsim HOST bob
EXCLUDE vsim USER rita
NOLOG QUEUED
If this data were in the file named:
/usr/local/options
you would modify the license file DAEMON line as follows:
DAEMON modeltech /<intall_dir>/<platform>/modeltech \
/usr/local/options