rajesh_bamane
20th January 2010, 09:29
Hi
we are using the SLM in HP Unix server for LN FP2.
Now we want to monitor the usage of user license and also we want to kill the user using SLM.
What is the procedure for doing this task.

Thanks& Regards
Rajesh

VishalMistry
20th January 2010, 10:36
Hi,

You can use slmcmd command like as given below:

d:\slm\bin\slmcmd -mondts erpln

In above case erpln is the name of erpln server. Dont know about how to kill user connections.

Vishal

king1980
23rd January 2010, 11:43
I am able to see the license user using this command.

But can any body knows how to kill the users usng SLM

Regards
King1980

HomerSimpson
25th January 2010, 12:06
you have to make grep on the bshell (ps -ef |grep bshell) and kill the pid

jclju1
25th January 2010, 13:52
I think that there is no possibility to kill user using SLM.

On Windows OS you can kill ntbshell process using Task Manager.