Page 1 of 1

Number of GUI users

Posted: 06 May 2016 6:26
by Gopikkd
Hi,

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

Thanks,

Re: Number of GUI users

Posted: 23 May 2016 8:08
by baralem
Go to Configuration Manager -> Gui Server -> Control Shell:

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

Regards
Martin

Re: Number of GUI users

Posted: 27 May 2016 6:07
by Gopikkd
Thanks Martin. Is there any command/utilities to check the same from the Control-M/EM Server?

Re: Number of GUI users

Posted: 03 Jun 2016 4:52
by sahsanu
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

Re: Number of GUI users

Posted: 07 Jun 2016 4:25
by qbnsmioa
Is there any command/utilities to check the same from the Control-M/EM Server?