ScriptSpot

Script

Server Utilities

By vsai · Credited author: Dave Buchhofer · 2009-06-23

Version
0.85
Date updated
2009-06-23
Votes
22
Download
Download
Description
A small server admin tool built on maxscript to automate some of the more annoying tasks needed while managing a small renderfarm. Rebooting/Shutting down remote servers, Viewing with VNC or Remote Desktop, Restart/Stopping/Querying remote services, Listing/Starting or Stopping remote processes
 
Based heavily off of and meant to replace, a large mass of dos batchfiles that utilize the pstools suite of commandline tools.
 
It will also print out the resulting dos commandline to the listening if you're feeling frisky and want to set up some more custom stuff. 
 
UI Screenshot 
 
Pstools information can be found here: http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx if you'd like
Also using a VNCViewer that was taken from the http://www.uvnc.com suite.
 
Cheers, Dave Buchhofer
 
 

 

Additional Info

Changelog: -- .6 Added max-centric process's UI bits -- .6 locate the remote max directory -- .65 - added vray 2010 to services -- .75 - added vrayRT -- .75 - convert to simpler dos prompt -- .75 - added an optional pause to the end of the commandline based tools -- .75 - fixed the invert button in server selection -- .75 - prints the commandline to the listener -- .80 - convert to dos based loop for multiple systems -- .85 - small bug fix to handle spaces in the path

Tags: VRay, Services, Slave, Renderfarm

Comments (5)

xaviromanov · 2011-01-29

Is there a new version of a more advanced Server Utilities script for 3d Max 2011?

reform · 2009-08-09

Does the VraySpawner2010 show up as 2009 ? I can't see 2010 but there appears to be two instances of 2009 in the utility list.

 

vsai · 2009-07-16

Thanks for the report, i'm uploading a fixed one.

thedoubtfulguest · 2009-06-29

Simple fix.  The problem was with directories with spaces in them.  Just change the fullprocess line to this.  fullprocess = "\""+w_directory+"\\"+process+".exe"+"\""  and it's fixed.

thedoubtfulguest · 2009-06-29

Nice looking script but doesn't seem to work.  I've tested a few things out and it seems it's not inputing the \ and " characters properly with \\ and \".  I'm trying to modify it myself to see if I can fix it.  I've been wanting a script like this for a long time and was about to write one up myself so I'm quite pleased to see it's already been done.  Thanks!  -Ryan