Licensed USERS in CMS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • steph121
    Member
    • Oct 2015
    • 7

    Licensed USERS in CMS

    How do you run a report for the total number of licensed users in CMS, not just the users that are logged in? And also, what report gives the total capacity of licensed users in a CMS.
  • stphnwd
    Brainiac
    .
    • Jan 2011
    • 52

    #2
    I presume you're referring to CMS supervisor logins?
    The only report you can run would be in CMS Supervisor to list all of the configured users.

    To show how many supervisor licenses you have for CMS then you can enter this command as the user root

    Code:
    echo 1|cmssvc
    Which is the same as entering the command cmssvc and then choosing option #1.

    Please provide some additional details if I have not addressed your question.
    Thank you.
    Stephen Wood

    Comment

    • shaikht
      Genius
      .
      • Feb 2010
      • 246

      #3
      Hi,

      There is no CMS report which will give supervisor licenses used.

      You can get it from putty by using grep command for win_io_man and web_io_man(incase web supervisor used) processes.

      ps -ef|grep win_io_man*
      ps -ef|grep web_io_man*

      I hope it helps.

      Comment

      Loading