This post is more than 5 years old
37 Posts
0
1004
July 10th, 2018 03:00
Networker Uptime
In Networker, what is the command to find the networker up time. I know in nsrwatch it shows. But from where it is fetching that information. Please let me know.
No Events found!
bingo.1
2.4K Posts
0
July 10th, 2018 09:00
Of course Hrvoje's solution will work ... if the current daemon.raw contains that information.
Here is an nsradmin query that will work:
C:\>nsradmin
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin>
nsradmin> . type: nsr
Current query set
nsradmin>
nsradmin> option hidden
Hidden display option turned on
Display options:
Dynamic: Off;
Hidden: On;
Raw I18N: Off;
Resource ID: Off;
Regexp: Off;
nsradmin>
nsradmin> show totals since
nsradmin>
nsradmin> p
totals since: "Mon Jul 09 22:29:27 2018";
nsradmin>
nsradmin> q
C:\>
ble1
2 Intern
•
14.3K Posts
0
July 10th, 2018 08:00
I guess it is some value kept in memory... you can (most of the time) see when daemon.raw started and that would match last time server was started (it may depend on OS and your rotation policies of course).