Slashdot Mirror


Why IT Won't Power Down PCs

snydeq writes "Internal politics and poor leadership on sustainable IT strategies are among the top reasons preventing organizations from practicing proper PC power management — to the tune of $2.8 billion wasted per year powering unused PCs. According to a recent survey, 42 percent of IT shops do not manage PC energy consumption simply because no one in the organization has been made responsible for doing so — this despite greater awareness of IT power-saving myths, and PC power myths in particular. Worse, 22 percent of IT admins surveyed said that savings from PC power management 'flow to another department's budget.' In other words, resources spent by IT vs. the permanent energy crisis appear to result in little payback for IT."

4 of 576 comments (clear)

  1. I've seen this first hand by Critical+Facilities · · Score: 5, Interesting

    I worked as head of Critical Factilities Engineering for a major financial services provider with a 1 MM sq ft campus. There were just over 4000 employees on the campus, each one with at least 1 computer at his/her office/cube. After having a very expensive energy audit performed, a potential savings was (big surprise) shutting down PCs.

    Despite calculating that the organization could save $75K annually (this was a conservative estimate), their marketing department put a stop to the idea. Why marketing? Because the company had just gone through a "rebranding" and the marketing department had designed a new screensaver for all workstations with the new logo/slogan. None of these computers were in client facing positions, so effectively, they were insistent on wasting energy to advertise....to themselves!

    No, I'm not kidding.

  2. harder than it seemed by bcrowell · · Score: 5, Interesting

    I teach physics at a community college, and I recently made a big push to get proper power management set up in the science division's computer labs. It ended up being orders of magnitude more work than I thought it would.

    I had seemed like a total no-brainer to me. We had 42 desktop Windows machines in our student computer labs. They were running 24/7. They had CRT monitors, and they were configured so that when they weren't being used, they ran a waving flag animation on the screen, meaning that both the CPU and the monitor were drawing full power. Here we were teaching our students about global warming, but we had this ridiculously wasteful configuration.

    The first issue was that, as the slashdot summary suggests is common, nobody really cared, because it was some other part of the organization that was paying the electric bills.

    The second issue was that when I approached IT, they wanted to handle it using software called Deep Freeze, which not only handles power management but also automatically restores the computer's hard disk to a known state every so often. This is in principle a good idea, because it means that students can't screw up the machines, and it's another layer of defense against malware. However, it opened up a whole can of worms, because if they were going to make this new hard disk image, they wanted to make sure it was done right. They wanted to update the OS, and install all the apps from scratch. Well, we had a ton of apps dating back to ca. 1995 that were still being used for instruction, but nobody could find the licenses for them. So that became a huge issue. It was one that we would have had to deal with sooner or later anyway, but it was a clear example where the easiest thing to do is always to leave things the way they are.

    So we finally got that done, after much interpersonal conflict and hurt feelings. Now we have the new issue, which seems to be that Deep Freeze doesn't play nicely with Windows updates. In one lab, for example, we have about 60 machines, roughly half belonging to the science division. Their hard disks get reimaged over the weekend by Deep Freeze. But wait, then on Monday morning people walk into the lab and power up all the machines. Now all 60 machines phone home and realize that they need an update from MS; they had the update before, but it got erased by the reimaging. So they all start downloading the same 100 Mb update at once, with predictable effects. A chemistry teacher brings in a whole class to do work on the computers, and the computers are completely unusable. Oops, time to come up with a new lesson plan. Hope he's good at thinking on his feet.

    Of course there's no reason in principle that all of these different issues had to be coupled together. E.g., Faronics, which sells Deep Freeze, has another product that only does power management, not reimaging. But the thing is, in real life you're dealing with complex systems and complex human organizations, and lots of well-intentioned changes can have unintended effects.

  3. Re:IT is a customer service group by Kamokazi · · Score: 5, Interesting

    I implemented a nightly shut down policy for our users because I got sick and tired of them lying to me about the last time they rebooted their PC.

    "Everything is running like crap"

    "Have you rebooted?"

    "Yeah, like 5 times."

    *walk over to PC, bring up command prompt*

    -net statistics server

    "Statistics since 8:00AM at ."

    *facepalm*

    I pitched it to management as power savings, but really I could care less. I just wanted to have a way to force those bastards to reboot every night. And yes, it did make a pretty significant difference in the amount of support calls I got. I suppose you can thank Windows XP for saving power, haha.

    PS-Is it wrong for a sysadmin to hate his user base? Even if they're really, really stupid, because your company is cheap and only hires incompetent morons (excluding the sysadmin, naturally...)?

    --
    As our way of thanking you for your positive contributions to Slashdot, you are eligible to disable Slashdot 2.0.
  4. Re:IT is a customer service group by TheRaven64 · · Score: 5, Interesting

    You can't send wake on LAN packets across the Internet because the Internet is not a LAN. WOL packets are Ethernet frames, not IP packets. They will not be routed because nothing high enough up the protocol stack to handle routing ever sees them. That said, there's nothing stopping you from having a machine in each LAN segment that is always on and provides a web UI for starting machines by sending a WOL packet.

    --
    I am TheRaven on Soylent News