Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1267

June 3rd, 2008 08:00

How to list currently connected users

Dear colleagues,

I would like to know if there is any way to display a list of connected users so I can have some information and make sure that the number of available Global consoles is never exceeded.

Besides that, do you know if there is any limit on the number of logons for each user? We are experiencing strange logon errors depending on the user chosen to access the SAM system.

Thanks in advance for your time,
Hector

4 Posts

June 19th, 2008 00:00

Run the below commands from your Smarts Console server =========================================================
cd /export/opt/InCharge/SAM-P/SAM/smarts/bin

./dmctl -s exec dmdebug --clients --output=clientsLoggedIn

cat /export/opt/InCharge/SAM-P/SAM/smarts/local/logs/clientsLoggedIn | grep ALL

June 6th, 2008 07:00

Hi Hector,

not so easy, but you should be able to see what you are looking for using:

dmctl -s exec dmdebug --clients --output= .clients

the file ( .clients) will be in the SAM logs directory.

Look at the line with the "IC Console" like this one:

02-Jun-2008 15:16:47 EDT IC Console - V7.1.0.1

Hope this helps!

--Fred

=> APG v4.1 is now available
=> See the new out of the box reports for Smarts InCharge health
Frederic Meunier
Solutions Watch4Net Inc
APG & Smarts InCharge integration
http://www.watch4net.com

9 Posts

June 19th, 2008 01:00

The last command suggested shows all connections, even the internal ones between
component. Grep out "root" to get the client list.

Thank you both for your suggestions.

Kind regards,
Hector
No Events found!

Top