Page 1 of 1

How will i check single user / multiple user login session for the scalix server ?

Posted: Fri Nov 20, 2015 4:02 am
by paavonaak
Hello,

How will i check single user / multiple user login session for the scalix server ?

Re: How will i check single user / multiple user login session for the scalix server ?

Posted: Fri Nov 20, 2015 4:19 am
by ScalixSupport
Hello Mr. Paavo,

U may check the status via following commands

for single user
# omstat -u rci -c | grep Testuser


for all user
omstat -u rci -c

Re: How will i check single user / multiple user login session for the scalix server ?

Posted: Thu Dec 03, 2015 5:50 am
by antongottlieb
Hi team,

Can i terminate the session and how ?

-Anton

Re: How will i check single user / multiple user login session for the scalix server ?

Posted: Thu Dec 03, 2015 6:01 am
by ScalixSupport
Hello Mr. Anton.

You may terminate the login session using below command

Code: Select all

kill -9 <process id for user>