Active Directory / Virtualisation for home / gaming Configuration?

0

I'd like to avoid duplication where possible, but realistically I have two users. We each have a laptop and a pc. PC's are equipped with 10gb mellanox nics.

We have a freenas raidz configured Server for storage, and ESXi 6.7 server, also each equipped with 10gb mellanox nics.

However, we have an 800gb steam library on each laptop and pc, bunch of duplicated movies, each windows instance needs updating... I'd like to consolidate all of this

I can put a lot of this duplicated data on the nas, which can serve up the data to end users. I know that we can use WSUS to avoid repeated downloads, and I can make a small vm which keeps the steam library updated.

However as for windows instances, what are the benefits of active directory, where windows will natively use my hardware but everything is stored remotely vs ESX on every machine, and migrating a VM (maybe automatically) to each machine that I wish to use?

This is an apples to oranges comparison, but I'd like to take suggestions for a set up. I'm happy to spend on other software / hardware.

itChi

Posted 2019-02-08T11:25:32.583

Reputation: 101

Many games have custom-built executables for each installation. You cannot share the Steam library. // Most of the things you could do at this point just aren’t worth it. – Daniel B – 2019-02-08T11:46:04.997

I've symlinked a Steam share over the network before, that seemed to work over 1Gb, bit slow. And I know you can set a directory in steam, which just contains your "steamapps" Is there a builtin that prevents you from using the same folder by more than one steamapp? The savedata is usually stored in your windows profile anyhow. – itChi – 2019-02-08T11:54:09.777

Yes, exactly like I wrote: Custom-generated .exes mean you’d have to verify games before being able to run them. This does not apply to all games. – Daniel B – 2019-02-08T11:56:46.013

Considering current prices of a storage hardware I believe it will not worth it. IMO. Especially for the Steam library. – montonero – 2019-02-08T12:10:36.547

what are the benefits of active directory - In your scenario, probably none. – joeqwerty – 2019-02-08T12:35:46.763

@DanielB Are the custom executables linked to accounts or hardware? There could still be case limiting 2 instances of the library rather than 4 which I've got at the moment. – itChi – 2019-02-08T12:43:45.070

@montonero Fortunately price was not an issue for the hardware itself. It's multipurpose, and in some ways would reduce cost if I could free up 3 tb of duplicated files – itChi – 2019-02-08T12:46:05.557

I mean that currently the hardware is so cheap that a question of a de-duplication not in an enterprise isn't worth to spend a time on it... – montonero – 2019-02-08T13:03:10.843

No answers