Unsolved
This post is more than 5 years old
3 Posts
0
1361
July 15th, 2016 07:00
VBA getting New Bytes with mminfo
Hello Networker specalists,
I am trying to get a report from mminfo of the data written from VBA to DataDomain on a backup.
This infomation is shown in the Networker Management Console (8.2) after a sucessfull backup in the Column "New Bytes" (see below)
I want to get this information via mminfo, and have tryed a lot, but I always just get the complete size of the VM:
Query VMWare Backup Appliance target size with mminfo
Also the infomation that the 3rd value from ss data domain dedup statistics contains this information seams to be wrong for me if I compare it with "New Bytes" from the NMC:
DataDomain Dedup information in mminfo
mminfo -q "vmname=xxxVMNAMExxx" -r ssid
mminfo -q "ssid=4219762205" -S
returns:
ss data domain dedup statistics: "v1:1468298779:21542198736:67272270:55459763";
And there should be 2241MB as result (5th VM from screenshot) 55459763/1024^2 = 52,89MB
Any idears how to get New Bytes with mminfo?
0 events found


gautamgp
226 Posts
0
July 17th, 2016 23:00
I don't think that attribute is stored in the Media Database. That value is generated and displayed from VBA.
FeiLei
79 Posts
0
July 18th, 2016 00:00
Hi,
The "new bytes" is not stored in networker mediadatabase, so there is no way to show the value by "mminfo".
franzt
3 Posts
0
July 18th, 2016 00:00
Is it possible to get this information from the vba or in any other way?
FeiLei
79 Posts
0
July 19th, 2016 18:00
yes i think so.
i'm not skilled on vba and the command of vba you can call EMC for help
Groza1
4 Posts
0
October 5th, 2016 01:00
Hi frantz,
Did you managed to find a solution? i'm looking for the same report.
Thanks.