-3

I am looking for the Linux command to find the current users of the tool and also the number of license available.

I also need to get the machine details in which the license are being used.

I need to get the following details :

1) total number of licenses 2) number of available licenses 3) machine details in which license is being used.

GuybrushThreepwood
  • 5,598
  • 9
  • 55
  • 113
Ram
  • 21
  • 1
  • 1
  • 4
  • What licenses are you talking about? – pitseeker Aug 13 '14 at 11:38
  • Unclear what license manager you are referring to. Please provide more specifics and context. – pfranza Aug 13 '14 at 11:44
  • @pitseeker & @ pfranza modelsim tool :around 20 license installed in common server. all the license were floating license. ie fist come, 1st serve basis. – Ram Aug 13 '14 at 11:52
  • This appears to be a "modelsim" specific question and has nothing to do with linux (as you tagged it). You should put all that in the description and also tell us what you have tried already. – pitseeker Aug 13 '14 at 13:55
  • See [ModelSim® SE Installation and Licensing Guide](https://www.xilinx.com/Attachment/modelsim_se_install.pdf) – fedorqui Jan 04 '21 at 10:24

1 Answers1

0

To list all licenses

$ lmstat -a

To list a specific license

$ lmstat -f <license name>
Paul S
  • 7,645
  • 2
  • 24
  • 36