Server 2012 R2 - Enabling Deduplication on operational shares
-
So I don't how how I missed this (maybe between the fire-fighting etc) but Server 2012 R2 has deduplication capabilities built in. Of course we do not have it enabled...
Why (idk the wind was blowing the wrong way that day I guess, and we couldn't see because of sand in our eyes) . . .
Anyways would there be any harm in enabling dedup on active network shares on an existing Server 2012 R2 server? What should I expect to see, any performance hits as the system processes the dedup functions?
-
In the past, when I enabled it, we didn't see any performance hit with it. You can set the Dedupe to run in real time, or on a schedule, IIRC. We did ours with whatever the default was, and it wound up saving us ~20% on a 2TB drive with departmental shares on it.
-
Does the Usagetype of HyperV matter even though this VM is on XenServer?
-
The standard powershell command would be either
Enable-DedupVolume E: -UsageType HyperV
orEnable-DedupVolume E: -UsageType Default
-
@DustinB3403 said in Server 2012 R2 - Enabling Deduplication on operational shares:
The standard powershell command would be either
Enable-DedupVolume E: -UsageType HyperV
orEnable-DedupVolume E: -UsageType Default
You would use Hyper-V if the E: Drive was holding Hyper-V VMs.
If it's just a file server, use the default.
-
-
So because this isn't a Hyper-V host, I'd use the default? Just confirming.
-
@DustinB3403 said in Server 2012 R2 - Enabling Deduplication on operational shares:
So because this isn't a Hyper-V host, I'd use the default? Just confirming.
Yes, that's correct.
-
@aaronstuder said in Server 2012 R2 - Enabling Deduplication on operational shares:
This is the guide I used:
This is the same guide that I followed, I do believe.
-
Don't feel bad about missing it. I just discovered it a week ago when I client mentioned it. He was getting 51% back.
-
@Mike-Davis said in Server 2012 R2 - Enabling Deduplication on operational shares:
Don't feel bad about missing it. I just discovered it a week ago when I client mentioned it. He was getting 51% back.
Holy cow!
-
@Mike-Davis said in Server 2012 R2 - Enabling Deduplication on operational shares:
Don't feel bad about missing it. I just discovered it a week ago when I client mentioned it. He was getting 51% back.
Wow that is a lot of space recovered!
-
@DustinB3403 said in Server 2012 R2 - Enabling Deduplication on operational shares:
@Mike-Davis said in Server 2012 R2 - Enabling Deduplication on operational shares:
Don't feel bad about missing it. I just discovered it a week ago when I client mentioned it. He was getting 51% back.
Wow that is a lot of space recovered!
Yeah, I was on that call. Highest dedupe rate I've seen in real life. Over 50% means they have a lot of files in triplicate!
-
Windows dedupe is pretty resource light, it's generally safe to turn it on and often recommended for file servers.
-
It should be noted that it cannot work on the boot volume!
-
@dafyre said in Server 2012 R2 - Enabling Deduplication on operational shares:
It should be noted that it cannot work on the boot volume!
This I knew.
Thanks for the tip though.
-
So just got back to work after 11 days off and remember I ran this eval against a single network share. Our largest share that the business has.
And this is what we could see as a potential savings.....
-
@DustinB3403 said in Server 2012 R2 - Enabling Deduplication on operational shares:
So just got back to work after 11 days off and remember I ran this eval against a single network share. Our largest share that the business has.
And this is what we could see as a potential savings.....
That's a nice chunk of savings there!
Edit: It should be noted that even with Dedupe enabled, you can still mount this volume on another server if you ever have the need to do so.
-
@dafyre yeah its a huge savings... 45% on just this share alone.
-
@DustinB3403 said in Server 2012 R2 - Enabling Deduplication on operational shares:
@dafyre yeah its a huge savings... 45% on just this share alone.
Your users like to have their own copy of everything? That's some amazing space savings!