jaymukh
9th June 2005, 19:26
I have BaanIV.
We want to who is running what session. If I give command licmon6.1 -w, it gives only who is using the license. Unix ps command doesn't give the exact Baan session name.
Thanks

dave_23
9th June 2005, 20:22
bshcmd6.1 -p -u 10 -w 10 <process id of bshell>

will give you a list of sessions per bshell...
(That is - assuming that the bshell is getting any CPU ticks)

Dave

NPRao
9th June 2005, 21:01
Jay,

Refer to the links -

list the opened sessions from unix script (http://www.baanboard.com/baanboard/showthread.php?t=12125&highlight=bshcmd)

CODE: Show which session a user is running (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1936)