CycleCloud project to enable running Pixar's Tractor render manager on Azure CycleCloud HPC clusters.
Перейти к файлу
microsoft-github-policy-service[bot] cc92f932f0
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-05-31 18:48:00 +00:00
blobs Initial commit 2018-08-14 00:54:59 -07:00
specs Initial commit 2018-08-14 00:54:59 -07:00
templates Add a template for adding burst capacity to an existing Tractor cluster 2018-10-02 22:28:56 -07:00
.gitignore Initial commit 2018-07-29 14:37:11 -07:00
LICENSE Initial commit 2018-07-29 14:37:15 -07:00
README.md Initial commit 2018-08-14 00:54:59 -07:00
SECURITY.md Microsoft mandatory file 2023-01-24 16:35:38 +00:00
project.ini Add a template for adding burst capacity to an existing Tractor cluster 2018-10-02 22:28:56 -07:00

README.md

Tractor

CycleCloud project for the Pixar Tractor render farm job queue and work distribution system.

See the Tractor project site for an overview.

This Project installs Tractor, itself, and configures the Tractor UI on the Master/Engine node. In general, a Renderer (such as Blender must be installed on top of Tractor as an additional cluster-init project.

Getting Tractor

To use the Tractor cluster type, you must first (download)[https://renderman.pixar.com/forum/download.php] the binaries (both Tractor and the PixarLicenseServer contained in the "License Utilities" bundle, and obtain a license serial number from (Pixar)[https://renderman.pixar.com/store].

Pixar License Server

Use of Tractor requires a license server with a valid license file. Once you receive your license serial number, you will have to generate a license file and configure a license server host.

First, install the license server on the license server host:

sudo su - 
cd /tmp
rpm -ivh /tmp/PixarLicense-LA-21.0_1634130-linuxRHEL6_gcc44icc150.x86_64.rpm

Next use the license tool to obtain your hostid:

cd /opt/pixar/PixarLicense-LA-21.0/
./PixarLicenseServer -hostid
Pixar RenderMan host identifier: ip-xxxxx 000d123abcd

In this example, you will use hostname: ip-xxxxx and hostid: 000d123abcd to generate your license in the next step.

Now, go to the (Pixar license generator)[https://renderman.pixar.com/forum/entitlement.php] and enter your license server details from above. This should result in a pixar.license file being downloaded. Copy that pixar.license file to /opt/pixar/pixar.license on your license server.

Finally, install and start the license server as a linux service:

cd /opt/pixar/PixarLicense-LA-21.0/
./linux_installService.sh

If the license server starts successfully, it should log to /var/tmp/PixarLicenseServer.log. To verify, run:

systemctl status pixarlicenseserver

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.