Size of what? Data written to tape? Space allocated on tapes? Depending on compression setting, you may wish to check mminfo manual and certain parameters for reporting like totalsize. From there, some basic and advanced calculations can be made.
sumsize will give you size per tape, while totalsize total size of ssid. Thus I would use totalsize (make sure not to use in report something that would give you per tape report otherwise you will get repeated values which you will have to address through sumflags).
Totalsize is given in bytes by default, but if you set spacing to be 1 you will get it in more friendly readable format (even for calculations I would keep it in bytes).
ble1
4 Operator
•
14.4K Posts
0
May 22nd, 2008 09:00
SAHL
23 Posts
0
May 23rd, 2008 05:00
Data written to tapes.
There are two parameters, Totalsize and Sumsize, what is the most precise?
The byte their unit is it.
Best regards
ble1
4 Operator
•
14.4K Posts
0
May 23rd, 2008 07:00
Totalsize is given in bytes by default, but if you set spacing to be 1 you will get it in more friendly readable format (even for calculations I would keep it in bytes).
SAHL
23 Posts
0
May 26th, 2008 06:00
Thanks
SAHL
23 Posts
0
June 24th, 2008 05:00