Unsolved
This post is more than 5 years old
6 Posts
0
891
October 7th, 2006 09:00
Save session information from the command line in Windows.
Hi
Environment:
Windows Server 2003 SP1, Networker 7.3.2
Is it possible to get information on active save sessions from the command line? I am looking for information like client name, saveset, rate and size.
Environment:
Windows Server 2003 SP1, Networker 7.3.2
Is it possible to get information on active save sessions from the command line? I am looking for information like client name, saveset, rate and size.
0 events found
No Events found!


sfishbain
26 Posts
0
October 8th, 2006 06:00
mminfo -r"client, name, totalsize" -q"ssflags=I"
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 8th, 2006 07:00
sfishbain
26 Posts
0
October 9th, 2006 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 9th, 2006 04:00
gobuldager
6 Posts
0
October 9th, 2006 05:00
The command is not valid because the ssflags is only valid for reports.
D:\win32app\nsr\bin>mminfo -r"client, name, totalsize" -q"ssflags=i"
mminfo: constraint `ssflags' is only valid for reports
usage: mminfo [-avV] [-o order] [-s server] [-x exportspec] [report] [query] [volname...]
: [ -m | -p | -B | -S | -X | -r reportspec ]
: [-c client] [-N name] [-t time] [-q queryspec]
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 9th, 2006 06:00
gobuldager
6 Posts
0
October 9th, 2006 23:00
D:\win32app\nsr\bin>mminfo -v -r"client,name,totalsize,ssflags" -q"incomplete" | find "viI"
nas2.dst.local E:\Fkontor 0 viI
srvlov3.dstlov.local D:\FM\NSM 0 viI
srvlov3.dstlov.local D:\MB 0 viI
srvnas4.dst.local E:\sasdata\sasdata\S5003 0 viI
srvnas4.dst.local F:\FseData\Grunddata 0 viI
If sumfiles is used the command returns information per volume, but the active volume is 0 KB
D:\win32app\nsr\bin>mminfo -v -r"client,name,sumsize,volume,ssflags" -q"incomplete" | find "viI"
nas2.dst.local E:\Fkontor 132 GB DS0092L2 viI
nas2.dst.local E:\Fkontor 55 GB DS0095L2 viI
nas2.dst.local E:\Fkontor 66 GB DS0097L2 viI
nas2.dst.local E:\Fkontor 83 GB DS0100L2 viI
nas2.dst.local E:\Fkontor 99 GB DS0109L2 viI
nas2.dst.local E:\Fkontor 282 GB DS0116L2 viI
nas2.dst.local E:\Fkontor 314 GB DS0117L2 viI
nas2.dst.local E:\Fkontor 498 GB DS0118L2 viI
srvnas4.dst.local E:\sasdata\sasdata\S5003 659 GB DS0119L2 viI
srvnas4.dst.local F:\FseData\Grunddata 270 GB DS0119L2 viI
nas2.dst.local E:\Fkontor 109 GB DS0121L2 viI
nas2.dst.local E:\Fkontor 107 GB DS0122L2 viI
nas2.dst.local E:\Fkontor 239 GB DS0123L2 viI
srvnas4.dst.local E:\sasdata\sasdata\S5003 0 KB DS0194L2 viI
srvnas4.dst.local F:\FseData\Grunddata 0 KB DS0194L2 viI
srvlov3.dstlov.local D:\MB 42 GB DS0399L2 viI
srvlov3.dstlov.local D:\FM\NSM 13 GB DS0399L2 viI
nas2.dst.local E:\Fkontor 0 KB DS0405L2 viI
srvlov3.dstlov.local D:\FM\NSM 0 KB DS0416L2 viI
srvlov3.dstlov.local D:\MB 0 KB DS0416L2 viI
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 10th, 2006 01:00
cfaller
96 Posts
0
October 10th, 2006 19:00
nsradmin> show name;start time;completion;work list;completion
nsradmin> print type: nsr group; name: GroupName
this will show you the output from the specific group with what has completed, the sizes, completion, level etc and also what is still outstanding "worklist"
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 10th, 2006 23:00