Who's logged-in?

How can I see/check who is logged-in?
We are evaluating Final Cut Server and only have a 10-client license currently. How can I check who is connected if say 10 users are using the client? Is there a Leopard Server tool so I can see who is on the network or should I fire up Terminal?
There is no way to do this in the FCSvr admin afaik...

To actually see which users are connected to a service, you typically need to ask the service, most of which each have their own way of showing you. I'm not familiar with Final Cut Server yet. Does it not have its own admin tool?
But this will show you raw tcp/and udp connections, inbound and outbound:
lsof -i tcp -i udp
It also shows you the process which is doing it which I quite like.

Similar Messages

  • How  to find out list of users who has logged into webtools

    Hi All,
    From a database administration and monitoring traffic point of view we want to know who has logged into our web tools web site for a given period.  Is there a easy way to have this information. basically user ID , date and time are info we need. (need all users - with or without orders)
    any ideas welcome.
    Regards
    David

    Hello,
    The easiest way to accomplish this is by creating a report.
    Use the SQL query
    SELECT     UserID, LastVisitDate
    FROM         Users
    ORDER BY LastVisitDate DESC
    And a template that looks something like this:
    <html>
    <head>
    <title>%%ReportName%% - %%Today, {0:d}%%</title>
    %%StyleSheet%%
    </head>
    <body>
    <center>
    <h1>%%ReportName%%</h1>
    <table width=800 cellpadding=1 cellspacing=0 border=1>  
    <tr>
    <td><b>User ID</b></td>
    <td><b>Last Visit</b></td>
    </tr>
    <section name="uservisit">
    <tr>
    <td>%%UserID%%</td>
    <td>%%LastVisitDate%%</td>
    </tr>
    </section>
    </table>
    </center>
    </body>
    </html>

  • How do you assign the user who has logged in current session ?

    Hello,
    in oracle forms , you could assigned user who has logged in to any field , e.g field_name := USER_ID;
    I need to assign the user who has logged to a field in jdeveloper 12 . How do you do that please ?
    Thanks.

    Try this: https://www.google.com/search?q=adf+get+current+user
    CM.

  • How to capture the user who has logged into the portal.

    Hi,
    How do I capture the user who has logged into the portal.
    HOw do I retrieve the first name and last name of the logged in username.
    Could someone provide me a related link or PDF to work on this.
    Thanks,
    Suvarna

    Hi suvarna,
    Check the following code
    ISearchResult rst = UMFactory.getUserFactory().getUniqueIDs();
                      IUserFactory usf = UMFactory.getUserFactory();
                      IUser iuser = null;
                      IUserListElement userElement = null;
                      int i = 0;
                      while (rst.hasNext()) {
                            iuser =
                                  UMFactory.getUserFactory().getUser(rst.next().toString());
                            String email = iuser.getEmail();
                            String fname = iuser.getFirstName();
                            String lname = iuser.getLastName();
    regards
    Anil Dichpally

  • When I create a photo stream in ios6, everyone who is logged in to my iCloud account can see and edit my stream (on their iPhones only). Not just the email addressees that I sent the photo stream link to. Is that how photo stream security is meant to work

    When I create a photo stream in ios6, everyone who is logged in to my iCloud account can see and edit my stream (on their iPhones only). Not just the email addressees that I sent the photo stream link to. Is that how photo stream security is meant to work? Is so it means my whole family can see any photo stream I set up. Hence no security? Can't share the pics with the wife then :(

    The whole idea to an icloud account is that one user uses it and has all their devices synced together.  Different users need different Apple IDs to create their own icloud accounts.  Note that everyone can still use the same ID for an iTunes account (to share purchases).
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/

  • Who has logged into SharePoint 2007 in 2014?

    We are going to be decommissioning our SharePoint 2007 server (running on Windows Server 2003 SP2 machine) very soon. There aren't a lot of people that use our 2007 instance any more but I will need alert all of the users who do still use it that
    we will be decommissioning it that way they can make sure their pertinent data is moved or saved elsewhere.
    I have tried using the Usage Summary to get a list of all of the users who have used SP 2007 this year but I am not finding it very helpful. I have checked the Event Viewer >  Security logs, but it is a lot to go through and the native filter is
    not dynamic enough.
    Can somebody recommend what I should use to compile a concise list showing who has logged in and when?
    Thank you in advance!

    within LogFiles is a subfolder for each IIS web application. Match the webapp ID to the subfolder. Each log file will include the HTTP request (specifically the HTTP GET request), and the authenticated username (if any).
    You should be able to pull a log file into Excel relatively easily (columns are separated by spaces).
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Portal users who have logged in during a specified time interval ?

    Hi,
    I need to know all the users who have logged in to the portal during a specific interval of time e.g during the last 10 days. Is there any provision to write code using UME api ?
    Any help would be highly appreciated and rewarded.
    Thanks & Regards,
    Sudhir

    Hi Jaga, Thanks for your reply.
    This is what i needed.
         Vector v=new Vector();
         IUserAccountFactory uaf = UMFactory.getUserAccountFactory();
         IUserAccountSearchFilter userAccountSearchFilter=uaf.getUserAccountSearchFilter();
         userAccountSearchFilter.setLoggedInBetween(fromDate,toDate);
         ISearchResult sr = uaf.search(userAccountSearchFilter);
         while(sr.hasNext())
                         IUserAccount ua = uaf.getUserAccount((String)sr.next());
              IUser tmp = ua.getAssignedUser();
              v.add(tmp);

  • Who is logged in, on which voip phone? SQL server Callmanager 4.2

    Hi,
    In what table(s) can I lookup who has logged in (name user) and on which phone (mac address).
    Thx,
    Marc

    Hi,
    Where is the user in this table and where can I see which phone belogs to this user?
    Thx,
    Marc

  • Can you tell who is logged onto Hyperion Analyzer?

    In Wired 4 you used to be able to look at the Wired Application window to see who is logged onto Wired. I have just upgraded to Analyzer 5.0. Anyone know how I can find out which user is on the system?Also, is there a log I can look at to see which users were on the system the past few days?Thanks folks.Cornelius.

    You can run the Hyperion Analyzer Analysis Server Console from your browser. Cheers.

  • How to get the opportunities linked to a  BP who is logged in?

    Hi,
        How to get the opportunities linked to a BP who is logged in mean the user who is logged in?
    Regards,
    Jaya

    Hi,
    I understand the question as follows:
    You want to get a list of opportunities that are assigned to the logged in user.
    You can get the USER -> BP assignment from table HRP1001.
    Then use the standard opportunity search to get the Opportunities.
    cheers Carsten

  • Who is logged in currently in Outlooksoft (BPC) v 4.2

    Are there any log files in Outlooksoft 4.2 that show  who is currently logged or to see the last time each user logged in?  In the private publications folder, debuglogic.log shows you the last time a user submitted data, but it doesn't tell you the last time each user logged in to the system, which is what I'm looking for.
    Best regards,
    Greg

    Hi Greg,
    There is no out of the box functionality in 4.2 AND 5.1 to see who is online.
    In V5 there is an option in admin called 'Who is Online', but this option will only show you who have logged on to Admin and NOT to MS Office. so you can't see the endusers who have logged in (still hoping for some improvement here).
    There is however one some kind of workaround to see who have logged in over time:
    The IIS log will log all users that have logged in. I imported this file into a SQL table and using some Query statements I could find out who logged in and even to see what connection type they were using (in 4.2 we had something called 'http' users, we used this method to search for these kind of users).
    Hope this helps,
    Alwin

  • Who is logged in

    I have 5 users that log onto an CUCM attendent console. They are located in different parts of the building. Is there a way for each of those users to see who is currently logged in.I am thinking either by a button assignment or plugin. If not for all users is there a way for 1 users to see who is logged into that AC_Group.

    Yes you can do this you have to be a bit creative and use https or a web page to display this real time info.:
    The actual realtiem performace monitor field you need to look for is:
    ClientsOnline :
    This counter represents the total number of Cisco Unified Communications Manager attendant console clients that are currently online. Attendant Console clients include all users that are configured in the Attendant Console User Configuration window in Cisco Unified Communications Manager Administration that are currently online. This number increases by one for each client that goes online and decreases by one for each client that goes offline.
    Other related details are:
    Cisco Unified Real-Time Monitoring
    The RTMT runs as a client-side application and uses HTTPS and TCP to monitor system performance, device status, device discovery, CTI applications, and voice messaging ports. RTMT can connect directly to devices by using HTTPS to troubleshoot system issues. Cisco Unified RTMT performs the following tasks:
    •Monitor a set of predefined management objects that monitor the health of the system.
    •Generate various alerts, in the form of e-mails, for objects when values go over/below user-configured thresholds.
    •Collect and view traces in various default viewers that exist in RTMT.
    •Translate Q931 messages.
    •View syslog messages in SysLog Viewer.
    •Work with performance-monitoring counters.
    In addition to SNMP traps, Cisco Unified RTMT can monitor and parse syslog messages that are provided by the hardware vendors, and then send these alerts to RTMT Alert Central. You can configure RTMT to notify the Cisco Unified CM system administrator when the alerts occur. The notifications can occur by using e-mail or Epage or both.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/managed_services/rtmtdeftalrt.html#wp1055879
    Please rate helpful posts.
    thanks,
    Baseer.

  • Is there a Report detailing who has logged into SAP ECC 6.0 over 24hours

    I am looking for a report that would detail who has logged into SAP over a 24hour period?
    Even logs would be good.  This is very important as we are trying to trace the events leading up to a problem
    Regards,
    Maria

    You need to activate Auditing for this purpose. This will, however, not track the transaction called in the past.
    I wonder what you want to do with that information because you won't be able to tell, what the user has actually done.
    If I start VA01, enter "TA" and press enter - I have started that transaction but I haven't done anything. Do you count that in your wanted-statistic as "has done VA01" or "has not done VA01"?
    You can use STAD to see what is exactly happening on your system but not for 24h because the amount of data would be so big, your system would literally explode (depending on the number of users and activity on your system of course).
    Markus

  • Check who was logged in

    Hello!
    Is it possible to check who was logged in to my AirPort? Unfortunatley my guest network was active and without password when I checked today. I disabled the guest network in an instance. Can I check if someone was using my network?

    It is not possible to check "WHO" was logged in.  However something to consider.
    If you leave the guest network active and monitor your DHCP Log's you can get their
    MAC address, IP , and computer name.  Usually a computer name may tell you what you want to know.
    Since they have to be close enough to your wifi network to connect to your guest network.  A good chance a computer name would be someone you know.  If not you can look at the computers near you and see their name till you find it.  Then you can figure out the "WHO" part.
    Just a idea is all.
    Good Luck

  • Who's logged on?

    I'm using session variables to store when a user is logged
    into my site, among other persistent variables. Is there anyway I
    can create a admin webpage that shows who is logged in at any given
    time? I guess what I'm trying to do is pull in all the current
    statuses of #SESSION.login# on the server. I thought about when the
    user logs in, putting a value in a db that could be polled, but
    then when the session times out or the user logs off, I would have
    to finda way to update the database. Is there a more effecient way
    to do this? I see other webpages that do it, so there must be a way
    to accomplish it.
    Thanks!!
    xt07t

    Hi, you might like to play around with the
    coldfusion.runtime.SessionTracker java library - discussed here in
    >>this
    thread<<
    You could also check out
    >>this
    article<< which demonstrates a method for counting number
    of active sessions.
    cheers.

Maybe you are looking for

  • How to allow login using email address (ALIAS)  to Abap system

    Hi, we are developing some Abap Webdympro to logon to an Abap system, release Netweaver 731, in order to allow our end user to logon via Internet browser to this system. So our Abap system is acting like a Portal system, but it's not a J2EE system, i

  • SFTP Dynamic Filename Configuration Issue

    Hi Experts, I am using SFTP adapter which is provided by SAP as a add-ons, and I have configured FTP to SFTP (Without IR). I have done all the nessary setups in ASMA properties as well , also I have maintained the filename as " * "  in channel adapte

  • Tablespace Name in 11.5.10.2

    Hi group, We are working on an environment with 11.5.10.2 Ebusiness Suite application version and 10.2.0.3 database version where there are more than 600 tablespaces with Segment Space Management "Manual". Now, I want to rellocate large segments to a

  • Finding a column name from all tables

    i have 85 tables in my user, i forget a column name and its table name. how to find that particular column amongst all tables i have.

  • CHANGES IN HOUSE BANK

    Hi, In house bank it is not allowing to edit or add any address lines. Is there any provision to use the blank fields. Prakash.