vaishali
13th September 2006, 11:24
Hi,
We are using Tru64 unix5.1 as os,informix DS7.30FD9 as database,our poritn set is 6.1c.06.03.Many a times users not close the baan properly,many times b'se of network issues,baan got hanged.And others are not getting baan.When new users try to login getting error"Maximum no of users reached"
Every time we can not do licmon6.1 -k as it will kill all the users.Does anyone has any idea how to kill hanged users.
Thanks in advance
Regards,
Vaishali
bdittmar
13th September 2006, 11:43
Hi,
We are using Tru64 unix5.1 as os,informix DS7.30FD9 as database,our poritn set is 6.1c.06.03.Many a times users not close the baan properly,many times b'se of network issues,baan got hanged.And others are not getting baan.When new users try to login getting error"Maximum no of users reached"
Every time we can not do licmon6.1 -k as it will kill all the users.Does anyone has any idea how to kill hanged users.
Thanks in advance
Regards,
Vaishali
licmon6.1
clean cleanup orphaned local licences
may work ?
Regards
vaishali
13th September 2006, 13:53
this option is not working at our end.when i give licmon6.1 it is not showing clear option.Is there any other way to kill hanged users
Markus Schmitz
15th September 2006, 20:22
The "clean" or "-c" option was introduced in a later protingset. So upgrading your portingset will give you the feature.
If you do not want to upgrade due to certain reasons, then you might want to try only to replace the licd6.1 and licmon6.1 binaries.
Apart from the new twi binaries, there is no other option, aaprt from restarting the licd.
Sorry
Markus
Viplov
19th September 2006, 14:58
you can clean the idle users through -c option, whereas if you need to kill the user then run licmon6.1 -w and get pid of the users then kill -9 <pid>.
Viplov
dave_23
19th September 2006, 20:11
The clean option cleans up bogus "hung" licenses. (i.e., no bshell exists for that license).
A bshell may exist and consume a license but is not attached to a ba6.1 or bw then use "ds_timeout_detect" in your db_resource to terminate those.
If you want to terminate idle users use "session_timeout" .
Dave