Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Do Any Companies Power Down at Night?

Posted by Soulskill on Sun Jan 20, 2008 01:11 PM
from the when-else-can-employees-run-their-torrents dept.
An anonymous reader writes "My Health Sciences Campus has about 8,000 desktop computers, and on any given night about half of them are left on. I know this because I track all the MAC addresses in case there is a virus outbreak. Aside from the current fad of 'being green', has anyone had any success in encouraging users to power-down at night? You could potentially eliminate running bots, protect yourself from the next virus outbreak, keep your data safe, etc. Do security concerns and power consumption issues matter enough to do this?"
+ -
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Realistic_Dragon (655151) on Sunday January 20 2008, @01:16PM (#22118012) Homepage
    During the week machines are left up to push automatic updates (5 minutes of downtime, times 10k employees, is about $80,000 of billable time). At weekends they get shut off either manually or under remote control.
    • by Albanach (527650) on Sunday January 20 2008, @01:43PM (#22118304) Homepage
      What's the cost of 10k * 261 days * 12 hours of power?

      Surely you could use wake on lan to wake the machines then do your rollout 10 minutes later? Or do a patch install when the machine is turned on and connects to the domain controller?

      In windows I'm sure you can set the time between warning appearing and shutdown ocuring. Give 600 seconds warning and you could probably shutdown 90% of the machines overnight.
      • by Ironsides (739422) on Sunday January 20 2008, @02:03PM (#22118510) Homepage Journal
        What's the cost of 10k * 261 days * 12 hours of power?

        Well over half a million dollars if I did the math right.

        Surely you could use wake on lan to wake the machines then do your rollout 10 minutes later? Or do a patch install when the machine is turned on and connects to the domain controller?

        Unfortunately, this doesn't always work well. On some networks, the machines will auto-start up the moment they receive a packet, even if it isn't intended for them.
      • by jimicus (737525) on Sunday January 20 2008, @02:04PM (#22118514) Homepage
        In windows I'm sure you can set the time between warning appearing and shutdown ocuring. Give 600 seconds warning and you could probably shutdown 90% of the machines overnight.

        You're assuming that 100% of machines in use are doing something interactive (and therefore have someone sat at them). This is frequently not the case.
    • by Eivind (15695) <eivindorama@gmail.com> on Sunday January 20 2008, @02:08PM (#22118564) Homepage
      14 hours a day times 52 times 5 times average power-consumption for an idling desktop times 10K employees works out to:

      14*52*5*0.15*10000 = 5.460.000 Kwh of electric power, WORSE in the time when you use AC, because you'll need additional AC to get rid of that extra heat.

      With average power-prices of 10 cent, you'll spend more than half a million dollar just paying for the electricity, in practice with AC and all you'll probably pay a million.

      So, you saved $80K and wasted a million. Way to go !
  • Good idea! (Score:5, Interesting)

    by cromar (1103585) on Sunday January 20 2008, @01:19PM (#22118038)
    I would go with a reward plan. You could do something like give the top three most energy efficient people a gift certificate to the campus eatery (or whatever really). Calculate how much money is saved (out of everyone participating) and use part of that money to create a pool for the prizes. (It seems like for a large enough group of people, the energy and maintenance costs would reduce considerably, but I wouldn't really know ;) I know I would definitely turn off my work PC every night if I got a free lunch!
  • Hibernate (Score:5, Insightful)

    by TheMeuge (645043) on Sunday January 20 2008, @01:19PM (#22118042) Homepage
    It's time that all large campuses configured their systems hibernate automatically, if left unused for 30 minutes.

    Really, there is no reason NOT to use the power management settings built into the OS.
    • Re:Hibernate (Score:5, Interesting)

      by superflit (1193931) on Sunday January 20 2008, @01:27PM (#22118126) Homepage
      I did a project in My Campus with more than 8000 desktop computers.
      It saved something like 33% power consumption (measured, before and after).
      after midnight all desktops that are not in the excluded list hibernate automatically.
      I used python + MFC . Was very easy and simple.
      It is time for the Sysadmins start to program and make better use from the technology (not just, next-next-finish)..

      And I didn't receive any raise besides saving a lot of money to University.
      Shameless promotion: Looking for a new job in developed country.

    • Re:Hibernate (Score:5, Informative)

      by The Second Horseman (121958) on Sunday January 20 2008, @01:35PM (#22118214)
      On a Windows XP system, you also want to set the CPU performance in the default power profile to "ADAPTIVE". I'd actually think you'd do well to set the hard drives to spin down and the monitor to turn off after 15 or 20 minutes, set the system to suspend after 30 or 45 minutes, and hibernate after an hour and a half to two hours. You might have to exempt some systems from hibernating - some software and drivers don't always react well to hibernate, and it would be a pain in the (*#)(@ to have to restart after lunch or every meeting. Suspend is a good middle ground. With something more disruptive, a company could well look at that and say "it's not worth the few minutes per day of productivity loss, when factored against the employee's salary + benefits cost." Especially if it leads to calls to your internal helpdesk to try to recover documents in progress or some other work. By the way, productivity vs. conservation is one of the reasons organizations need to be given incentives to conserve power if we want them to do it before energy prices actually exceed cost per hour of labor.
  • by rmcd (53236) * on Sunday January 20 2008, @01:19PM (#22118044)
    I'm at a university and many of my colleagues leave their machines on overnight because they sometimes need access to their machine, either to retrieve a file or to run a program. If the IT folks provided everyone with a wake-on-lan script then everyone could turn off their machine. For years this has seemed to me like a no-brainer.

    Is there some security or other downside I'm not aware of? Is WOL not reliable?
    • by arth1 (260657) on Sunday January 20 2008, @02:07PM (#22118548) Homepage Journal
      WOL takes longer than the timeout period for many services (including, but not limited to WINS, and some windows networking components will take up to three quarters of an hour to recover if a service is initially reported as unavailable while the machine appears to be up).

      Another concern is whether your servers are up to handling all the PCs coming on at once in the morning. People leaving Outlook running at all times is actually a Good Thing for IT, cause the alternative of thousands of people hitting the Exchange servers at the same minute would kneel even the biggest distributed servers. Then there's similar concerns for the domain controllers, DHCP servers, proxy servers, or you have it. Leaving a substantial part of the machine park already logged in can save a lot of hardware and configuring.
      If shutting everything down, at least a staggered start-up could be prudent.
  • by ditoa (952847) on Sunday January 20 2008, @01:24PM (#22118098)
    I work for a large blue chip company and we have a strict policy of powering down at night (including monitor). We regularly audit the records to ensure the machine is powered down and users who are not are requested to always remember. A few users take a few reminders in order to do so and I have heard every excuse under for why they left it on and while some are valid the majority (95%) are not. Our reasons for pushing this policy is purely to save money and reduce unnecessary running time of the equipment. However we are in a position where only laptops users have VPN access so if they need to login to the network from home they already have their laptop with them. If we had open VPN access to desktop users I am sure we would see a lot of users leaving their computer on so that they can RDP into it over VPN.

    It took about 6 months before we were at a realistic level. We have 633 desktops on our site so there is normally always a valid reason for one or two to be left on (valid reasons being batch copy, verify or processing of files). For those interested we have had a reduction in the amount of equipment failure (HDD mainly) as well as pretty good cost savings for power. Not to mention running greener (which regardless of if you believe in global warming or not is good).
  • by Todd Knarr (15451) on Sunday January 20 2008, @01:27PM (#22118134) Homepage

    I tend to leave the computer on overnight, but with things like monitor power-down and CPU idling enabled. When it's not doing anything it drops about 90% of it's power consumption after 15 minutes, and even when working with the monitor off (eg. running the nightly backup) it's still running at less than 50% of full power. If I power it off, by comparison, it can't run it's virus scan, backup, update check and the like overnight and has to do those things while I'm trying to use it during the day. Plus there's wear and tear to consider, I've noticed that the office computers that get turned off and on every day tend to fail and need replacing several times before mine (that stays on all the time) has a failure.

    So my preference is to leave computers running but with power-saving features set to minimize power without shutting things down. This means hard drives continue to spin but the CPU goes into low-power idle mode. The monitor goes to suspend mode (beam and deflection power is off but the circuits and coils are kept warm), not powered-down completely. That seems to be the best balance between reducing power consumption, allowing it to run maintenance operations overnight and minimizing wear and tear and thermal stress on the components. If management absolutely insists on ignoring those last two in favor of the first, wake-on-LAN is essential to allow nightly maintenance to happen.

    • by edunbar93 (141167) on Sunday January 20 2008, @02:57PM (#22119036)
      Actually, leaving your hard drives on is the biggest source of idle-computer power drain. You can also set Windows to turn them off after a set period of time, say an hour of inactivity. It doesn't take long to spin them up anyway. Or you can set it to go into sleep mode, which does the same thing and more.

      Also, for the love of god, get an LCD. Modern LCDs are leaps and bounds better than CRTs in every way, especially power consumption. And they're dirt cheap too.
  • by LaughingCoder (914424) on Sunday January 20 2008, @01:29PM (#22118154)
    ... but now IT has loaded so much crap on it ("desktop agents" [ie apps that spy on me], antivirus, patches, etc) that it is fully 15-20 minutes after turning it on before it is usable. So now I never turn it off. I did the hibernation thing for awhile, but then it stopped working for some reason and I haven't been able to fix it. And if I ask IT to fix it, their solution is always the same for every problem - wipe the machine - a tad inconvenient for me, but pretty efficient for them I suppose. Sigh.
    • by _xeno_ (155264) on Sunday January 20 2008, @02:14PM (#22118612) Homepage Journal

      Me too!

      In any cases, I always leave my computer (a laptop) on during the week. I shut it off on weekends, but due to the software inventory tracker and the required anti-virus scans, I always leave the machine on during the week so that I can actually use it during the day.

      The real problem is that the anti-virus scan is so slow that it takes a good three hours. The inventory scan is somewhat better, and only takes about an hour. In both cases, the machine drags to near unusable levels while the scan is running. Given that it's a dual-core machine, this is really a testament to just how screwed up Window's I/O scheduling is - both involve lots of file reads, which apparently causes Windows to drag to a crawl.

      Not to mention that hibernate and to a lesser degree suspend appear to not work well with certain drivers on my system. Using hibernate kills the wireless drivers, which isn't a horribly big deal when I can physically plug the system in but it does mean that I just shut the thing off when roaming about, since I'll have to reboot anyway.

      But it's that three-hour IT required virus scan that keeps me leaving the machine running nights. That's a real productivity killer during the day. Fortunately it's only scheduled to run once a week.

      The inventory app, on the other hand, runs daily for some reason.

  • by Ancil (622971) on Sunday January 20 2008, @01:43PM (#22118302)
    I worked for a very large (top-3) pharmaceutical for years. They always asked employees to shut off their computers at night when they went home.

    Then one day, they sent out a campus-wide email telling people to leave their computers on all night and over the weekend. They used the CPU cycles to run high-performance scientific computing jobs, saving the cost of buying a supercomputer.

    Of course, not every company has a need for spare CPU cycles. This place did a lot of protein-shape searches etc..
  • by nategoose (1004564) on Sunday January 20 2008, @01:45PM (#22118320)
    The CS department at the college I went to used to turn off all the PCs at night but now has them set up to start doing scientific calculations during the times when the labs are closed. They use power during this time, but it's not wasted.
      • by anno1602 (320047) on Sunday January 20 2008, @02:05PM (#22118524)
        Well, in a university, "scientific calculations" could mean actually running simulations/models/whatever, that is, things for which you would normally use some super computer. So it is not necessarily a question of "getting away with this", it might make perfect operational sense and boost the uni's available computational power and thus productivity. Depending on what industry you work in, you could do a similar thing in a company, for example a nightly distributed build-and-extensive-regression-test in a software shop, and save on purchasing and operating dedicated computers. There are lots of quite productive uses for distributed computing. You just need to think about what your company might do with it. Of course, if there is no productive thing the computers could be doing, they are better turned off.
  • by pla (258480) on Sunday January 20 2008, @02:09PM (#22118568) Journal
    Do security concerns and power consumption issues matter enough to do this?

    Yes and no.

    When I first got comfortable in my current job, I made a big push toward "greening" our IT resources. As one obvious (erroneously, as I'll explain in a sec) step in this, I convinced most of my users to shut down at night. If we need to push out updates, WOL works just fine for turning machines on a couple hours before the start of the day, and it doesn't impact anyone during working hours.

    Then I learned how electric billing actually works for commercial users - Put simply, your company doesn't care if machines stay on all night, because they pay based on their peak load, which will always occur during normal business hours. I had applied ideas that make perfect sense at home, to an environment where they don't apply.

    Now, that doesn't mean we should just leave machines on 24/7 - Using electricity has an an environmental aspect in addition to the monetary cost. But if it inconveniences users by more than a few seconds every day, any conservation efforts will actually cost the company money in the long run.


    So, I still encourage my users to shut down, and 95% comply. But if they consider it too much of a hassle, I can't financially justify forcing them to spend the first minute of the work day waiting for their machine to boot (not that anyone really works for the first five to ten minutes of the day, between coffee, hitting the bathroom, and just getting the obligatory morning socializing out of the way).

    As for the security aspect of this, the servers must run 24/7, and any attacker would target them rather than some random user's desktop. I don't worry about an attacker using a compromised desktop as an intermediate step to the servers, because the desktops have no more privileges on them than anything else inside the firewall (and even then, not much more than a totally untrusted source, except for nonconfidential shared resources that we could restore in a matter of minutes if necessary).
  • Overnight tasks (Score:5, Informative)

    by kylegordon (159137) on Sunday January 20 2008, @02:26PM (#22118748) Homepage
    I can't help but laugh at those that quote reasons such as 'automatic updates' and 'antivirus scans' as legitimate reasons for leaving a computer on overnight.

    With many enterprise management tools, such as Zenworks, it's quite simple to schedule a wake-on-lan task to wake computers up at say, 6am, to perform their daily tasks. It can even be configured to push out an automatic reimage of the machine. Once the updates and scans are done by 7am, people are just beginning to come into the office, yet you've still had a whole 10 hours of downtime. Incidentally, I've not seen a single computer in the past 4 years that doesn't support WoL on the mainboard NIC. Big bucks enterprise manglement apps aren't even required. A simple cron job, and some wakelan/ether-wake/wakeonlan/Net::Wake magic will do it for free. Just gather a list of Mac addresses with ettercap or your friendly ARP table or asset management app/spreadsheet.

    May will say that the bandwidth requirements of updates squeezed into the 6am to 7am slot will degrade systems, but that's where a background process such as BITS [wikipedia.org] should be used (as demonstrated by Eve Online, Zenworks, Microsoft and Google). The virus updates are a minor bandwidth requirement if you have suitable leaf services, and the actual scan is only locally intensive.

    Being a public sector organisation, we're working towards a greener profile (due to govt policies), and all the tools are there and working. It just needs some effort on the part of the administrators.
  • by hklingon (109185) on Sunday January 20 2008, @03:06PM (#22119132) Homepage
    For some odd reason windows stores the Power Management stuff in the registry in a Binary (!) obscure (!!) machine/driver-specific acpi (!!!) way. This means doing stuff with it via group policy is tricky at best. Fortunately, the EPA has a really great solution we've been using for years and is absolutely fantastic.

    Unfortunately the EPA's EZ GPO page seems to have gone poof or something recently, but you can get it here. [terranovum.com]

    Basically, you push a (simple) msi to the machines (I do this a lot of the time via psexec [microsoft.com] (props to Mark Russinovich) but there are other methods. Once you have that running on the machine you can configure how you want your machines to behave/re power management:
    • Monitor Sleep time when logged in
    • ...when not logged in
    • Hybernate or Suspend to ram options
    • Allow logged-in users to override (e.g. laptops/presentation mode)
    • Non Intrusive setup/no options

    We also have a script that runs at midnight a few days of the month that does the magic packet thing as has been mentioned so WSUS and/or SMS (or SC:CM) can do their thing and automatic updates run as normal. In a few "why does my machine have to boot up every day this sucks" user groups we have a scheduled job to send magic packets about 15 minutes before they arrive to wake up their machines. With hybernate they hardly know anything happened.

    • by Bwian_of_Nazareth (827437) on Sunday January 20 2008, @01:19PM (#22118052) Homepage
      The answer is simple. Tiny minority of the computers that are on could still be used by someone doing something important. You do not want to cut them off from the network.
      • by Kjella (173770) on Sunday January 20 2008, @02:07PM (#22118546) Homepage
        Amen to that. I doubt anyone really wants to pull an all-nighter, they're there because there's a deadline coming or a problem that must be resolved right now. And whether true or false, the first time anyone uses the excuse "Well, I was ready to pull an all-nighter but from 10pm the network was down" the IT department will have their ass chewed out. PCs inactive -> PCs hibernate is ok, but even then you need a simple way to disable it. On several occasions I've visited copmanies that had boxes which were "don't touch - accessed remotely by VPN" where the user couldn't just unhibernate it in the morning. Plus funny stuff like updates, virus scans and backup (if applicable) that probably runs at some ungodly hour which means you need to wake them first or lose most of the downtime, run those and put them back into sleep. Sure, maybe you could get every PC do to this reliably but I think the administration and scripting of that will cost you quite a bit.
    • viruses (Score:5, Informative)

      by dsanfte (443781) on Sunday January 20 2008, @02:35PM (#22118822) Journal
      • by dustmite (667870) on Sunday January 20 2008, @01:57PM (#22118442)
        Someone might be using it ... there are always a few late users. Trying to determine if a computer is in use in order to shut it down isn't always that simple.

        I suggest a simpler, low-tech solution - just stick up visible signs in the labs, and on some of the major office floors, asking people to shut down the computers in the evenings ... it won't be a 100% solution, but most people would probably comply, so for the comparatively little effort put in I bet you can hardly get a better return.

        Just the energy savings on that many computers would be not insignificant.
        • Microsoft seems to have figured it out. They shut down my computer for me quite often to do updates.
        • by PFI_Optix (936301) on Sunday January 20 2008, @03:28PM (#22119328) Journal
          At the school I work at, we have an automatic shutdown at 6 PM. It has a five minute timer and is preceeded by a text file in a DOS window reminding people that there is an "ABORT SHUTDOWN" option in their start menu if they are using the PC and the shutdown process begins.

          Two simple batch files for XP, on in the All Users startup directory, one in the All Users\Information Services directory of the start menu.

          Startup:

          AT /DELETE ALL (or whatever the syntax is) - to prevent the AT table from getting crowded with dozens of the same command
          AT 18:00 "shutdown -t 600"

          Abort:

          Shutdown -a

          We reset the AT table every day just in case some know-it-all high school student finds out such a thing exists and starts screwing with it. For the most part, though, not even the techs knew such a thing existed until I proposed using it.

          We tried a lot of other ideas, but this is the simplest and most user-friendly. Big signs don't work, teachers and lab aids are no better than the students about following directions. Since implementing it 18 months ago, we've gone from having roughly 900 PCs online at night to about 100...including servers, timeclock systems running thinstation terminal sessions, and technology and admin workstations that are excepted from the shutdown policy.
      • by hjf (703092) on Sunday January 20 2008, @05:40PM (#22120534) Homepage
        so, driving uphill uses the same amount of gasoline that driving downhill?

        the power station does throttle down at night. they keep the generator at the same speed (3600RPM I guess, to give you 60Hz). but they don't need the same amount of fuel to keep it going. the usage on the grid acts like a brake on the generator, in the same way that the road conditions affect your bicycle.

        if it's steam-based (gas, coal, nuclear), you need more steam to keep a higher pressure, to keep the generator rotating at the same speed, and that means heating more water, and more water needs more energy, and more energy needs more fuel. hydroelectric plants shut down unused turbines.
    • Re:Common wisdom (Score:5, Insightful)

      by Planesdragon (210349) <slashdot&castlesteelstone,us> on Sunday January 20 2008, @01:40PM (#22118264) Homepage Journal

      Common wisdom (which may or may not be actual wisdom) suggests that powering up/down of computer power supplies is one of the largest sources of "wear" on computers nowadays, and so it's best to avoid that
      Nope. That would only be true if all of the three are true:

      1: Power-cycling actually reduces the MTBF opposed to just leaving it on.

      2: The reduced MTBF is lower than your company intends to keep the asset.

      3: Cost-savings from the "increased" MTBF by leaving it on is greater than the electricity (+ increased A/C cost) cost to run those 300W power supplies all the time.

      Of the ~6 computers I've had to failure, they all lasted far longer than even a five-year technology plan, AND did not fail due to simple wear and tear on the circuits. My anecdote isn't data, but it does make me question your conventional wisdom. (Especially since those PCs I know that are left on all the time don't have a significantly increased lifespan.)
    • Re:Common wisdom (Score:4, Interesting)

      by ScrewMaster (602015) on Sunday January 20 2008, @01:43PM (#22118294)
      Most failures of any electrical or electronic system occur during startup. That's when subsystems haven't fully stabilized and experience high inrush currents, with concomitant spike heating and other stresses. It's the same reason incandescent lights usually pop when switched on, but rarely fail when left lit.

      I never switch any of my systems off, and failures are extremely rare. I have all monitors and flat panels automatically power down, but I leave hard drives running continuously. About the only time I have to replace something is when I upgrade every few years. Yes, it adds a few dollars to my electric bill, but I save in other areas there, and it is worth the peace of mind.

      Even fans (which are the weak link in most PCs) can run for ages if you spend the money to buy quality parts. It helps to have a good HEPA filter in your computer room, and keep the machines off the floor. Fans last a long time without dust in the bearings, and a dust-free computer runs cooler as well.
      • Re:Easy fix (Score:4, Interesting)

        by UncleTogie (1004853) * on Sunday January 20 2008, @01:43PM (#22118292) Homepage Journal

        You have to weigh that against lost productivity from employees needing to remote into their workstation at night and print that document to submit for tomorrow's 8:00am deadline. They'll now be able to blame IT, when the boneheaded logon-hours policy makes them fail.

        You might be able to set up an "exception" ticket with the IT department, or set up a Magic Packet [wikipedia.org] arrangement tied to their machine.

        • Re:Easy fix (Score:5, Interesting)

          by smoker2 (750216) on Sunday January 20 2008, @02:26PM (#22118752) Homepage Journal
          You could also use that magic packet, to signal the computer to wake when the user swipes their access card first thing in the morning. By the time they reach their desk, their pc would be up and running. Ok, you have to link the access systems to a control server, but it wouldn't take too much hacking. They probably log accesses on a server anyway, so use that one.
      • Re:Easy fix (Score:4, Insightful)

        by hedwards (940851) on Sunday January 20 2008, @02:19PM (#22118674)
        One which is properly managed. It is a very bad thing when working nights and weekends is the thing to do. Except in a global situation where 2 in the morning at the work site might be noon where the worker is, or it the workers do most or all of their work at night. If it's just a matter of accessing some work files, that's what the fileserver is for, it makes far more sense to figure out how to set that up securely, than to hope that every one of a potentially huge number of computers is secure enough to access from offsite.

        Encouraging people to pull all nighters or work on weekends smacks of an inefficient workforce or ineffective management. The only times people should be working those hours are because a job sprang up last minute due to an act of god or because the work requires that it be done when people aren't around. And in those cases if you've got on sight IT, it shouldn't be that difficult to set up an arrangement to cope with that. If you're going to have work done nights and weekends anyway, you may as well just outsource things to another timezone, and that's frequently a cost saving thing anyways.
    • by toddestan (632714) on Sunday January 20 2008, @03:09PM (#22119160)
      Harddrives are mechanical devices, and are wearing out anytime they are powered up and running. While I'm sure that a drive does get stressed a bit more when it is turned on, I can guarantee you that a drive that runs for 40-50 hours a week is going to last longer than a drive that runs 168 hours a week.

      There are also other benefits. A harddrive that has motors or bearings that are starting to fail can be caught when they have trouble spinning up and be replaced before they totally fail, preventing data loss. Furthermore, if a head crash occurs when no one is around (during the night or the weekend), having the the heads banging and grinding against the platters for hours or days is really going to hamper any recovery efforts.
    • by KillerBob (217953) on Sunday January 20 2008, @03:23PM (#22119280)
      Obligatory disclaimer: This is my opinion, and may not reflect that of my employers. If you have a problem with it, take it up with me, not them.

      I work for Dell. I can tell you for a fact that we take the environment seriously. The building I work in houses a 24/7 call center, but certain areas of the building are not 24/7. Corporate sales for the country are here, and take up half of the 3rd floor, for example. I happen to be in the sales department myself, and there's a piece of software installed on every desktop that hibernates the computer at 20:30 EST (with a half-hour countdown to that point). My department shuts down at 19:00, no other sales department is open past 20:00. We all open at 08:00 the next day, and the automatic hibernation sets an alarm to wake up the computer at 07:45. Alternately, if you turn your own system off through the start button and shut down, it'll stay off until you turn it back on.

      We've also got computer recycling programs in place, and the "plant a tree" initiative where you can have us plant a tree for every computer you buy.

      Sure. Some companies don't take going green seriously. But some do. And the number of companies that are taking it seriously is growing. Besides which, every little bit helps. Do you know the amount of energy that could be saved if everybody unplugged those electronic devices that "sleep" when they're not being used? 2W doesn't sound like much, until you multiply it by half a billion devices.