DX Unified Infrastructure Management

  • 1.  Who's Logged In

    Posted Apr 11, 2017 03:07 PM

    Is there a view or utility within UIM and I can use to see who is logged in / whether a customer has logged in or not.  We would like to accomplish this without looking in the Sql DB.

     

    Just was to know the performance load when a certain number of users is logged in and if requested IDs are being used.

     

    Thanks,

     

    RJ



  • 2.  Re: Who's Logged In

    Posted Apr 11, 2017 03:57 PM

    Simply navigate to your UMP server using this URL:

     

    http://<UMP>/jsp/get_sessions.jsp

     

    Or run following SQL query:

     

    SELECT session_id, user_id, remote_addr, login, logout
    FROM umpSession



  • 3.  Re: Who's Logged In

    Posted Apr 11, 2017 04:17 PM

    Yes, yes, yes.  Used the URL and that gives me a look at who is logged in.  Thank you very much.  Is there another URL or report you are aware of that shows who has logged in?  We need to do this for auditing purposes.

     

    Thanks.

     

    RJ



  • 4.  Re: Who's Logged In

    Posted Apr 11, 2017 04:20 PM

    Hi Robert!

     

    Sorry, I just know that URL for this purpose!

     

    Regards,



  • 5.  Re: Who's Logged In

    Posted Apr 11, 2017 04:06 PM

    Whether audit probe can retrieve those information?



  • 6.  Re: Who's Logged In

    Posted Apr 11, 2017 04:18 PM

    I don't know.  What information can be received from the "audit probe"?

     

    RJ



  • 7.  Re: Who's Logged In
    Best Answer

    Broadcom Employee
    Posted Apr 11, 2017 09:17 PM

    There are 2 types of login in the UIM world. Please clarify which one you are talking about.

     

    - login to UIM Infrastructure (login to HUB)

    - login to the portal (login to UMP)

     

    If you're talking about the portal, Alex's post is the right solution. The audit probe does not help you.

    If you're talking about the Infrastructure, the audit probe helps you.

     

    Regards,

    Yu



  • 8.  Re: Who's Logged In

    Posted Apr 12, 2017 09:23 AM

    Thanks Yu and to all who took the time to respond.  Consider my question answered!

     

    RJ



  • 9.  Re: Who's Logged In

    Posted Apr 12, 2017 09:24 AM

    Consider my question answered!

     

    Thanks.



  • 10.  Re: Who's Logged In

    Posted Apr 12, 2017 09:26 AM

    Great!

     

    Please consider my answer the correct one!

     

    Tks!



  • 11.  Re: Who's Logged In

    Posted Apr 12, 2017 09:39 AM

    Thank you.