Number of GUI users

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

Number of GUI users

Post by Gopikkd » 06 May 2016 6:26

Hi,

Is there any command/utility to check, how many users are currently logged into Control-M/EM GUI

Thanks,

baralem

Re: Number of GUI users

Post by baralem » 23 May 2016 8:08

Go to Configuration Manager -> Gui Server -> Control Shell:

PUSERS (list of connected users)
PGUI (list of open GUIs)

Regards
Martin

User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

Re: Number of GUI users

Post by Gopikkd » 27 May 2016 6:07

Thanks Martin. Is there any command/utilities to check the same from the Control-M/EM Server?

User avatar
sahsanu
Nouveau
Nouveau
Posts: 4
Joined: 18 May 2012 12:00

Re: Number of GUI users

Post by sahsanu » 03 Jun 2016 4:52

Hello Gopikkd,

You can use these commands from Control-M EM Server:

Code: Select all

em ctl -mcs -C GUI_Server -all -cmdstr PGUI
em ctl -mcs -C GUI_Server -all -cmdstr PUSERS
Instead of -mcs (which uses the encrypted data from ctm_em/ini/mcs.ini file to login to em database), you could specify directly the user and password for em database ( -U em_db_user -P em_db_password ), for example, your database user is emuser and its password is controlm.

Code: Select all

em ctl -U emuser -P controlm -C GUI_Server -all -cmdstr PGUI
em ctl -U emuser -P controlm -C GUI_Server -all -cmdstr PUSERS
Best regards,
sahsanu

qbnsmioa
Nouveau
Nouveau
Posts: 1
Joined: 07 Jun 2016 3:57

Re: Number of GUI users

Post by qbnsmioa » 07 Jun 2016 4:25

Is there any command/utilities to check the same from the Control-M/EM Server?

Post Reply