ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
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.
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
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.
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
Comments
Is there a new version of a
Is there a new version of a more advanced Server Utilities script for 3d Max 2011?
Does the VraySpawner2010
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.
Thanks for the report, i'm
Thanks for the report, i'm uploading a fixed one.
Simple fix. The problem
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.
Nice looking script but
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