- I would not rule out the possibility that there might be a Group Policy that you could remotely administer that would control which processes are permitted to run. This would surely involve a bunch of overhead... but I would not rule it out.
- It has been several years since I last looked at this, but I seem to recall that in a networked system, that (A) it is possibly to remotely edit the registry of a system, and (not at all sure on this) that per-process information is available in the registry in a way that I got the impression could be used to kill processes by deleting the appropriate registry keys. I could certainly be wrong on this; this is not something I have ever seriously looked at
- you just might be able to find an activex control to execute an appropriate remote command
- compared to activex, you would probably have a better chance of finding a .NET assembly that could execute an appropriate remote command
how to control license manger on server-pc from my-pc
4 views (last 30 days)
Show older comments
- I installed matlab license manager (Lmtools.exe) on a server-PC
- sometimes I need to log-on server-pc to open IMTOOLS.exe and 'Stop Server'/'Start Server'
- I use Remote-Desktop Connection to log-on server-pc, and it costs much time, so I want to abandon this way.
- how could I use some command on my-pc to do the 'Stop Server'/'Start Server', instead log-on server-pc
- I show the license file on my-pc, guess the command may use it
0 Comments
Accepted Answer
Walter Roberson
on 14 Apr 2023
Moved: Walter Roberson
on 14 Apr 2023
... and that is about it. The flexlm protocol does not support management. On unix; systems, lmgrd sends a signal to the appropriate license manager daemon to shut down; I do not know how the communication is done for Windows.
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!