02-11-2011 08:20 AM - edited 03-13-2019 07:19 PM
Does anyone know how to determine uptime for a DMP 4400?
Solved! Go to Solution.
02-11-2011 08:37 AM
Type the following in your browser, just replace
https://
This will show the value in seconds.
I hope this helps.
Fabio Bergamo
Cisco TAC
02-11-2011 10:48 AM
Just a followup:
As Fabio already noted, You can use the following MIB:
https://admin:default@a.b.c.d:7777/get_param?p=sinfo.uptime
admin = DMP Web Account Username
default = DMP Web Account Password
a.b.c.d = IP Address of DMP
sample output:
sinfo.uptime T_STRING 74.70 52.96
The two values listed in the output of the mib comes
from /proc/uptime.
http://linux.die.net/man/5/proc
/proc/uptime
This file contains two numbers:
the uptime of the system (seconds), and the amount of time spent in idle process (seconds).
02-11-2011 08:37 AM
Type the following in your browser, just replace
https://
This will show the value in seconds.
I hope this helps.
Fabio Bergamo
Cisco TAC
02-11-2011 08:54 AM
Thanks Fabio. I get the following:
sinfo.uptime T_STRING 10202.22 3893.67
Which of the values is the one that corresponds to uptime?
02-11-2011 08:57 AM
You may focus on the first one, if you hit to reload the page in your browser a couple of times you will see the value increasing.
Please kindly mark this question as answered if appropriate.
02-11-2011 10:48 AM
Just a followup:
As Fabio already noted, You can use the following MIB:
https://admin:default@a.b.c.d:7777/get_param?p=sinfo.uptime
admin = DMP Web Account Username
default = DMP Web Account Password
a.b.c.d = IP Address of DMP
sample output:
sinfo.uptime T_STRING 74.70 52.96
The two values listed in the output of the mib comes
from /proc/uptime.
http://linux.die.net/man/5/proc
/proc/uptime
This file contains two numbers:
the uptime of the system (seconds), and the amount of time spent in idle process (seconds).
02-11-2011 11:11 AM
Thank you both for the helpful info. I'm trying to create a System Task with the DMM so that I can run this quicker.
I've created a task called DMP Uptime and set it to "Get" the value "p=sinfo.uptime". I'm getting no popups like you would with the other system show commands.
What am I missing?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide