Firstly, welcome to the forums, and above all, thank you for being an EMC customer.
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "NetWorker Support Forum". There isn't (yet) a dedicated Data Domain community.
My response was directed to the author of the post as you won't be able to relocate it. The owner is the only person that can relocate it out of his "Discussions" space.
I'm not sure why you wish to know post-comp for mtree, but I assume you wish to charge your customers what has been used and each is using their own mtree.
I do not have retention of 30 days, but rather 9 days (so I would most likely to my calculation based on weekly sums), but if I had I would use something like:
mtree show compression /data/col1/server1 last 30 days
If using backup application, you can also try to derive some information from there (eg. mminfo -q ssid= -S will give you ss data domain dedup statistics which can be scripted further to get more details when and where needed).
I would expect that the filesys show compression on the share (/data/col1) should collaborate the Used GiB value of 13351.3. However the l_comp reports 4.46TBs and I can sum the mtrees and get that value. So where does the 13351.3TB come from, this is what I am being told is the space currently used on Data Doamin. I should be able to determine what mtree is using how much.
Active Tier:
Resource Size GiB Used GiB Avail GiB Use% Cleanable GiB*
I really don't know how to get that. From what I have seen, mtree queries will give you data as per time period you query. So, if you wish to compare it to df or filesys sh compression on mtree basis, you must do this based on retention and cleaning to get near the value shown. If someone from DD corner is lurking this space, they might join this discussion.
christopher_ime
4 Operator
•
2K Posts
0
November 5th, 2013 21:00
Firstly, welcome to the forums, and above all, thank you for being an EMC customer.
Please consider moving this question as-is (no need to recreate) to the proper forum for maximum visibility. Questions written to the users' own "Discussions" space don't get the same amount of attention and can go unanswered for a long time.
You can do so by selecting "Move" under ACTIONS along the upper-right. Then search for and select: "NetWorker Support Forum". There isn't (yet) a dedicated Data Domain community.
NetWorker Support Forum
NWadmin1
89 Posts
0
November 5th, 2013 21:00
Hi Chris,
I don’t see the “Move” under “Action”. I only have “Report abuse” and “View as PDF”.
Is there a way to grand me more privileges to do so?
Regards,
Mustafa Ahmed,
Technical Support Engineer IV
MBA - Technology Management, B.Sc. Engineering,
LCNA, LCNS, EMCPA, EMCIE, EMCSA, EMCTA, EMCTAe
Customer Service – BRS Remote NetWorker EMEA
christopher_ime
4 Operator
•
2K Posts
0
November 5th, 2013 22:00
Mustafa,
My response was directed to the author of the post as you won't be able to relocate it. The owner is the only person that can relocate it out of his "Discussions" space.
MikeCantr
3 Posts
0
November 6th, 2013 06:00
Thanks for your help on getting to the correct forum
ble1
4 Operator
•
14.4K Posts
0
November 6th, 2013 12:00
If you wish to know about space and utilization, just run df (or filesys show space). For example:
Obviously this is global and not per mtree. I would say it is wise to keep things under 80%.
When you do mtree list you are presented with pre-comp data... for example, here is combined view:
I'm not sure why you wish to know post-comp for mtree, but I assume you wish to charge your customers what has been used and each is using their own mtree.
I do not have retention of 30 days, but rather 9 days (so I would most likely to my calculation based on weekly sums), but if I had I would use something like:
If using backup application, you can also try to derive some information from there (eg. mminfo -q ssid= -S will give you ss data domain dedup statistics which can be scripted further to get more details when and where needed).
MikeCantr
3 Posts
0
November 6th, 2013 14:00
I would expect that the filesys show compression on the share (/data/col1) should collaborate the Used GiB value of 13351.3. However the l_comp reports 4.46TBs and I can sum the mtrees and get that value. So where does the 13351.3TB come from, this is what I am being told is the space currently used on Data Doamin. I should be able to determine what mtree is using how much.
Active Tier:
Resource Size GiB Used GiB Avail GiB Use% Cleanable GiB*
---------------- -------- -------- --------- ---- --------------
/data: pre-comp - 996469.2 - - -
/data: post-comp 43528.5 13351.3 30177.1 31% 904.5
/ddvar 132.9 8.3 117.8 7% -
---------------- -------- -------- --------- ---- --------------
* Estimated based on last cleaning of 2013/10/29 15:48:16.
filesys show compression /data/col1/
Total files: 95,037; bytes/storage_used: 352.4
Original Bytes: 1,589,059,090,280,291
Globally Compressed: 15,425,431,395,138
Locally Compressed: 4,460,758,109,764
Meta-data: 48,334,306,024
mtree list
Name Pre-Comp (GiB) Status
---------------------------- -------------- ------
/data/col1/SharePoint 2.7 RW
/data/col1/avamar-1376340593 988529.7 RW
/data/col1/backup 0.0 RW
/data/col1/biztalk 0.0 RW
/data/col1/oracle 91.1 RW
/data/col1/sql 7845.6 RW
---------------------------- -------------- ------
ble1
4 Operator
•
14.4K Posts
0
November 6th, 2013 15:00
I really don't know how to get that. From what I have seen, mtree queries will give you data as per time period you query. So, if you wish to compare it to df or filesys sh compression on mtree basis, you must do this based on retention and cleaning to get near the value shown. If someone from DD corner is lurking this space, they might join this discussion.