this post was submitted on 24 Jan 2024
71 points (97.3% liked)

Sysadmin

7467 readers
2 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 7 months ago (1 children)

Now what about EUC replacements. That’s the more sticky situation.

[–] [email protected] 8 points 7 months ago (2 children)

For those who don't know, EUC stands for end user computing.

Why is so hard to setup VMs for employees? Maybe I'm missing something but it seems like a matter of just creating a virtual machine with a GPU attached.

[–] [email protected] 5 points 7 months ago (2 children)

In our case we have over 1500 employees using it, but only about 500 at a time. It’s an extreme waste of resources to have to provision 3x the hardware rather than use ephemeral systems. Also it’s much easier to patch a “gold” image and recompose entire pools than have to manage all of the systems as if they were full on laptops. Just to name a couple things off the top of my head.

[–] [email protected] 3 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago

Yup. That’s another reason we don’t have individual systems. And most thin clients aren’t designed to connect 1:1 to a VM. They usually need a broker of some sort.

[–] [email protected] 2 points 7 months ago

Thanks for the explanation

[–] [email protected] 5 points 7 months ago

Very significantly different performance requirements. The client communication needs tuning for fast UI response. Unified comms (zoom, teams, etc) need to be redirected to avoid bottlenecking through the server. usage patterns aren't very well distributed (everyone logs in at 8) which means you can't over subscribe as much.

It's very different than a server workload.

Source: I run 80k of these.