DX Unified Infrastructure Management

Expand all | Collapse all

Uptime on System

  • 1.  Uptime on System

    Posted Oct 16, 2017 10:30 AM

    Hi All,

    If you go into the controller probe you can display the robots uptime, but this does not accurately correspond with the systems uptime. Because a robot can be restarted and the system not be rebooted.  Where can I go in UIM to get a accurate depiction of the systems uptime?

     

     

    Thanks in Advance



  • 2.  Re: Uptime on System

    Posted Oct 16, 2017 01:25 PM

    yes, i too have same doubt. can somebody please help.



  • 3.  Re: Uptime on System

    Broadcom Employee
    Posted Oct 16, 2017 01:49 PM

    One of the options may be to take advantage of system utilities like uptime.exe or "net statistics server" with logmon probe.

    https://support.microsoft.com/en-us/help/555737/how-to-find-windows-uptime 

     



  • 4.  Re: Uptime on System

    Posted Oct 16, 2017 01:57 PM

    Hi Balkar,

    Is there not a probe that already gathers this information? It seems like a lot of work and resources just to get the uptime of a system.

     

    Patrick



  • 5.  Re: Uptime on System

    Broadcom Employee
    Posted Oct 16, 2017 10:28 PM

    You may utilize ntevl probe to capture event for uptime. See event id for uptime in the follow link.

     

    https://serverfault.com/questions/401961/event-log-time-when-computer-start-up-boot-up

     

    I hope this will help.

     

    Thanks

    Balkar Singh

     

    Sent from my iPhone



  • 6.  Re: Uptime on System

    Posted Oct 17, 2017 04:51 PM

    Yeah, that won’t work either, we need to be able to see the number of days that a server has been up.  Not in seconds.



  • 7.  Re: Uptime on System

    Broadcom Employee
    Posted Oct 17, 2017 06:13 PM

    Once the information is collected, you may use formula in query to convert into days.



  • 8.  Re: Uptime on System

    Broadcom Employee
    Posted Oct 16, 2017 08:29 PM

    Hi,

    There are some options in below link .Please check if these help

     

    Server & Devices Uptime report 



  • 9.  Re: Uptime on System

    Broadcom Employee


  • 10.  Re: Uptime on System

    Posted Oct 26, 2017 12:07 PM

    Hope QOS_COMPUTER_UPTIME will publish data on seconds.



  • 11.  Re: Uptime on System

    Posted Oct 17, 2017 05:02 PM

    So far it looks like the only answer is to use SNMP which we cant, because it is being disabled on servers. Or a lot of customization, and effort to try a get a simple "XX days + 00:00:00 "  that SNMP tools provides out of the box.



  • 12.  Re: Uptime on System

    Posted Oct 19, 2017 01:57 AM

    cdm probe "get_info" callback provides UptimeDays, UptimeHours, UptimeMinutes and UptimeSeconds. Should be fairly easy to write a LUA script to collect this.