Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Similar to the process to get V-Ray for Maya installed on your workstation, you'll need to install V-Ray for Maya on any computers to which you wish to distribute your render jobs. But instead of the Full install option, the Standalone only option works if you only plan to use that machine as a render server only.

 

 

Make sure to use the same version installer as the workstation from which you plan to render. This helps ensure that the V-Ray Core is the same version used on all servers, and prevent any mismatch of supported features. V-Ray standalone can also be used on a render machine that doesn't have Maya installed.

...

Fancy Bullets
typecircle
  • Windows:
  1. Set the Environment. See the Portable Installation page for more details
  2. Enter vray_builds\my_version\maya_vray\bin\vray.exe -server in Command Prompt. Replace my_version with your versions of V-Ray and Maya, for example:

Code Block
vray_builds\vray_60002_maya2022\maya_vray\bin\vray.exe -server

 

  • Linux:
  1. Edit the STDROOT and PLUGINS tags in the vray and vrayserver files' scripts. Replace the STDROOT tag in the script with the full path to the vray folder in the portable file. Replace the PLUGINS tag with the full path to the maya_vray folder in the portable file
  2. Enter vray_builds/my_version/vray/bin/vrayserver in Terminal. Replace my_version with your versions of V-Ray and Maya, for example:

Code Block
vray_builds/vray_60002_maya2022/vray/bin/vrayserver

 

  • MacOS:
  1. Edit the STDROOT and PLUGINS tags in the vrayserver file's script. Replace the STDROOT tag in the script with the full path to the vray folder in the portable file. Replace the PLUGINS tag with the full path to the maya_vray folder in the portable file

  2. Enter vray_builds/my_version/vray/bin/vrayserver in Terminal. Replace my_version with your versions of V-ray and Maya, for example:

Code Block
vray_builds/vray_60002_maya2022/vray/bin/vrayserver

...

For Linux and macOS, the vrayserver command is used and can be found at /usr/autodesk/maya20nn/vray/bin/ and /Applications/Autodesk/maya20xx/vray/bin/.

 

 

UI Text Box
typenote

When V-Ray and V-Ray Standalone are installed using portable installation on Linux or macOS, you need to manually drag-and-drop the vrayserver file into the terminal. After that, open а new tab in the terminal and drag-and-drop the vray.bin file.

The executable is a shortcut linked to the vray.exe file with additional flags added to start the render server and open the correct communication port. This manual start process is great if you don't want the computer to render in server mode all the time. However, you'll have to remember to turn it on every time the computer starts up and you need it to render.

...

Alternatively, render servers can be started by running the vray -server command from V-Ray Standalone in a command prompt.

 

Checking DR nodes

 

Expand
titleClick here to expand Checking DR nodes...

While it's not necessary to check that your render servers are running properly, vraydr_check is a useful tool if there's a problem with communication among them.

 

 

 

The proper syntax for vraydr_check is from the path C:\Program Files\Chaos Group\V-Ray\Maya 20nn for x64\vray\bin (where 20nn is the version of Maya for which V-Ray is installed), run vraydr_check -host=ip (or computer name) -port=#####. An example is: vraydr_check -host=techdocs04 -port=20207. If the computer is running the render server, the Status comes back as ready and the version of V-Ray is displayed.

The location of the vraydr_check executable is found at /usr/ChaosGroup/V-Ray/Maya 20nn-x64/vray/bin for the Linux OS, and at /Applications/ChaosGroup/V-Ray/Maya20nn/VRay.app/Contents/MacOS for the macOS. For more information on using the vraydr_check tool, please see the Distributed rendering page.

...