Jump to content

Distributed Rendering with Mantra on Windows


Recommended Posts

Hey all,

Just wanted to share this information in case someone else ran into the same issue I had. My goal was to be able to network render buckets (distributed single frame rendering) without actually installing Houdini on each farm node. To do this, I just setup a .bat file similar to one that was posted for mass changing of the license server with changes to the registry for the installation location of Houdini. Setting the PATH environment variable let me render on each machine individually, but hserver looks to the registry entry when calling mantra. Also, I had to modify the hserver.ini:


# readIPMask +.+.+.*
# writeIPMask +.+.+.*
# becomes:
readIPMask *.*.*.*
writeIPMask *.*.*.*
[/CODE]

to avoid getting write errors. I'll attach the .bat file for anyone who wants it. All you need to do is go to [HKEY_LOCAL_MACHINE\SOFTWARE\Side Effects Software] in regedit on a machine that has Houdini installed, export the entire folder to a .reg file, and modify the .bat file to include that file (it is called `houdini-test.reg` in the attached file). Also copy hserver.exe and the modified hserver.ini from Windows\System32 to the same folder as the .bat and run it on all the nodes! Then simply go to your Mantra ROP, and enter:

[CODE]
mantra -H node1,node2,node3...
[/CODE]

and watch the buckets fly woo!

houdiniClientInstall.zip

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...