lmutil lmremove - syntax and execution
lmutil lmremove - syntax and execution
(OP)
Hello All!
I'm trying to remove a single user's license for a specified feature. Flexlm guide offers such a syntax for lmremove:
The following information i got from the lmutil lmstat -a output:
The main question is about what does the display option means. I can't understand it clearly.
That what the FAQ says:
But i can't find such parameter in lmstat output. Which parameter i have to define?
www.CADabout.ru
I'm trying to remove a single user's license for a specified feature. Flexlm guide offers such a syntax for lmremove:
lmremove [ -c file ] feature user host display
-c license_file
Use the license file named. If this switch is not specified, lmgrd looks for the environment variable LM_LICENSE_FILE. If the environment variable is not set, lmgrd looks for the default license file.
feature
The name of the feature checked out by the user.
user
The name of the user whose license you are removing.
host
The name of the host the user is logged in to.
display
The name of the display where the user is working.
-c license_file
Use the license file named. If this switch is not specified, lmgrd looks for the environment variable LM_LICENSE_FILE. If the environment variable is not set, lmgrd looks for the default license file.
feature
The name of the feature checked out by the user.
user
The name of the user whose license you are removing.
host
The name of the host the user is logged in to.
display
The name of the display where the user is working.
The following information i got from the lmutil lmstat -a output:
feature;
user;
host;
license_file;
user;
host;
license_file;
The main question is about what does the display option means. I can't understand it clearly.
That what the FAQ says:
display
The name of the display where the user is working.
The name of the display where the user is working.
But i can't find such parameter in lmstat output. Which parameter i have to define?
www.CADabout.ru





RE: lmutil lmremove - syntax and execution
from this output:
user = joe
user_host = nirvana
display = nirvana
server_host = cloud9
TCP/IP port = 7654
license handle = 102
the lmremove syntax can be either of these two:
lmremove [-c license_file] feature user user_host display
lmremove [-c license_file] -h feature server_host port handle
RE: lmutil lmremove - syntax and execution
Appreciate you for the help. The problem was in my Windows command prompt - it failed to show me the whole lmstat -a report and i wasn't able to get all needed information.
www.CADabout.ru