Jump to content

Sleeping/waking render farm computers


Recommended Posts

Thanks in large part to the helpful people on this forum, I now have a 7-node render farm in my basement. When I'm not using them, I put them to sleep.

 

Doing this one machine at a time (both sleeping and waking up) is time-consuming - are there utilities or a Powershell script out there to put a bunch of computers to sleep and wake them up at once?

Link to comment
Share on other sites

...I now have a 7-node render farm in my basement. When I'm not using them, I put them to sleep.

 

i have almost the same setup here with 8 nodes in the basement. Currently i'm using a simple wake on lan tool ( http://masterbootrecord.de/files/wakeup.zip ) with a link to a batch file for every node on my desktop. So it's 8 double clicks at the moment ;)

I'm looking into building a one button solution atm. This is what i have found so far - but not tested http://blogs.technet.com/b/matthts/archive/2012/06/02/wakeup-machines-a-powershell-script-for-wake-on-lan.aspx

I'm not sure how to implement wait states because i don't want to start all machines at once...

Link to comment
Share on other sites

I'm using Remote Desktop Connection Manager to connect to all nodes at once http://www.microsoft.com/en-us/download/details.aspx?id=21101

rdpconnectionmanager.jpg

I like to see whats going on with them and have the direct control ;)

 

But i think you could use PSshutdown - i haven't tried it myself, but it's on my list...

http://technet.microsoft.com/en-us/sysinternals/bb897541.aspx

Link to comment
Share on other sites

Waking them up isn't really onerous - it's putting them to sleep. Do you have anything for that that's better than using RDP to each desktop and doing a little dance?

 

Make sure they are all plugged into the same power strip and just flip the switch to 'off'. Make sure the power button is in a easy to reach place and you are all set :)

Link to comment
Share on other sites

  • 2 weeks later...

There is an easy way! For shutdown, I have a simple batch file on my workstation's desktop. a double click shuts down 11 servers.

 

shutdown /s /f /m \\10.1.10.29

shutdown /s /f /m \\10.1.10.30

shutdown /s /f /m \\10.1.10.31

pause

 

 

i add the pause so the command window stays up and I can see if any didn't respond, but it isn't necessary

add a line for each computer and save it as "shutdown.bat"

 

for booting, I use a simple WOL program: http://www.profshutdown.com/download.aspx

just select which computers you want on and click the wake up button

Link to comment
Share on other sites

Devin

 

How big is your farm? I kind of think I remember that you have a very large farm (not a stalker, just someone here...I thought you described a setup I have modeled our farm after).

 

Those third part managers look great and if you've got a farm of 7 nodes like the OP they seem to be a great solution. We have max installed on 90 computers, only rendering on a few each day as people travel. The third part managers all get really expensive when you have to pay for each node.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...